You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add/fix missing/incorrect field definitions for records
* Add the missing `active` field to the `Product` record class.
* Add the missing `sale_ok` field to the `Product` record class.
* Fix the incorrect `default_code` field definition on the `Product` record class, by making it optional.
* Add the missing `invoice_count` field to the `SaleOrder` record class.
* Add the missing `invoice_ids` and `invoices` fields to the `SaleOrder` record class.
* Add the missing `action_cancel` method to the `SaleOrder` record and manager class.
* Fix a bug where new-style union type hints were not being handled by the parser, due to `typing.get_origin` returning a different origin type from the older `typing.Union` construct.
0 commit comments