From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/note/data/mail_activity_data.xml | 12 +++++ addons/note/data/note_data.xml | 28 ++++++++++ addons/note/data/note_demo.xml | 92 +++++++++++++++++++++++++++++++++ addons/note/data/res_users_data.xml | 9 ++++ 4 files changed, 141 insertions(+) create mode 100644 addons/note/data/mail_activity_data.xml create mode 100644 addons/note/data/note_data.xml create mode 100644 addons/note/data/note_demo.xml create mode 100644 addons/note/data/res_users_data.xml (limited to 'addons/note/data') diff --git a/addons/note/data/mail_activity_data.xml b/addons/note/data/mail_activity_data.xml new file mode 100644 index 00000000..d9345ae8 --- /dev/null +++ b/addons/note/data/mail_activity_data.xml @@ -0,0 +1,12 @@ + + + + + Reminder + reminder + fa-tasks + 0 + 20 + + + diff --git a/addons/note/data/note_data.xml b/addons/note/data/note_data.xml new file mode 100644 index 00000000..1843cfb9 --- /dev/null +++ b/addons/note/data/note_data.xml @@ -0,0 +1,28 @@ + + + + + New + 0 + + + + + Meeting Minutes + 5 + + + + + Notes + 10 + + + + + Todo + 50 + + + + diff --git a/addons/note/data/note_demo.xml b/addons/note/data/note_demo.xml new file mode 100644 index 00000000..f395ad6b --- /dev/null +++ b/addons/note/data/note_demo.xml @@ -0,0 +1,92 @@ + + + + + Customer report #349872 + Customer report #349872

+


+

* Calendar app in Home

+

* The calendar module should create a menu in Home, like described above.

+

* This module should become a main application (in the first screen at installation)

+

* We should use the term Calendar, not Meeting.

]]> +
+ + 2 +
+ + + Call Raoulette

+


+

* Followed by the telephone conversation and mail about D.544.3

]]> +
+ +
+ + + Project N.947.5

]]> +
+ + +
+ + + Shop for family dinner

+


+
    +
  • stuffed turkey

  • +
  • wine

  • +
]]> +
+ +
+ + + Idea to develop

+


+

* Create a module note_pad + it transforms the html editable memo text field into widget='pad', similar to project_pad depends on 'memo' and 'pad' modules

]]> +
+ + +
+ + + New computer specs

+


+
    +
  • Motherboard according to processor

  • +
  • Processor need to decide

  • +
  • Graphic card with great performance for games !

  • +
  • Hard drive big, for lot of internet backups

  • +
  • Tower silent, better when watching films

  • +
  • Blueray drive ? is it interesting yet ?

  • +
  • Screen a big one, full of pixels, of course !

  • +
]]> +
+ + 3 + +
+ + + Read those books

+


+

* Odoo: a modern approach to integrated business management

+

* Odoo for Retail and Industrial Management

]]> +
+ +
+ + + Read some documentation about Odoo before diving into the code

+


+

* Odoo: a modern approach to integrated business management

+

* Odoo for Retail and Industrial Management

]]> +
+ 7 + + +
+ +
+
diff --git a/addons/note/data/res_users_data.xml b/addons/note/data/res_users_data.xml new file mode 100644 index 00000000..787bc731 --- /dev/null +++ b/addons/note/data/res_users_data.xml @@ -0,0 +1,9 @@ + + + + + + -- cgit v1.2.3