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,15 +0,0 @@
from odoo import fields, models
class AccountMoveLine(models.Model):
_inherit = "account.move.line"
sub_account_customer = fields.Char(
string="Custommer sub-account",
related="partner_id.sub_account_customer"
)
sub_account_supplier = fields.Char(
string="Supplier sub-account",
related="partner_id.sub_account_supplier"
)