diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-03 14:04:36 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-03 14:04:36 +0700 |
| commit | 50054732da991bdd966f4fba879c33ee853879ff (patch) | |
| tree | 9a2ec4f03eecbb87cb97fe5e697a8ada3b9a7812 /fixco_custom/__manifest__.py | |
| parent | bd521743ac81103979ab5835e99ffb3df3693998 (diff) | |
create receipt after invoice paid and schema invoice
Diffstat (limited to 'fixco_custom/__manifest__.py')
| -rwxr-xr-x | fixco_custom/__manifest__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index bf30d01..62a199e 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -21,6 +21,7 @@ 'views/sale_order_multi_invoices.xml', 'views/account_move.xml', 'views/upload_payments.xml', + 'views/ir_sequence.xml', ], 'demo': [], 'css': [], |
