padding acc

This commit is contained in:
2026-04-26 15:11:28 +02:00
parent 16151381cc
commit 8ae2c7ca9c
2 changed files with 1 additions and 3 deletions

View File

@@ -123,8 +123,6 @@ class Invoice(metaclass=PoolMeta):
for move_line in (sale_line, accrual_line):
move_line.lot = lot
move_line.origin = invoice_line
if move_line.account and move_line.account.party_required:
move_line.party = self.party
if not reversal:
sale_line.account = sale_account

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<data>
<xpath expr="/form/label[@name='default_account_prepayment_receivable']"
<xpath expr="/form/separator[@id='invoice']"
position="before">
<separator id="padding" string="Padding" colspan="4"/>
<label name="default_sale_padding_account"/>