Skip to content
Snippets Groups Projects

[UPD] billing agent

Merged Julien - Le Filament requested to merge 16.0-billing-agent into 16.0
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -23,10 +23,11 @@ class AccOperation(models.Model):
string="Liste des Prix du Surplus",
)
# todo
account_move_surplus_ids = fields.One2many(
"account.move",
"acc_operation_id",
domain=[("acc_delivery_counter_id", "=", False)],
domain=[("acc_delivery_counter_ids", "=", False)],
string="Factures de surplus",
)
Loading