openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #02181
[Merge] lp:~openerp-commiter/openobject-addons/trunk-dev-addons3-psi2 into lp:~openerp-dev/openobject-addons/trunk-dev-addons3
Purnendu Singh (OpenERP) has proposed merging lp:~openerp-commiter/openobject-addons/trunk-dev-addons3-psi2 into lp:~openerp-dev/openobject-addons/trunk-dev-addons3.
Requested reviews:
OpenERP R&D Team (openerp-dev)
Related bugs:
#568537 The __compute method of account_account needs optmization to improve Accounting Performance!
https://bugs.launchpad.net/bugs/568537
#588776 Error when closing fiscal year
https://bugs.launchpad.net/bugs/588776
#686508 Not able to validate sales receipt
https://bugs.launchpad.net/bugs/686508
#686513 Not able to validate supplier vouchers
https://bugs.launchpad.net/bugs/686513
#691218 add an employee to a department
https://bugs.launchpad.net/bugs/691218
#692139 Account Journal onchange_type method context undefined error
https://bugs.launchpad.net/bugs/692139
#692962 In hr contract, shouldn't be able to enter an end date lower than a start date
https://bugs.launchpad.net/bugs/692962
#693476 [6.0] sale manager dashboard - "Sales by Customer" - incomplete
https://bugs.launchpad.net/bugs/693476
#693810 [RC1]Pay button when you pay directly in Sales receipt form
https://bugs.launchpad.net/bugs/693810
#694937 [6.0] account entry analysis - unreconciled does not filter
https://bugs.launchpad.net/bugs/694937
#695439 membership: can't open members via GTK client
https://bugs.launchpad.net/bugs/695439
#697207 Bug when sending followups without specifying any email address
https://bugs.launchpad.net/bugs/697207
#697714 Unclear warning on cancel opening entries
https://bugs.launchpad.net/bugs/697714
For more details, see:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-dev-addons3-psi2/+merge/45835
Hello sir,
Improve constraint string and add it in po and pot files.
Thanks,
PSI
--
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-dev-addons3-psi2/+merge/45835
Your team OpenERP R&D Team is requested to review the proposed merge of lp:~openerp-commiter/openobject-addons/trunk-dev-addons3-psi2 into lp:~openerp-dev/openobject-addons/trunk-dev-addons3.
=== modified file 'account/account.py'
--- account/account.py 2011-01-11 09:34:48 +0000
+++ account/account.py 2011-01-11 11:19:17 +0000
@@ -418,11 +418,11 @@
c_ids = s_ids
ids = child_ids
return True
-
+
def _check_type(self, cr, uid, ids, context=None):
if context is None:
- context = {}
- accounts = self.browse(cr, uid, ids, context=context)
+ context = {}
+ accounts = self.browse(cr, uid, ids, context=context)
for account in accounts:
if account.child_id and account.type != 'view':
return False
@@ -430,7 +430,7 @@
_constraints = [
(_check_recursion, 'Error ! You can not create recursive accounts.', ['parent_id']),
- (_check_type, 'You cannot create a account! \nMake sure if the account has children then it should be type "View"! ', ['type']),
+ (_check_type, 'You cannot create an account! \nMake sure if the account has children then it should be type "View"! ', ['type']),
]
_sql_constraints = [
('code_company_uniq', 'unique (code,company_id)', 'The code of the account must be unique per company !')
@@ -2307,8 +2307,8 @@
def _check_type(self, cr, uid, ids, context=None):
if context is None:
- context = {}
- accounts = self.browse(cr, uid, ids, context=context)
+ context = {}
+ accounts = self.browse(cr, uid, ids, context=context)
for account in accounts:
if account.parent_id and account.parent_id.type != 'view':
return False
@@ -2317,8 +2317,8 @@
_check_recursion = check_cycle
_constraints = [
(_check_recursion, 'Error ! You can not create recursive account templates.', ['parent_id']),
- (_check_type, 'You cannot create a account template! \nMake sure if the account template has parent then it should be type "View"! ', ['type']),
-
+ (_check_type, 'You cannot create an account template! \nMake sure if the account template has parent then it should be type "View"! ', ['type']),
+
]
def name_get(self, cr, uid, ids, context=None):
=== modified file 'account/i18n/account.pot'
--- account/i18n/account.pot 2011-01-06 08:34:12 +0000
+++ account/i18n/account.pot 2011-01-11 11:19:17 +0000
@@ -3915,6 +3915,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -8690,6 +8696,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/ar.po'
--- account/i18n/ar.po 2011-01-07 07:55:45 +0000
+++ account/i18n/ar.po 2011-01-11 11:19:17 +0000
@@ -4095,6 +4095,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9173,6 +9179,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/bg.po'
--- account/i18n/bg.po 2011-01-07 07:55:45 +0000
+++ account/i18n/bg.po 2011-01-11 11:19:17 +0000
@@ -4112,6 +4112,12 @@
msgstr "ÐÑеÑка! Ðе Ð¼Ð¾Ð³Ð°Ñ Ð´Ð° бÑÐ´Ð°Ñ ÑÑздавани ÑекÑÑÑивни ÑмеÑки."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9209,6 +9215,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/br.po'
--- account/i18n/br.po 2011-01-07 07:55:45 +0000
+++ account/i18n/br.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/bs.po'
--- account/i18n/bs.po 2011-01-07 07:55:45 +0000
+++ account/i18n/bs.po 2011-01-11 11:19:17 +0000
@@ -4123,6 +4123,12 @@
msgstr "Greška: ne mogu se praviti rekurzivni nalozi."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9232,6 +9238,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/ca.po'
--- account/i18n/ca.po 2011-01-07 07:55:45 +0000
+++ account/i18n/ca.po 2011-01-11 11:19:17 +0000
@@ -4141,6 +4141,12 @@
msgstr "Error! No es poden crear comptes recursius."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9270,6 +9276,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/cs.po'
--- account/i18n/cs.po 2011-01-07 07:55:45 +0000
+++ account/i18n/cs.po 2011-01-11 11:19:17 +0000
@@ -4095,6 +4095,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9170,6 +9176,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/da.po'
--- account/i18n/da.po 2011-01-07 07:55:45 +0000
+++ account/i18n/da.po 2011-01-11 11:19:17 +0000
@@ -4110,6 +4110,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9190,6 +9196,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/de.po'
--- account/i18n/de.po 2011-01-11 05:24:48 +0000
+++ account/i18n/de.po 2011-01-11 11:19:17 +0000
@@ -4345,6 +4345,12 @@
msgstr "Fehler! Sie können keine rekursiven Konten definieren."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9834,6 +9840,12 @@
msgstr "Fehler ! Rekursive Finanzkontenvorlagen sind nicht erlaubt"
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Wiederkehrend"
=== modified file 'account/i18n/el.po'
--- account/i18n/el.po 2011-01-07 07:55:45 +0000
+++ account/i18n/el.po 2011-01-11 11:19:17 +0000
@@ -4172,6 +4172,12 @@
"ΣÏάλμα! Îεν μÏοÏείÏε να ÏÏηÏιμοÏοιήÏεÏε εÏαναλαμβανÏμενοÏ
Ï Î»Î¿Î³Î±ÏιαÏμοÏÏ."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9302,6 +9308,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/en_US.po'
--- account/i18n/en_US.po 2011-01-10 05:19:37 +0000
+++ account/i18n/en_US.po 2011-01-11 11:19:17 +0000
@@ -4100,6 +4100,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9175,6 +9181,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/es.po'
--- account/i18n/es.po 2011-01-11 05:24:48 +0000
+++ account/i18n/es.po 2011-01-11 11:19:17 +0000
@@ -4315,6 +4315,12 @@
msgstr "¡Error! No se pueden crear cuentas recursivas."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9698,6 +9704,12 @@
msgstr "¡Error! No puede crear plantillas de cuentas recursivas."
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Recurrente"
=== modified file 'account/i18n/es_AR.po'
--- account/i18n/es_AR.po 2011-01-07 07:55:45 +0000
+++ account/i18n/es_AR.po 2011-01-11 11:19:17 +0000
@@ -4141,6 +4141,12 @@
msgstr "Error! No se pueden crear cuentas recursivas."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9274,6 +9280,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/es_EC.po'
--- account/i18n/es_EC.po 2011-01-07 07:55:45 +0000
+++ account/i18n/es_EC.po 2011-01-11 11:19:17 +0000
@@ -4279,6 +4279,12 @@
msgstr "¡Error! No se pueden crear cuentas recursivas."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9600,6 +9606,12 @@
msgstr "Error ! You can not create recursive account templates."
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Recurring"
=== modified file 'account/i18n/et.po'
--- account/i18n/et.po 2011-01-07 07:55:45 +0000
+++ account/i18n/et.po 2011-01-11 11:19:17 +0000
@@ -4095,6 +4095,12 @@
msgstr "Viga! Sa ei saa luua rekursiivseid kontosid."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/eu.po'
--- account/i18n/eu.po 2011-01-07 07:55:45 +0000
+++ account/i18n/eu.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/fa.po'
--- account/i18n/fa.po 2011-01-07 07:55:45 +0000
+++ account/i18n/fa.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/fi.po'
--- account/i18n/fi.po 2011-01-07 07:55:45 +0000
+++ account/i18n/fi.po 2011-01-11 11:19:17 +0000
@@ -4127,6 +4127,12 @@
msgstr "Virhe! et voi luoda rekursiivisia tilejä"
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9242,6 +9248,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/fr.po'
--- account/i18n/fr.po 2011-01-10 05:39:10 +0000
+++ account/i18n/fr.po 2011-01-11 11:19:17 +0000
@@ -4377,6 +4377,12 @@
msgstr "Erreur ! Vous ne pouvez pas créer de comptes récursifs."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9823,6 +9829,12 @@
msgstr "Erreur ! Vous ne pouvez pas créer de modèles de compte récursifs"
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Récurrent"
=== modified file 'account/i18n/fr_BE.po'
--- account/i18n/fr_BE.po 2011-01-07 07:55:45 +0000
+++ account/i18n/fr_BE.po 2011-01-11 11:19:17 +0000
@@ -4098,6 +4098,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9174,6 +9180,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/gl.po'
--- account/i18n/gl.po 2011-01-10 05:39:10 +0000
+++ account/i18n/gl.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/gu.po'
--- account/i18n/gu.po 2011-01-07 07:55:45 +0000
+++ account/i18n/gu.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/he.po'
--- account/i18n/he.po 2011-01-07 07:55:45 +0000
+++ account/i18n/he.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/hi.po'
--- account/i18n/hi.po 2011-01-07 07:55:45 +0000
+++ account/i18n/hi.po 2011-01-11 11:19:17 +0000
@@ -4097,6 +4097,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9172,6 +9178,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/hr.po'
--- account/i18n/hr.po 2011-01-07 07:55:45 +0000
+++ account/i18n/hr.po 2011-01-11 11:19:17 +0000
@@ -4109,6 +4109,12 @@
msgstr "Greška ! Ne možete kreirati rekurzivna konta."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9202,6 +9208,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/hu.po'
--- account/i18n/hu.po 2011-01-07 07:55:45 +0000
+++ account/i18n/hu.po 2011-01-11 11:19:17 +0000
@@ -4095,6 +4095,12 @@
msgstr "Hiba! Nem lehet létrehozni rekurzÃv számlákat."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9177,6 +9183,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/id.po'
--- account/i18n/id.po 2011-01-10 12:31:47 +0000
+++ account/i18n/id.po 2011-01-11 11:19:17 +0000
@@ -4098,6 +4098,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9177,6 +9183,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/it.po'
--- account/i18n/it.po 2011-01-11 05:24:48 +0000
+++ account/i18n/it.po 2011-01-11 11:19:17 +0000
@@ -4283,6 +4283,12 @@
msgstr "Errore! Non puoi creare conti ricorsivi"
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9453,6 +9459,12 @@
msgstr "Errore! Non puoi creare un modello di conto ricorsivo"
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Ricorrente"
=== modified file 'account/i18n/kab.po'
--- account/i18n/kab.po 2011-01-07 07:55:45 +0000
+++ account/i18n/kab.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/ko.po'
--- account/i18n/ko.po 2011-01-07 07:55:45 +0000
+++ account/i18n/ko.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/lt.po'
--- account/i18n/lt.po 2011-01-07 07:55:45 +0000
+++ account/i18n/lt.po 2011-01-11 11:19:17 +0000
@@ -4117,6 +4117,12 @@
msgstr "Klaida! Negalima sukurti rekursyvių sÄ
skaitų."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9220,6 +9226,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/lv.po'
--- account/i18n/lv.po 2011-01-07 07:55:45 +0000
+++ account/i18n/lv.po 2011-01-11 11:19:17 +0000
@@ -4103,6 +4103,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9183,6 +9189,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/mn.po'
--- account/i18n/mn.po 2011-01-07 07:55:45 +0000
+++ account/i18n/mn.po 2011-01-11 11:19:17 +0000
@@ -4192,6 +4192,12 @@
msgstr "Ðлдаа ! Та Ñикл Ñ
ÑлбÑÑийн Ð´Ð°Ð½Ñ Ò¯Ò¯ÑгÑÑ
боломжÑой."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9364,6 +9370,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "ÐавÑан гүйлгÑÑ"
=== modified file 'account/i18n/nb.po'
--- account/i18n/nb.po 2011-01-07 07:55:45 +0000
+++ account/i18n/nb.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/nl.po'
--- account/i18n/nl.po 2011-01-10 12:31:47 +0000
+++ account/i18n/nl.po 2011-01-11 11:19:17 +0000
@@ -4208,6 +4208,12 @@
msgstr "Fout ! U kunt geen recursieve rekeningen aanmaken."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9338,6 +9344,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/nl_BE.po'
--- account/i18n/nl_BE.po 2011-01-07 07:55:45 +0000
+++ account/i18n/nl_BE.po 2011-01-11 11:19:17 +0000
@@ -4117,6 +4117,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9204,6 +9210,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/oc.po'
--- account/i18n/oc.po 2011-01-07 07:55:45 +0000
+++ account/i18n/oc.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/pl.po'
--- account/i18n/pl.po 2011-01-07 07:55:45 +0000
+++ account/i18n/pl.po 2011-01-11 11:19:17 +0000
@@ -4225,6 +4225,12 @@
msgstr "BÅÄ
d ! Nie możesz tworzyÄ kont rekurencyjnych."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9467,6 +9473,12 @@
msgstr "BÅÄ
d ! Nie możesz tworzyÄ rekurencyjnego szablonu kont."
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Powtarzanie"
=== modified file 'account/i18n/pt.po'
--- account/i18n/pt.po 2011-01-07 07:55:45 +0000
+++ account/i18n/pt.po 2011-01-11 11:19:17 +0000
@@ -4176,6 +4176,12 @@
msgstr "Erro! Não pode criar contas recursivas"
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9320,6 +9326,12 @@
msgstr "Erro! Não pode criar modelos de conta recursivamente."
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Recorrente"
=== modified file 'account/i18n/pt_BR.po'
--- account/i18n/pt_BR.po 2011-01-10 12:31:47 +0000
+++ account/i18n/pt_BR.po 2011-01-11 11:19:17 +0000
@@ -4254,6 +4254,12 @@
msgstr "Erro ! Você não pode criar contas recursivas"
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9382,6 +9388,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/ro.po'
--- account/i18n/ro.po 2011-01-07 07:55:45 +0000
+++ account/i18n/ro.po 2011-01-11 11:19:17 +0000
@@ -4132,6 +4132,12 @@
msgstr "Eroare ! Nu puteţi crea conturi recursive."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9255,6 +9261,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/ru.po'
--- account/i18n/ru.po 2011-01-11 05:24:48 +0000
+++ account/i18n/ru.po 2011-01-11 11:19:17 +0000
@@ -4127,6 +4127,12 @@
msgstr "ÐÑибка! ÐÑ Ð½Ðµ можеÑе ÑоздаÑÑ ÑекÑÑÑивнÑе ÑÑеÑа."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9225,6 +9231,12 @@
msgstr "ÐÑибка ! ÐелÑÐ·Ñ ÑоздаÑÑ ÑекÑÑÑивнÑе ÑÐ°Ð±Ð»Ð¾Ð½Ñ ÑÑеÑов."
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "ÐовÑоÑение"
=== modified file 'account/i18n/si.po'
--- account/i18n/si.po 2011-01-07 07:55:45 +0000
+++ account/i18n/si.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/sk.po'
--- account/i18n/sk.po 2011-01-07 07:55:45 +0000
+++ account/i18n/sk.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9174,6 +9180,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/sl.po'
--- account/i18n/sl.po 2011-01-10 05:39:10 +0000
+++ account/i18n/sl.po 2011-01-11 11:19:17 +0000
@@ -4106,6 +4106,12 @@
msgstr "Napaka! Ne morete krerati rekurzivnih kontov."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9194,6 +9200,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/sq.po'
--- account/i18n/sq.po 2011-01-07 07:55:45 +0000
+++ account/i18n/sq.po 2011-01-11 11:19:17 +0000
@@ -4106,6 +4106,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9187,6 +9193,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/sr.po'
--- account/i18n/sr.po 2011-01-07 07:55:45 +0000
+++ account/i18n/sr.po 2011-01-11 11:19:17 +0000
@@ -4125,6 +4125,12 @@
msgstr "Greška ! Ne možete kreirati rekurzivna konta"
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9233,6 +9239,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/sr@xxxxxxxx'
--- account/i18n/sr@xxxxxxxx 2011-01-07 07:55:45 +0000
+++ account/i18n/sr@xxxxxxxx 2011-01-11 11:19:17 +0000
@@ -4125,6 +4125,12 @@
msgstr "Greška ! Ne možete kreirati rekurzivna konta"
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9233,6 +9239,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/sv.po'
--- account/i18n/sv.po 2011-01-10 05:39:10 +0000
+++ account/i18n/sv.po 2011-01-11 11:19:17 +0000
@@ -4170,6 +4170,12 @@
msgstr "Fel! Du kan inte skapa rekursiva konton."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9307,6 +9313,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Ã
terkommande"
=== modified file 'account/i18n/ta.po'
--- account/i18n/ta.po 2011-01-07 07:55:45 +0000
+++ account/i18n/ta.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/te.po'
--- account/i18n/te.po 2011-01-07 07:55:45 +0000
+++ account/i18n/te.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/th.po'
--- account/i18n/th.po 2011-01-07 07:55:45 +0000
+++ account/i18n/th.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/tlh.po'
--- account/i18n/tlh.po 2011-01-07 07:55:45 +0000
+++ account/i18n/tlh.po 2011-01-11 11:19:17 +0000
@@ -4095,6 +4095,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9170,6 +9176,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/tr.po'
--- account/i18n/tr.po 2011-01-07 07:55:45 +0000
+++ account/i18n/tr.po 2011-01-11 11:19:17 +0000
@@ -4214,6 +4214,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9471,6 +9477,12 @@
msgstr "Error ! You can not create recursive account templates."
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Recurring"
=== modified file 'account/i18n/ug.po'
--- account/i18n/ug.po 2011-01-07 07:55:45 +0000
+++ account/i18n/ug.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/uk.po'
--- account/i18n/uk.po 2011-01-07 07:55:45 +0000
+++ account/i18n/uk.po 2011-01-11 11:19:17 +0000
@@ -4097,6 +4097,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9176,6 +9182,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/vi.po'
--- account/i18n/vi.po 2011-01-07 07:55:45 +0000
+++ account/i18n/vi.po 2011-01-11 11:19:17 +0000
@@ -4243,6 +4243,12 @@
msgstr "Lá»i ! Bạn không thá» tạo các tà i khoản Äá» quy."
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9561,6 +9567,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr "Recurring"
=== modified file 'account/i18n/zh_CN.po'
--- account/i18n/zh_CN.po 2011-01-07 07:55:45 +0000
+++ account/i18n/zh_CN.po 2011-01-11 11:19:17 +0000
@@ -4100,6 +4100,12 @@
msgstr "é误!ä½ ä¸è½å建éå½çç§ç®"
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9179,6 +9185,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/zh_HK.po'
--- account/i18n/zh_HK.po 2011-01-07 07:55:45 +0000
+++ account/i18n/zh_HK.po 2011-01-11 11:19:17 +0000
@@ -4096,6 +4096,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9171,6 +9177,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
=== modified file 'account/i18n/zh_TW.po'
--- account/i18n/zh_TW.po 2011-01-07 07:55:45 +0000
+++ account/i18n/zh_TW.po 2011-01-11 11:19:17 +0000
@@ -4095,6 +4095,12 @@
msgstr ""
#. module: account
+#: constraint:account.account:0
+msgid "You cannot create an account! \n"
+"Make sure if the account has children then it should be type \"View\"!"
+msgstr ""
+
+#. module: account
#: view:account.subscription.generate:0
#: model:ir.actions.act_window,name:account.action_account_subscription_generate
#: model:ir.ui.menu,name:account.menu_generate_subscription
@@ -9170,6 +9176,12 @@
msgstr ""
#. module: account
+#: constraint:account.account.template:0
+msgid "You cannot create an account template! \n"
+"Make sure if the account template has parent then it should be type \"View\"! "
+msgstr ""
+
+#. module: account
#: view:account.subscription:0
msgid "Recurring"
msgstr ""
Follow ups