Simone Orsi
Simone Orsi
Any plan to add cart steps to v16? We should probably have a base module `sale_cart_step` + `shopinvader_api_cart_step`.
Addresses https://github.com/shopinvader/odoo-shopinvader/issues/1511 TODO: what to do w/ old shopinvader modules? I'm not sure this is needed. If you don't use sale_cart_step you won't need any migration. TBH I'd like not...
Never fail when a packaging has no barcode. No matter where the data is coming from or how the object is initialized.
In v14 you could create a cart for an anonymous user by using `backend.anonymous_partner_id`. The cart would then be swapped the real customer upon login. What's the plan for v16?...
[16.0] Add shopinvader_schema_invoice + shopinvader_api_invoice + shopinvader_api_security_invoice
Replaces #1365
The bot task is not triggered. See https://github.com/shopinvader/odoo-shopinvader/pull/1507 Not sure is related only to v16
Evolution of `shopinvader_customer_price`. Requires: https://github.com/shopinvader/odoo-shopinvader/pull/1498
ATM You are forced to add a record rule for _every_ single record involved in the call. Every. Including nested relations. Making that work might be very complicated, especially when...
See atomic commits for details. Replaces #1322