padding acc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user