30.12.25
This commit is contained in:
@@ -573,7 +573,7 @@ export default function App() {
|
||||
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
|
||||
</button>
|
||||
</Card>
|
||||
@@ -595,7 +595,7 @@ export default function App() {
|
||||
<Text className="text-3xl font-bold mb-1">move_cash</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
|
||||
</button>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user