odoo_addons icon indicating copy to clipboard operation
odoo_addons copied to clipboard

Odoo addons developed by Smile

Results 79 odoo_addons issues
Sort by recently updated
recently updated
newest added

Is there more documentation on creating the rules for the Performance Analyzer? I need to be able to have rules for the front end submission of forms, so someone submits...

module: smile_decimal_precision version: 16.0 **Steps to reproduce** - Install the module on Odoo 16 CE with multi currency activated and at least 2 currency active **Current behavior** --Serve Error **...

Is this module working in odoo 15 ? I don't get it working. Can anybody help on this please ?

Fixes some typos and grammatical mistakes in readme

when i try to install the module the following error appears: ` return super(JsonRequest, self)._handle_exception(exception) File "/media/sf_OdooProjekt/odoo-core/odoo/http.py", line 677, in dispatch result = self._call_function(**self.params) File "/media/sf_OdooProjekt/odoo-core/odoo/http.py", line 333, in _call_function...

check if user exists before use login_as_user_id - force get user with sudo - fix problem with multi company

Odoo will raise the following error when we try to show the `Sales` report: ``` File "/home/lubuntu/odoo-15.0/odoo/models.py", line 2144, in _read_group_fill_temporal granularity = first_a_gby['granularity'] Exception The above exception was the...

Hi, Is there any way to disable or hide the environment ribbon which shows `PROD` by default? I tried to set `server.environment = False` just like this module: [web_environment_ribbon](https://apps.odoo.com/apps/modules/11.0/web_environment_ribbon/) but...

Getting this error. ERROR: relation "audit_rule" does not exist

for index fname in enumerate(dotnames.split('.')): AttributeError: 'tuple' object has no attribute 'split'