init 18.0

This commit is contained in:
2025-10-07 16:00:46 +02:00
parent c7254a7b84
commit 9cd897fb0c
120 changed files with 3 additions and 5951 deletions

View File

@@ -1,8 +0,0 @@
from odoo import fields, models
class Partner(models.Model):
_inherit = "res.partner"
sub_account_customer = fields.Char(string="Custommer sub-account")
sub_account_supplier = fields.Char(string="Supplier sub-account")