odoo-addon-account-analytic-parent 15.0.1.0.0.7__py3-none-any.whl → 15.0.1.0.1.1__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 @@ Account Analytic Parent
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:71c154bd4bc69b0f4402dcd3480c85b29640c7844e2423e7484ea75579e81a8c
10
+ !! source digest: sha256:3f4d1afe52e1b136984e2ffc6440eadec79bb7383b3a65c907605b453a543ac9
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -12,7 +12,7 @@
12
12
  "name": "Account Analytic Parent",
13
13
  "summary": """
14
14
  This module reintroduces the hierarchy to the analytic accounts.""",
15
- "version": "15.0.1.0.0",
15
+ "version": "15.0.1.0.1",
16
16
  "category": "Accounting & Finance",
17
17
  "license": "AGPL-3",
18
18
  "author": "Matmoz d.o.o., "
@@ -9,16 +9,16 @@ msgstr ""
9
9
  "Project-Id-Version: Odoo Server 10.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "POT-Creation-Date: 2017-06-30 02:40+0000\n"
12
- "PO-Revision-Date: 2019-08-08 12:44+0000\n"
13
- "Last-Translator: Matjaz Mozetic <matjaz@matmoz.si>\n"
12
+ "PO-Revision-Date: 2026-02-01 09:09+0000\n"
13
+ "Last-Translator: Matjaz Mozetic <matjaz@luxim.si>\n"
14
14
  "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
15
15
  "Language: sl\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: \n"
19
- "Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
20
- "%100==4 ? 2 : 3;\n"
21
- "X-Generator: Weblate 3.7.1\n"
19
+ "Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
20
+ "n%100==4 ? 2 : 3;\n"
21
+ "X-Generator: Weblate 5.15.2\n"
22
22
 
23
23
  #. module: account_analytic_parent
24
24
  #: code:addons/account_analytic_parent/models/account_analytic_account.py:0
@@ -61,7 +61,7 @@ msgstr "Nadrejeni konto"
61
61
  #. module: account_analytic_parent
62
62
  #: model:ir.model.fields,field_description:account_analytic_parent.field_account_analytic_account__parent_path
63
63
  msgid "Parent Path"
64
- msgstr "Pot nadrejenega"
64
+ msgstr "Nadrejena pot"
65
65
 
66
66
  #. module: account_analytic_parent
67
67
  #: code:addons/account_analytic_parent/models/account_analytic_account.py:0
@@ -47,7 +47,7 @@ class AccountAnalyticAccount(models.Model):
47
47
  user_currency_id = self.env.user.company_id.currency_id
48
48
 
49
49
  # Re-compute only accounts with children
50
- for account in self.filtered("child_ids"):
50
+ for account in self.exists().filtered("child_ids"):
51
51
  domain = [("account_id", "child_of", account.id)]
52
52
 
