odoo-addon-automation-oca 16.0.1.0.0.8__py3-none-any.whl → 16.0.1.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/automation_oca/README.rst +1 -1
- odoo/addons/automation_oca/__manifest__.py +1 -1
- odoo/addons/automation_oca/demo/demo.xml +3 -1
- odoo/addons/automation_oca/i18n/automation_oca.pot +25 -2
- odoo/addons/automation_oca/i18n/fr.po +1362 -0
- odoo/addons/automation_oca/models/automation_configuration.py +42 -4
- odoo/addons/automation_oca/static/description/index.html +8 -5
- {odoo_addon_automation_oca-16.0.1.0.0.8.dist-info → odoo_addon_automation_oca-16.0.1.1.0.dist-info}/METADATA +3 -6
- {odoo_addon_automation_oca-16.0.1.0.0.8.dist-info → odoo_addon_automation_oca-16.0.1.1.0.dist-info}/RECORD +11 -10
- {odoo_addon_automation_oca-16.0.1.0.0.8.dist-info → odoo_addon_automation_oca-16.0.1.1.0.dist-info}/WHEEL +0 -0
- {odoo_addon_automation_oca-16.0.1.0.0.8.dist-info → odoo_addon_automation_oca-16.0.1.1.0.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Automation Oca
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:93005cb66ccbe8be7829365fbd1d3ccb74bf7ccd1e7cd51f6e342410dd4f4cf1
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -36,7 +36,9 @@ for record in records.filtered(lambda r: not r.is_blacklisted):
|
|
|
36
36
|
eval="[(4, ref('demo_tag_process')), (4, ref('demo_tag_demo'))]"
|
|
37
37
|
/>
|
|
38
38
|
<field name="field_id" ref="base.field_res_partner__email" />
|
|
39
|
-
<field
|
|
39
|
+
<field
|
|
40
|
+
name="editable_domain"
|
|
41
|
+
>[ ("email", "!=", False), ("create_date", "<=", datetime.datetime.now())]</field>
|
|
40
42
|
</record>
|
|
41
43
|
<record id="demo_configuration_welcome_send" model="automation.configuration.step">
|
|
42
44
|
<field name="name">Send email</field>
|
|
@@ -13,6 +13,19 @@ msgstr ""
|
|
|
13
13
|
"Content-Transfer-Encoding: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
+
#. module: automation_oca
|
|
17
|
+
#: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
|
|
18
|
+
msgid ""
|
|
19
|
+
"\n"
|
|
20
|
+
" Filter to apply\n"
|
|
21
|
+
" Following special variable can be used in filter :\n"
|
|
22
|
+
" * datetime\n"
|
|
23
|
+
" * dateutil\n"
|
|
24
|
+
" * time\n"
|
|
25
|
+
" * user\n"
|
|
26
|
+
" * ref "
|
|
27
|
+
msgstr ""
|
|
28
|
+
|
|
16
29
|
#. module: automation_oca
|
|
17
30
|
#. odoo-python
|
|
18
31
|
#: code:addons/automation_oca/models/automation_configuration_step.py:0
|
|
@@ -526,12 +539,22 @@ msgid "Filter Domain"
|
|
|
526
539
|
msgstr ""
|
|
527
540
|
|
|
528
541
|
#. module: automation_oca
|
|
529
|
-
#: model:ir.model.fields,help:automation_oca.field_automation_configuration__domain
|
|
530
|
-
#: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
|
|
531
542
|
#: model:ir.model.fields,help:automation_oca.field_automation_filter__domain
|
|
532
543
|
msgid "Filter to apply"
|
|
533
544
|
msgstr ""
|
|
534
545
|
|
|
546
|
+
#. module: automation_oca
|
|
547
|
+
#: model:ir.model.fields,help:automation_oca.field_automation_configuration__editable_domain
|
|
548
|
+
msgid ""
|
|
549
|
+
"Filter to apply\n"
|
|
550
|
+
" Following special variable can be used in filter :\n"
|
|
551
|
+
" * datetime\n"
|
|
552
|
+
" * dateutil\n"
|
|
553
|
+
" * time\n"
|
|
554
|
+
" * user\n"
|
|
555
|
+
" * ref "
|
|
556
|
+
msgstr ""
|
|
557
|
+
|
|
535
558
|
#. module: automation_oca
|
|
536
559
|
#: model:ir.model.fields,help:automation_oca.field_automation_configuration_step__domain
|
|
537
560
|
msgid "Filter to apply specifically"
|