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.
@@ -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:79346974b6bc52f39badbcb073b5b673703400c6599eb291a03e72e78bb9e930
10
+ !! source digest: sha256:93005cb66ccbe8be7829365fbd1d3ccb74bf7ccd1e7cd51f6e342410dd4f4cf1
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -5,7 +5,7 @@
5
5
  "name": "Automation Oca",
6
6
  "summary": """
7
7
  Automate actions in threaded models""",
8
- "version": "16.0.1.0.0",
8
+ "version": "16.0.1.1.0",
9
9
  "license": "AGPL-3",
10
10
  "category": "Automation",
11
11
  "author": "Dixmit,Odoo Community Association (OCA)",
@@ -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 name="editable_domain">[('email', '!=', False)]</field>
39
+ <field
40
+ name="editable_domain"
41
+ >[ ("email", "!=", False), ("create_date", "&lt;=", 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"