@ -22,7 +22,7 @@
{
'name': 'Odoo 16 Full Accounting Kit for Community',
'version': '16.0.2.0.13',
'version': '16.0.2.0.14',
'category': 'Accounting',
'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs',
'summary': """Odoo 17 Accounting, Odoo 17 Accounting Reports, Odoo17 Accounting, Odoo Accounting, Odoo17 Financial Reports, Odoo17 Asset, Odoo17 Profit and Loss, PDC, Followups, Odoo17, Accounting, Odoo Apps, Reports""",
@ -79,3 +79,11 @@
### UPDT
- Invalid Field Attributes Bug Fix
### 26.11.2024
### Version 16.0.2.0.14
- Invalid print statments
@ -65,7 +65,6 @@ class AccountMove(models.Model):
return res
def action_post(self):
print(self.line_ids, "line")
result = super(AccountMove, self).action_post()
for inv in self:
context = dict(self.env.context)