53
53
  credit_groups = AccountAnalyticLine.read_group(
@@ -1,4 +1,3 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
1
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
2
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
3
  <head>
@@ -9,10 +8,11 @@
9
8
 
10
9
  /*
11
10
  :Author: David Goodger (goodger@python.org)
12
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
13
12
  :Copyright: This stylesheet has been placed in the public domain.
14
13
 
15
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
16
16
 
17
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
18
18
  customize this style sheet.
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
275
275
  margin-left: 2em ;
276
276
  margin-right: 2em }
277
277
 
278
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
279
279
  pre.code, code { background-color: #eeeeee }
280
280
  pre.code .comment, code .comment { color: #5C6576 }
281
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@ span.option {
301
301
  span.pre {
302
302
  white-space: pre }
303
303
 
304
- span.problematic {
304
+ span.problematic, pre.problematic {
305
305
  color: red }
306
306
 
307
307
  span.section-subtitle {
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:71c154bd4bc69b0f4402dcd3480c85b29640c7844e2423e7484ea75579e81a8c
370
+ !! source digest: sha256:3f4d1afe52e1b136984e2ffc6440eadec79bb7383b3a65c907605b453a543ac9
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-analytic/tree/15.0/account_analytic_parent"><img alt="OCA/account-analytic" src="https://img.shields.io/badge/github-OCA%2Faccount--analytic-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-analytic-15-0/account-analytic-15-0-account_analytic_parent"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-analytic&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>This module reintroduces the hierarchy to the analytic accounts as
@@ -434,7 +434,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
434
434
  <div class="section" id="maintainers">
435
435
  <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
436
436
  <p>This module is maintained by the OCA.</p>
437
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
437
+ <a class="reference external image-reference" href="https://odoo-community.org">
438
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
439
+ </a>
438
440
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
439
441
  mission is to support the collaborative development of Odoo features and
440
442
  promote its widespread use.</p>
@@ -1,18 +1,17 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-account-analytic-parent
3
- Version: 15.0.1.0.0.7
2
+ Name: odoo-addon-account_analytic_parent
3
+ Version: 15.0.1.0.1.1
4
4
  Summary: This module reintroduces the hierarchy to the analytic accounts.
5
5
  Home-page: https://github.com/OCA/account-analytic
6
6
  Author: Matmoz d.o.o., Luxim d.o.o., Deneroteam, ForgeFlow, Tecnativa, CorporateHub, Odoo Community Association (OCA)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 15.0
13
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
13
  Requires-Python: >=3.8
15
- Requires-Dist: odoo <15.1dev,>=15.0a
14
+ Requires-Dist: odoo<15.1dev,>=15.0a
16
15
 
17
16
  =======================
18
17
  Account Analytic Parent
@@ -23,7 +22,7 @@ Account Analytic Parent
23
22
  !! This file is generated by oca-gen-addon-readme !!
24
23
  !! changes will be overwritten. !!
25
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:71c154bd4bc69b0f4402dcd3480c85b29640c7844e2423e7484ea75579e81a8c
25
+ !! source digest: sha256:3f4d1afe52e1b136984e2ffc6440eadec79bb7383b3a65c907605b453a543ac9
27
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
27
 
29
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -117,5 +116,3 @@ promote its widespread use.
117
116
  This module is part of the `OCA/account-analytic <https://github.com/OCA/account-analytic/tree/15.0/account_analytic_parent>`_ project on GitHub.
118
117
 
119
118
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
120
-
121
-
@@ -1,6 +1,6 @@
1
- odoo/addons/account_analytic_parent/README.rst,sha256=VUJ2iZbBTksrn-T_yCcOdkWSg3YNq9MSkZ9DsUijG7A,3711
1
+ odoo/addons/account_analytic_parent/README.rst,sha256=zKwfZN4v9pGeQaylXOaDd0XrHwAD9-NWzYU4bhnJWx8,3711
2
2
  odoo/addons/account_analytic_parent/__init__.py,sha256=6CGLNMVZ--55FOPBhnKu8w7kW6vI0d0VoZ2uqINXyNU,126
3
- odoo/addons/account_analytic_parent/__manifest__.py,sha256=emKe0vNghU_y1McDPdGOxD8MCIFIQWC2nvC7hBhnWto,1008
3
+ odoo/addons/account_analytic_parent/__manifest__.py,sha256=m7ARu8HdKO9E6Dv7kGc0jUAH0WJEXDVhjNM9F5l7fD8,1008
4
4
  odoo/addons/account_analytic_parent/hooks.py,sha256=Ut1FiPGgyzaBXOA71QtBK6LxJKYKb9nPvBfmpohhpiM,283
5
5
  odoo/addons/account_analytic_parent/demo/analytic_account_demo.xml,sha256=Zxh89BRiuQlQhtw2MlkXJB8IPkkScwuz5fyEJld4D-c,7855
6
6
  odoo/addons/account_analytic_parent/i18n/ab.po,sha256=Kdfu3COWxfFSLpF6LzFk0TmngM0dbPF35IMIskxqcng,2277
@@ -26,20 +26,20 @@ odoo/addons/account_analytic_parent/i18n/nl_NL.po,sha256=cnPl5RQM-TSZnHi-R-b-K5K
26
26
  odoo/addons/account_analytic_parent/i18n/pt_BR.po,sha256=w7JvQlu8JSOLc5TRByaArRePMKO2cYmr3N5JpmZB5xk,3365
27
27
  odoo/addons/account_analytic_parent/i18n/ru.po,sha256=xVPkxihB8oTeoG_wJZWojHycIcNpa5IwkB1AxRgkYw8,2765
28
28
  odoo/addons/account_analytic_parent/i18n/sk_SK.po,sha256=Yi1ZKYyxHVxLaDWfyELw8DR5bPsEQbkruCWpRMammP0,2573
29
- odoo/addons/account_analytic_parent/i18n/sl.po,sha256=bRc79VafruX2gKNqTwxI6_NztWGsligArvNAMpiP7es,2876
29
+ odoo/addons/account_analytic_parent/i18n/sl.po,sha256=vHQwoDsok3-9rIvrcRN1tnQGgjt-aAmhNshO23OGqI0,2874
30
30
  odoo/addons/account_analytic_parent/i18n/th.po,sha256=8iljULbDKMtxCcb13NDWdZ56oPuXpwUo6IDB85V8Fc4,2272
31
31
  odoo/addons/account_analytic_parent/i18n/zh_CN.po,sha256=2qSE8uCLUc8zjBpOKBvA6nYFqPkJj1h2jfR5KUmS6mA,2777
32
32
  odoo/addons/account_analytic_parent/models/__init__.py,sha256=7uxHf6TyJtDL6iwhla4Wygnct5harxNRDmwWZceq9og,110
33
- odoo/addons/account_analytic_parent/models/account_analytic_account.py,sha256=N_Pa08WyNy5thGZHy22wYOPJOrtKybSlhf8vPfttTRk,5243
33
+ odoo/addons/account_analytic_parent/models/account_analytic_account.py,sha256=9lN9lv6hf1KT7inDt1U7CWuXs6TgNduMGU5JHrKEli8,5252
34
34
  odoo/addons/account_analytic_parent/readme/CONTRIBUTORS.rst,sha256=LzodbjB1SF293AUuaZTUfy0lf5OWpb9FPdg6bboCo-w,547
35
35
  odoo/addons/account_analytic_parent/readme/DESCRIPTION.rst,sha256=k8sbc5vr635P3bgxSraw2NFumr3ayG78JTsGHB0rYZs,197
36
36
  odoo/addons/account_analytic_parent/readme/USAGE.rst,sha256=JCUSqD9sTzQW3GF77cpNdE5W9kgNEwVPqbfjBEAlkmc,74
37
37
  odoo/addons/account_analytic_parent/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
38
- odoo/addons/account_analytic_parent/static/description/index.html,sha256=tjCXosFuw02edTFkgDwqGbCeiZPMYAJWwRlyE-H6rpo,14209
38
+ odoo/addons/account_analytic_parent/static/description/index.html,sha256=PW-OoP2AX9m7Fl7iA7swujSUxZgL5qtoLk0DZ9L3EA4,14253
39
39
  odoo/addons/account_analytic_parent/tests/__init__.py,sha256=wl6XwlTDhO-sJrowvXGQSnMyYLPnlcLGCu9SyMpUQpA,115
40
40
  odoo/addons/account_analytic_parent/tests/test_account_analytic_account.py,sha256=490RhpSvxjgllVIqifHLf8FVhCnPe1_NbHheORoGrUI,4554
41
41
  odoo/addons/account_analytic_parent/views/account_analytic_account_view.xml,sha256=6WzM10ZWv44CjsJcZGygqGJlgjWakHhYk2UJqOpz9-c,1310
42
- odoo_addon_account_analytic_parent-15.0.1.0.0.7.dist-info/METADATA,sha256=yUgWihC8D3ePr-nySuougCdCGqfX3eggzwW_eO_lPbg,4364
43
- odoo_addon_account_analytic_parent-15.0.1.0.0.7.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
44
- odoo_addon_account_analytic_parent-15.0.1.0.0.7.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
45
- odoo_addon_account_analytic_parent-15.0.1.0.0.7.dist-info/RECORD,,
42
+ odoo_addon_account_analytic_parent-15.0.1.0.1.1.dist-info/METADATA,sha256=QiBmo2zS22nTS-PpDg_pSgby0N0oqCoUMpWWn8krhQw,4343
43
+ odoo_addon_account_analytic_parent-15.0.1.0.1.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
44
+ odoo_addon_account_analytic_parent-15.0.1.0.1.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
45
+ odoo_addon_account_analytic_parent-15.0.1.0.1.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5