xmo-odoo
xmo-odoo
> Modification in the get_records_action because self.id returns an id of type NewId which raise an error (see below) in this fix workflow because it is called in an onchange...
> When the user clicks 'Send and Print', an _account.move.send_ wizard is displayed. This wizard is a new record and has not been saved yet. The view of this wizard...
This seems to just hide the error without actually *fixing* anything, if the field is of type date and the data is loaded via openpyxl then the error is just...
> If not, please delete the branch" Why not just delete the branch?
@robodoo NOW!
> It actually makes sense to me. And it's not completely insecure, since using `sudo()` in a regular request is not enough. Yeah with the change in "su" being a...
@maan-odoo what for?
It looks like this was broken during https://github.com/mvantellingen/python-zeep/commit/7204c5bfca73f9355bf09db67248f41ff7db3fae#diff-5b2fd71b7aa0dca7f16134167d0daeb490cb2a981539664ff5d6580c287c5626L44 The change essentially does: ```diff -setattr(tags, 'notation', xsd_ns('notation')) +tags.notation = xsd_ns("notations") ``` so this now expects the `{http://www.w3.org/2001/XMLSchema}notations` element which as far...
Looking at [bleach's css sanitizer](https://github.com/mozilla/bleach/blob/fcbe8f7fb144f3e65cbf00a464433558c80badec/bleach/css_sanitizer.py#L70) it whitelists on the property name alone so being able to run on the raw AST is probably not necessary as long as you can...
Finally found the time to give this a a shot: #208