From 34a6bd2c9ccfd969c86ea4eb8249818c5c6d6ea2 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 11:38:52 +0100 Subject: [PATCH] 03.01.26 --- src/App.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 83b99519..eccab237 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -591,7 +591,7 @@ export default function App() { onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","draft"]])} className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-teal-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md" > - + {move_cash} @@ -604,7 +604,7 @@ export default function App() { onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","posted"]])} className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-sky-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md" > - + {move_cash} @@ -627,7 +627,7 @@ export default function App() { onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","draft"]])} className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-teal-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md" > - + {move_cash} @@ -640,7 +640,7 @@ export default function App() { onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","posted"]])} className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-sky-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md" > - + {move_cash} @@ -663,7 +663,7 @@ export default function App() { onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","draft"]])} className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-teal-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md" > - + {move_cash} @@ -676,7 +676,7 @@ export default function App() { onClick={() => openInTryton("account.move", undefined, ["tree","form"], [["state","=","posted"]])} className="group rounded-lg border border-gray-200 dark:border-gray-600 p-4 flex flex-col items-center justify-center hover:bg-sky-50 dark:hover:bg-gray-700 transition hover:-translate-y-0.5 hover:shadow-md" > - + {move_cash}