This commit is contained in:
2025-12-30 17:14:15 +01:00
parent de22f258ae
commit 4338a0cd89

View File

@@ -573,7 +573,7 @@ export default function App() {
barRadius={9} barRadius={9}
/> />
<button onClick={() => openInTryton("sale.sale", undefined, "tree")} className="mt-4 text-xs text-teal-600 underline"> <button onClick={card.action} className="mt-4 text-xs text-teal-600 underline">
View details View details
</button> </button>
</Card> </Card>
@@ -595,7 +595,7 @@ export default function App() {
<Text className="text-3xl font-bold mb-1">move_cash</Text> <Text className="text-3xl font-bold mb-1">move_cash</Text>
<Text className="text-xs text-gray-500 mb-4">All</Text> <Text className="text-xs text-gray-500 mb-4">All</Text>
<button onClick={card.action} className="mt-4 text-xs text-teal-600 underline"> <button onClick={() => openInTryton("account.move", undefined, ['tree','form'],[['journal', '=', 3]])} className="mt-4 text-xs text-teal-600 underline">
View details View details
</button> </button>
</Card> </Card>