Commit Graph

845 Commits (b95fa78c7d97fff0f0652020fdc87bf4e5701e6c)

Author SHA1 Message Date
sonhd ef1064e4ee [IMP] base_conditional_image: black, isort, prettier 2022-07-12 17:36:44 +02:00
OCA-git-bot cf438bce47 base_conditional_image 12.0.1.0.1 2022-07-12 17:36:44 +02:00
Enric Tobella f6fe969a68 [FIX][12.0] base_conditional_image: Fix descriptions and strings 2022-07-12 17:36:44 +02:00
Patrick Tombez 59fd791d1f Apply suggestions from code review
Co-Authored-By: Alex Saunier <alexandre.saunier@camptocamp.com>
2022-07-12 17:36:44 +02:00
Patrick Tombez e35acbece8 Add module custom_image 2022-07-12 17:36:44 +02:00
OCA-git-bot 7faf7e4ce8 [ADD] setup.py 2022-07-12 14:20:14 +00:00
OCA-git-bot ec32d7e75b [UPD] README.rst 2022-07-12 14:20:13 +00:00
OCA-git-bot 10ff933660 [UPD] addons table in README.md 2022-07-12 14:20:11 +00:00
oca-ci eface2aba5 [UPD] Update base_exception.pot 2022-07-12 14:17:08 +00:00
OCA-git-bot f5cb1a6693 Merge PR #2366 into 15.0
Signed-off-by pedrobaeza
2022-07-12 14:14:56 +00:00
Jasmin Solanki 15282604c2 [MIG] base_time_window: Migration to 15.0 2022-07-08 15:43:57 +05:30
Jasmin Solanki 73d3f319fd [IMP] base_time_window: black, isort, prettier 2022-07-08 15:26:38 +05:30
OCA-git-bot 8709afe9ab base_time_window 14.0.1.0.1 2022-07-08 15:26:17 +05:30
oca-travis 6a1e97b7bf [UPD] Update base_time_window.pot 2022-07-08 15:26:17 +05:30
Matthieu Méquignon 98f88596eb base_time_window: Disallow hours > 23 2022-07-08 15:26:17 +05:30
oca-travis e6db48917f [UPD] Update base_time_window.pot 2022-07-08 15:26:17 +05:30
dung.tran 47e44166ff [MIG] base_time_window: Migration to 14.0 2022-07-08 15:26:17 +05:30
OCA-git-bot d727e60d2a [ADD] icon.png 2022-07-08 15:26:17 +05:30
OCA-git-bot 1272c1b435 [UPD] README.rst 2022-07-08 15:26:17 +05:30
oca-travis dc227ab6f3 [UPD] Update base_time_window.pot 2022-07-08 15:26:17 +05:30
Akim Juillerat 63836b060d [IMP] base_time_window: black, isort 2022-07-08 15:26:17 +05:30
Akim Juillerat 04e80dfd5f Fixes and ROADMAP 2022-07-08 15:26:17 +05:30
Akim Juillerat 8334303dd6 Adapt test module 2022-07-08 15:26:17 +05:30
Akim Juillerat 8ed1bf3cae Adapt module to v13.0 and new usage 2022-07-08 15:26:17 +05:30
Laurent Mignong (ACSONE) b4bb2b4a8e Import files from Acsone 2022-07-08 15:26:17 +05:30
Akim Juillerat 517e41e11d Create module base_time_window 2022-07-08 15:26:17 +05:30
Cesar Andres Sanchez f94ac5bbb1 [MIG] base_exception: Migration to 15.0 2022-07-06 13:31:10 +02:00
Cesar Andres Sanchez 50ea509f2a [IMP] base_exception: black, isort, prettier 2022-07-06 13:31:10 +02:00
Ivàn Todorovich 13c1b0df84 [IMP] base_exception: log traceback when code exception is raised 2022-07-06 13:31:10 +02:00
Sébastien BEAU ff3fb5e390 [REF] Refactor test
use odoo-test-helper
split test so one test do one thing
2022-07-06 13:31:10 +02:00
Sébastien BEAU a5975163c9 [IMP] add method exception 2022-07-06 13:31:10 +02:00
Hai Lang 89a070115a [IMP] base_exception: test blocking exceptions 2022-07-06 13:31:10 +02:00
Thierry Ducrest f44673441a [13.0][IMP] base_exception add blocking exceptions
By default exceptions can be ignored by the click of a button.
Users begin human they will just click that button what ever
the internal rules.

So this PR adds the option to set specific exceptions as blocking.

When exceptions are detected if one of them is blocking, the user
will not be able to ignore them.
2022-07-06 13:31:09 +02:00
Jordi Ballester d5b434ae64 [13.0][fix][base_exception] search only active exception rules 2022-07-06 13:31:09 +02:00
Ivàn Todorovich 226c0f01a8 [IMP] base_exception: Allow to skip exception checks through context 2022-07-06 13:31:09 +02:00
oca-travis 0ee00df70c [UPD] Update base_exception.pot 2022-07-06 13:31:09 +02:00
Kitti U 80f269db67 [14.0][FIX] base_exception, error if rule's description is null 2022-07-06 13:31:09 +02:00
mreficent 89733e96ca [FIX] base_exception: import correctly osv.expression 2022-07-06 13:31:09 +02:00
Sébastien BEAU a065065248 [FIX] fix access right 2022-07-06 13:31:09 +02:00
OCA-git-bot 17d1e6cd6f [UPD] README.rst 2022-07-06 13:31:09 +02:00
Kevin Khao 894779d7e3 [14.0][MIG] base_exception: Migration to 14.0 2022-07-06 13:31:09 +02:00
Roy Le fe29f92164 [ADD] upgrade_analysis: generate noupdate_changes for template tag 2022-07-05 16:41:45 +07:00
Kevin Khao 0ae25e3293 [IMP] base_exception: black, isort, prettify 2022-06-29 10:13:28 +02:00
oca-travis bcb5284436 [UPD] Update base_exception.pot 2022-06-29 10:13:28 +02:00
Jared Kipe 0fb654831d [MIG] base_exception: Migration to 13.0 2022-06-29 10:13:28 +02:00
Jared Kipe e02654082e [IMP] base_exception: black, isort 2022-06-29 10:13:28 +02:00
Ivan Todorovich 459414062e [IMP] Add convenience action to ignore exceptions on record
[IMP] Computed exception descriptions field, to display better help messages

[IMP] Exceptions shouldn't be copied
2022-06-29 10:13:28 +02:00
Iván Todorovich 06b88ac713 [MIG] dict.iteritems() does not exist in Python3 2022-06-29 10:13:28 +02:00
Iván Todorovich 4c5860f06b FIX self[0] in _rule_group 2022-06-29 10:13:28 +02:00
Mourad 518eae1e54 [WIP] sale_exception_by_domain 2022-06-29 10:13:28 +02:00