Conversation
|
./web_fields_masks/openerp.py:8:80: E501 line too long (80 > 79 characters) |
|
👍 |
|
Hi, This code return, when updating my module: -> I don't know if it is easy to improve your module to work in editable tree view. Otherwise, Can you write this limitation in the description of the module ? 2/ Some User cases:
More generaly, if the field is not correctly filled, the field become red, but it is possible to save. Regards. |
There was a problem hiding this comment.
Reacting to #34 (comment), it probably would make sense to do this by overriding is_syntax_valid - then you get the classes for free and the standard mechanism would force you to correct the value
|
Thanks @menecio , does this support the 'regex-mask'? |
|
Sorry I didn't receive any notifications about this in my mail. About working on editable list views, I only extended view_form.js, so it will need extra work to add compatibility with view_list |
|
@menecio : No problem about limitation, but can you only write it in _ _ openerp _ _ file ? And what about other remarks ? Regards. |
|
@menecio Thank you for the contribution. Same question as @legalsylvain :
|
|
closing due to inactivity |
Syncing from upstream OCA/web (10.0)
Fixes: Fixed product price and computed quantity for condition
Enable sync task from odoo-template
Fwd from 14 to 15 220312 01
Added web_field_masks module