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,2 +0,0 @@
from . import res_parter
from . import account_move_line

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"
)

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")