From e7603f5f66daf8114c31fe2d80c87d0d9a7a16c2 Mon Sep 17 00:00:00 2001 From: Boris Gallet Date: Thu, 18 Jan 2024 17:33:02 +0100 Subject: [PATCH] [CLEAN] remove undefined addons --- LICENSE | 674 ---------------- README.md | 2 - account_budget_forecast/__init__.py | 4 - account_budget_forecast/__manifest__.py | 103 --- .../i18n/account_budget_forecast.pot | 721 ----------------- account_budget_forecast/i18n/fr.po | 727 ------------------ account_budget_forecast/models/__init__.py | 11 - .../models/account_analytic_account.py | 284 ------- .../models/account_analytic_line.py | 21 - .../models/budget_coefficient.py | 22 - .../models/budget_forecast.py | 441 ----------- .../models/budget_forecast_model.py | 37 - account_budget_forecast/models/crm_lead.py | 30 - account_budget_forecast/models/product.py | 17 - account_budget_forecast/models/project.py | 24 - account_budget_forecast/models/sale_order.py | 61 -- .../security/ir.model.access.csv | 7 - ...ection_category_and_note_fields_backend.js | 217 ------ .../section_category_and_note_backend.scss | 22 - .../views/account_analytic_account.xml | 103 --- .../account_analytic_account_categories.xml | 195 ----- account_budget_forecast/views/actions.xml | 8 - account_budget_forecast/views/assets.xml | 9 - .../views/budget_coefficient.xml | 18 - .../views/budget_coefficient_model.xml | 14 - .../views/budget_forecast.xml | 99 --- .../views/budget_forecast_model.xml | 37 - account_budget_forecast/views/crm_lead.xml | 18 - account_budget_forecast/views/hr_employee.xml | 16 - account_budget_forecast/views/menu.xml | 14 - .../views/product_template_form.xml | 13 - .../views/project_views.xml | 13 - account_budget_forecast/views/sale_order.xml | 23 - account_budget_forecast/wizard/__init__.py | 3 - .../wizard/budget_forecast_model_choice.py | 71 -- .../wizard/budget_forecast_model_choice.xml | 31 - .../__init__.py | 3 - .../__manifest__.py | 63 -- .../models/__init__.py | 4 - .../models/account_move.py | 15 - .../models/newgen_payment_card_transaction.py | 29 - .../views/account_move_views.xml | 26 - account_partner_account_number/__init__.py | 3 - .../__manifest__.py | 63 -- account_partner_account_number/i18n/fr.po | 61 -- .../models/__init__.py | 3 - .../models/account_move_line.py | 20 - .../models/res_partner.py | 13 - .../views/account_move_views.xml | 14 - .../views/partner_views.xml | 17 - .../__init__.py | 4 - .../__manifest__.py | 65 -- .../i18n/fr.po | 70 -- .../models/__init__.py | 4 - .../models/account_move.py | 9 - .../models/sale.py | 14 - .../views/account_move_views.xml | 39 - .../views/sale_views.xml | 40 - .../wizard/__init__.py | 3 - .../wizard/sale_make_invoice_advance.py | 14 - 60 files changed, 4706 deletions(-) delete mode 100644 LICENSE delete mode 100644 README.md delete mode 100644 account_budget_forecast/__init__.py delete mode 100644 account_budget_forecast/__manifest__.py delete mode 100644 account_budget_forecast/i18n/account_budget_forecast.pot delete mode 100644 account_budget_forecast/i18n/fr.po delete mode 100644 account_budget_forecast/models/__init__.py delete mode 100644 account_budget_forecast/models/account_analytic_account.py delete mode 100644 account_budget_forecast/models/account_analytic_line.py delete mode 100644 account_budget_forecast/models/budget_coefficient.py delete mode 100644 account_budget_forecast/models/budget_forecast.py delete mode 100644 account_budget_forecast/models/budget_forecast_model.py delete mode 100644 account_budget_forecast/models/crm_lead.py delete mode 100644 account_budget_forecast/models/product.py delete mode 100644 account_budget_forecast/models/project.py delete mode 100644 account_budget_forecast/models/sale_order.py delete mode 100644 account_budget_forecast/security/ir.model.access.csv delete mode 100644 account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js delete mode 100644 account_budget_forecast/static/src/scss/section_category_and_note_backend.scss delete mode 100644 account_budget_forecast/views/account_analytic_account.xml delete mode 100644 account_budget_forecast/views/account_analytic_account_categories.xml delete mode 100644 account_budget_forecast/views/actions.xml delete mode 100644 account_budget_forecast/views/assets.xml delete mode 100644 account_budget_forecast/views/budget_coefficient.xml delete mode 100644 account_budget_forecast/views/budget_coefficient_model.xml delete mode 100644 account_budget_forecast/views/budget_forecast.xml delete mode 100644 account_budget_forecast/views/budget_forecast_model.xml delete mode 100644 account_budget_forecast/views/crm_lead.xml delete mode 100644 account_budget_forecast/views/hr_employee.xml delete mode 100644 account_budget_forecast/views/menu.xml delete mode 100644 account_budget_forecast/views/product_template_form.xml delete mode 100644 account_budget_forecast/views/project_views.xml delete mode 100644 account_budget_forecast/views/sale_order.xml delete mode 100644 account_budget_forecast/wizard/__init__.py delete mode 100644 account_budget_forecast/wizard/budget_forecast_model_choice.py delete mode 100644 account_budget_forecast/wizard/budget_forecast_model_choice.xml delete mode 100644 account_mooncard_receipt_lost_transfer/__init__.py delete mode 100644 account_mooncard_receipt_lost_transfer/__manifest__.py delete mode 100644 account_mooncard_receipt_lost_transfer/models/__init__.py delete mode 100644 account_mooncard_receipt_lost_transfer/models/account_move.py delete mode 100644 account_mooncard_receipt_lost_transfer/models/newgen_payment_card_transaction.py delete mode 100644 account_mooncard_receipt_lost_transfer/views/account_move_views.xml delete mode 100644 account_partner_account_number/__init__.py delete mode 100644 account_partner_account_number/__manifest__.py delete mode 100644 account_partner_account_number/i18n/fr.po delete mode 100644 account_partner_account_number/models/__init__.py delete mode 100644 account_partner_account_number/models/account_move_line.py delete mode 100644 account_partner_account_number/models/res_partner.py delete mode 100644 account_partner_account_number/views/account_move_views.xml delete mode 100644 account_partner_account_number/views/partner_views.xml delete mode 100644 account_quotation_sale_order_invoice_title/__init__.py delete mode 100644 account_quotation_sale_order_invoice_title/__manifest__.py delete mode 100644 account_quotation_sale_order_invoice_title/i18n/fr.po delete mode 100644 account_quotation_sale_order_invoice_title/models/__init__.py delete mode 100644 account_quotation_sale_order_invoice_title/models/account_move.py delete mode 100644 account_quotation_sale_order_invoice_title/models/sale.py delete mode 100644 account_quotation_sale_order_invoice_title/views/account_move_views.xml delete mode 100644 account_quotation_sale_order_invoice_title/views/sale_views.xml delete mode 100644 account_quotation_sale_order_invoice_title/wizard/__init__.py delete mode 100644 account_quotation_sale_order_invoice_title/wizard/sale_make_invoice_advance.py diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f288702..0000000 --- a/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. diff --git a/README.md b/README.md deleted file mode 100644 index e2597d1..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# account_tools -Elabore's Odoo addons for account tools diff --git a/account_budget_forecast/__init__.py b/account_budget_forecast/__init__.py deleted file mode 100644 index 35e7c96..0000000 --- a/account_budget_forecast/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from . import wizard diff --git a/account_budget_forecast/__manifest__.py b/account_budget_forecast/__manifest__.py deleted file mode 100644 index 894f1d3..0000000 --- a/account_budget_forecast/__manifest__.py +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 2021 Elabore () -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - -{ - "name": "account_budget_forecast", - "version": "14.0.1.3.0", - "author": "Elabore", - "maintainer": "False", - "website": "False", - "license": "AGPL-3", - "category": "False", - "summary": "Project Forcast Budget to plan the costings and expenses of your projects", - "description": """ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 -======================= -Account Budget Forecast -======================= -This module provides budget forecast functionnalities. - -Installation -============ -Just install account_budget_forecast, all dependencies will be installed by default. - -Known issues / Roadmap -====================== - -Bug Tracker -=========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. - -Credits -======= - -Images ------- -* Elabore: `Icon `_. - -Contributors ------------- -* Stéphan Sainléger - -Funders -------- -The development of this module has been financially supported by: -* Elabore (https://elabore.coop) -* Amaco (https://amaco.org) - -Maintainer ----------- -This module is maintained by ELABORE. - -""", - # any module necessary for this one to work correctly - "depends": [ - "account", - "analytic", - "base", - "crm", - "hr_timesheet", - "product", - "project", - "sale", - "sale_crm", - "stock", - ], - "external_dependencies": { - "python": [], - }, - # always loaded - "data": [ - "security/ir.model.access.csv", - "wizard/budget_forecast_model_choice.xml", - "views/account_analytic_account.xml", - "views/account_analytic_account_categories.xml", - "views/sale_order.xml", - "views/budget_forecast.xml", - "views/budget_coefficient.xml", - "views/budget_coefficient_model.xml", - "views/budget_forecast_model.xml", - "views/product_template_form.xml", - "views/project_views.xml", - "views/hr_employee.xml", - "views/actions.xml", - "views/assets.xml", - "views/menu.xml", - "views/crm_lead.xml", - ], - # only loaded in demonstration mode - "demo": [], - "js": [], - "css": [], - "qweb": [], - "installable": True, - # Install this module automatically if all dependency have been previously - # and independently installed. Used for synergetic or glue modules. - "auto_install": False, - "application": False, -} diff --git a/account_budget_forecast/i18n/account_budget_forecast.pot b/account_budget_forecast/i18n/account_budget_forecast.pot deleted file mode 100644 index 6e9ce6b..0000000 --- a/account_budget_forecast/i18n/account_budget_forecast.pot +++ /dev/null @@ -1,721 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * account_budget_forecast -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-05-24 14:53+0000\n" -"PO-Revision-Date: 2022-05-24 14:53+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "" -"\n" -" Caution: all current budget lines will be deleted!" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Actual Amount" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__actual_qty -msgid "Actual Quantity" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Add a note" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Add a section" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Add a sub-section" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Add an article" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__analytic_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_crm_lead__analytic_account -msgid "Analytic Account" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_account_analytic_line -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__analytic_line_ids -msgid "Analytic Line" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Analytic Lines" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_article -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_article -msgid "Article" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__balance -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Balance" -msgstr "" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/account_analytic_account.py:0 -#: code:addons/account_budget_forecast/models/account_analytic_account.py:0 -#: code:addons/account_budget_forecast/models/project.py:0 -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.crm_lead_analytic_account_view_form -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_account_analytic_account_form -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_order_form -#, python-format -msgid "Budget" -msgstr "" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/budget_forecast.py:0 -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__budget_category -#, python-format -msgid "Budget Category" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_coefficients_ids -msgid "Budget Coefficients" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_ids -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_line__budget_forecast_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_move_line__budget_forecast_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_sale_order_line__budget_forecast_id -msgid "Budget Forecast" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_delivery_ids -msgid "Budget Forecast Delivery" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_equipment_ids -msgid "Budget Forecast Equipment" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_manpower_ids -msgid "Budget Forecast Manpower" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_material_ids -msgid "Budget Forecast Material" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_miscellaneous_ids -msgid "Budget Forecast Miscellaneous" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_models -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__budget_forecast_model -msgid "Budget Forecast Model" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_model_lines -msgid "Budget Forecast Model Lines" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_subcontractors_ids -msgid "Budget Forecast Subcontractors" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_unplanned_ids -msgid "Budget Forecast Unplanned" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast -msgid "Budget Forecast lines" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__budget_model -msgid "Budget Model" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_coeff_models -msgid "Budget coefficient models" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast -msgid "Budget forecast" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_product_product__budget_level -#: model:ir.model.fields,field_description:account_budget_forecast.field_product_template__budget_level -msgid "Budget level" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_lines -msgid "Budget lines" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_models -msgid "Budget models" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_model_lines -msgid "Budget models lines" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "Cancel" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__child_ids -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__child_ids -msgid "Child" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Childs" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Coeff" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__coeff -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__coeff -msgid "Coefficient" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_coeff_models -msgid "Coefficient models" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_coefficient -msgid "Coefficients for the order line price calculation" -msgstr "" - -#. module: account_budget_forecast -#. openerp-web -#: code:addons/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js:0 -#, python-format -msgid "Configure a product" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Create Quotation" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__create_uid -msgid "Created by" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__create_date -msgid "Created on" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__delivery -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Delivery" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__note -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__note -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__description -msgid "Description" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__diff_expenses -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Diff" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__display_actual_amounts -msgid "Display Actual Amounts" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Display Actual amounts" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__display_name -msgid "Display Name" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__display_type -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__display_type -msgid "Display Type" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "Empty budget" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__equipment -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Equipment" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__actual_amount -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Expenses" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__global_coeff -msgid "Global coefficient" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Hide Actual amounts" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__id -msgid "ID" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__incomes -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Incomes" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Incomes and Balance" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__is_summary -msgid "Is Summary" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_account_move_line -msgid "Journal Item" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line____last_update -msgid "Last Modified on" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__write_uid -msgid "Last Updated by" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__write_date -msgid "Last Updated on" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_crm_lead -msgid "Lead/Opportunity" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__manpower -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Manpower" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__material -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Material" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__miscellaneous -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Miscellaneous" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__name -msgid "Name" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__note -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_note -msgid "Note" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Notes" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__opportunity -msgid "Opportunity" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__parent_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__parent_id -msgid "Parent" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_amount_without_coeff -msgid "Plan Amount" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Plan Amount after Coeff" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Plan Amount before Coeff" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__plan_amount_with_coeff -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_amount_with_coeff -#: model:ir.model.fields,field_description:account_budget_forecast.field_crm_lead__plan_amount_with_coeff -#: model:ir.model.fields,field_description:account_budget_forecast.field_sale_order__plan_amount_with_coeff -msgid "Plan Amount with coeff" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__plan_amount_without_coeff -msgid "Plan Amount without coeff" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_price -msgid "Plan Price" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_qty -msgid "Plan Quantity" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Planned amounts" -msgstr "" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/sale_order.py:0 -#, python-format -msgid "Please set the analytic account" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__product_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__product_id -msgid "Product" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_product_template -msgid "Product Template" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_project_project -msgid "Project" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_balance -msgid "Project Balance" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Project Budget" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_section_budget_ids -msgid "Project Section Budget" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Project management" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_managers -msgid "Project managers" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Quantities" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Quantity" -msgstr "" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/account_analytic_account.py:0 -#, python-format -msgid "Quotation" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Re-initialize" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Refresh" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__remaining_budget -msgid "Remaining budget" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "Reset : choose the Budget Forecast Model" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.action_budget_forecast_model_choice -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Reset Budget" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_sale_order -msgid "Sales Order" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_sale_order_line -msgid "Sales Order Line" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_section -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast_model_line__display_type__line_section -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_section -msgid "Section" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "Select" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__sequence -msgid "Sequence" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_subsection -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast_model_line__display_type__line_subsection -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_subsection -msgid "Sub-Section" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__subcontractors -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Subcontractors" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__summary_id -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Summary" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_order_form -msgid "Sync missing budget lines" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Total" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__total_expenses -msgid "Total expenses" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__total_incomes -msgid "Total incomes" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Totals" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Unit prices" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__unplanned -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Unplanned" -msgstr "" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/account_analytic_account.py:0 -#, python-format -msgid "" -"You are not manager of this project.\n" -"Please contact the project manager or your Odoo administrator." -msgstr "" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/crm_lead.py:0 -#, python-format -msgid "" -"You must add an analytic account to build/access the budget forecast screen." -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_coefficient_model -msgid "budget.coefficient.model" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_forecast -msgid "budget.forecast" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model -msgid "budget.forecast.model" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model_choice -msgid "budget.forecast.model.choice" -msgstr "" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model_line -msgid "budget.forecast.model.line" -msgstr "" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_tree -msgid "total" -msgstr "" diff --git a/account_budget_forecast/i18n/fr.po b/account_budget_forecast/i18n/fr.po deleted file mode 100644 index fb55c31..0000000 --- a/account_budget_forecast/i18n/fr.po +++ /dev/null @@ -1,727 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * account_budget_forecast -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 13.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-05-24 14:52+0000\n" -"PO-Revision-Date: 2022-05-24 14:52+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "" -"\n" -" Caution: all current budget lines will be deleted!" -msgstr "" -"\n" -" Attention : toutes les lignes de budget vont être supprimées!" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Actual Amount" -msgstr "Réel" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__actual_qty -msgid "Actual Quantity" -msgstr "Quantité actuelle" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Add a note" -msgstr "Ajouter une note" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Add a section" -msgstr "Ajouter une section" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Add a sub-section" -msgstr "Ajouter une sous-section" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Add an article" -msgstr "Ajouter un article" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_account_analytic_account -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__analytic_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_crm_lead__analytic_account -msgid "Analytic Account" -msgstr "Compte analytique" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_account_analytic_line -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__analytic_line_ids -msgid "Analytic Line" -msgstr "Ligne analytique" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Analytic Lines" -msgstr "Lignes analytiques" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_article -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_article -msgid "Article" -msgstr "Article" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__balance -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Balance" -msgstr "Balance" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/account_analytic_account.py:0 -#: code:addons/account_budget_forecast/models/account_analytic_account.py:0 -#: code:addons/account_budget_forecast/models/project.py:0 -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.crm_lead_analytic_account_view_form -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_account_analytic_account_form -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_order_form -#, python-format -msgid "Budget" -msgstr "Chiffrage" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/budget_forecast.py:0 -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__budget_category -#, python-format -msgid "Budget Category" -msgstr "Caégorie de budget" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_coefficients_ids -msgid "Budget Coefficients" -msgstr "Coefficients de chiffrage" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_ids -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_line__budget_forecast_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_move_line__budget_forecast_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_sale_order_line__budget_forecast_id -msgid "Budget Forecast" -msgstr "Chiffrage" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_delivery_ids -msgid "Budget Forecast Delivery" -msgstr "Budget prévisionnel Livraison" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_equipment_ids -msgid "Budget Forecast Equipment" -msgstr "Budget prévisionnel Équipement" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_manpower_ids -msgid "Budget Forecast Manpower" -msgstr "Budget prévisionnel Main d'oeuvre" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_material_ids -msgid "Budget Forecast Material" -msgstr "Budget prévisionnel Matériaux" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_miscellaneous_ids -msgid "Budget Forecast Miscellaneous" -msgstr "Budget prévisionnel Divers" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_models -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__budget_forecast_model -msgid "Budget Forecast Model" -msgstr "Modèle de budget" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_model_lines -msgid "Budget Forecast Model Lines" -msgstr "Lignes Modèle de budget" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_subcontractors_ids -msgid "Budget Forecast Subcontractors" -msgstr "Budget prévisionnel Sous-traitants" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_unplanned_ids -msgid "Budget Forecast Unplanned" -msgstr "Budget prévisionnel Non prévu" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast -msgid "Budget Forecast lines" -msgstr "Lignes de chiffrage" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__budget_model -msgid "Budget Model" -msgstr "Modèle de budget" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_coeff_models -msgid "Budget coefficient models" -msgstr "Modèles de coefficient" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast -msgid "Budget forecast" -msgstr "Lignes de chiffrage" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_product_product__budget_level -#: model:ir.model.fields,field_description:account_budget_forecast.field_product_template__budget_level -msgid "Budget level" -msgstr "Niveau de chiffrage" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_lines -msgid "Budget lines" -msgstr "Lignes de budget" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_models -msgid "Budget models" -msgstr "Modèles de budget" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_model_lines -msgid "Budget models lines" -msgstr "Lignes de modèles de budget" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "Cancel" -msgstr "Annuler" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__child_ids -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__child_ids -msgid "Child" -msgstr "Enfant" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Childs" -msgstr "Enfants" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Coeff" -msgstr "Coeff" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__coeff -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__coeff -msgid "Coefficient" -msgstr "Coefficient" - -#. module: account_budget_forecast -#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_coeff_models -msgid "Coefficient models" -msgstr "Modèles de coefficient" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_coefficient -msgid "Coefficients for the order line price calculation" -msgstr "Coefficiens pour le calcul des montants de chiffrages" - -#. module: account_budget_forecast -#. openerp-web -#: code:addons/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js:0 -#, python-format -msgid "Configure a product" -msgstr "Configurer un produit" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Create Quotation" -msgstr "Créer un devis" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__create_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__create_uid -msgid "Created by" -msgstr "Créé par" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__create_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__create_date -msgid "Created on" -msgstr "Créé le" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__delivery -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Delivery" -msgstr "Livraison" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__note -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__note -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__description -msgid "Description" -msgstr "Description" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__diff_expenses -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Diff" -msgstr "Diff" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__display_actual_amounts -msgid "Display Actual Amounts" -msgstr "Afficher les montants actuels" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Display Actual amounts" -msgstr "Afficher les montants actuels" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__display_name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__display_name -msgid "Display Name" -msgstr "Nom affiché" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__display_type -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__display_type -msgid "Display Type" -msgstr "Type de ligne" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "Empty budget" -msgstr "Budget vierge" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__equipment -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Equipment" -msgstr "Équipement" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__actual_amount -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Expenses" -msgstr "Dépenses" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__global_coeff -msgid "Global coefficient" -msgstr "Coefficient global" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Hide Actual amounts" -msgstr "Cacher les montants actuels" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__id -msgid "ID" -msgstr "ID" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__incomes -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Incomes" -msgstr "Recettes" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Incomes and Balance" -msgstr "Recettes et Balance" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__is_summary -msgid "Is Summary" -msgstr "Est une ligne résumé" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_account_move_line -msgid "Journal Item" -msgstr "Écriture comptable" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice____last_update -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line____last_update -msgid "Last Modified on" -msgstr "Dernière modification le" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__write_uid -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__write_uid -msgid "Last Updated by" -msgstr "Dernière mise à jour par" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__write_date -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__write_date -msgid "Last Updated on" -msgstr "Dernière mise à jour le" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_crm_lead -msgid "Lead/Opportunity" -msgstr "Piste/opportunité" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__manpower -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Manpower" -msgstr "Main d'oeuvre" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__material -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Material" -msgstr "Matériaux" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__miscellaneous -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Miscellaneous" -msgstr "Divers" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__name -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__name -msgid "Name" -msgstr "Nom" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__note -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_note -msgid "Note" -msgstr "Note" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Notes" -msgstr "Notes" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__opportunity -msgid "Opportunity" -msgstr "Opportunitée" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__parent_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__parent_id -msgid "Parent" -msgstr "Parent" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_amount_without_coeff -msgid "Plan Amount" -msgstr "Montant prévu" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Plan Amount after Coeff" -msgstr "Montant prévu avec coeff" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Plan Amount before Coeff" -msgstr "Montant prévu sans coeff" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__plan_amount_with_coeff -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_amount_with_coeff -#: model:ir.model.fields,field_description:account_budget_forecast.field_crm_lead__plan_amount_with_coeff -#: model:ir.model.fields,field_description:account_budget_forecast.field_sale_order__plan_amount_with_coeff -msgid "Plan Amount with coeff" -msgstr "Montant prévu avec coeff" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__plan_amount_without_coeff -msgid "Plan Amount without coeff" -msgstr "Montant prévu sans coeff" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_price -msgid "Plan Price" -msgstr "Prix prévu" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_qty -msgid "Plan Quantity" -msgstr "Quantité prévue" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Planned amounts" -msgstr "Montants prévus" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/sale_order.py:0 -#, python-format -msgid "Please set the analytic account" -msgstr "Renseignez le compte analytique svp" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__product_id -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__product_id -msgid "Product" -msgstr "Produit" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_product_template -msgid "Product Template" -msgstr "Modèle d'article" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_project_project -msgid "Project" -msgstr "Projet" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_balance -msgid "Project Balance" -msgstr "Balance du projet" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Project Budget" -msgstr "Chiffrage de projet" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_section_budget_ids -msgid "Project Section Budget" -msgstr "Lignes de section" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Project management" -msgstr "Gestion de projet" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_managers -msgid "Project managers" -msgstr "Managers de projet" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Quantities" -msgstr "Quantités" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Quantity" -msgstr "Quantité" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/account_analytic_account.py:0 -#, python-format -msgid "Quotation" -msgstr "Devis" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Re-initialize" -msgstr "Ré-initialiser" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Refresh" -msgstr "Actualiser" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__remaining_budget -msgid "Remaining budget" -msgstr "Budget restant" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "Reset : choose the Budget Forecast Model" -msgstr "Réinitialisation : choisissez votre modèle de budget" - -#. module: account_budget_forecast -#: model:ir.actions.act_window,name:account_budget_forecast.action_budget_forecast_model_choice -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Reset Budget" -msgstr "Réinitialiser le budget" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_sale_order -msgid "Sales Order" -msgstr "Bon de commande" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_sale_order_line -msgid "Sales Order Line" -msgstr "Ligne de bons de commande" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_section -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast_model_line__display_type__line_section -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_section -msgid "Section" -msgstr "Section" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard -msgid "Select" -msgstr "Sélectionner" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__sequence -msgid "Sequence" -msgstr "Séquence" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_subsection -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast_model_line__display_type__line_subsection -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_subsection -msgid "Sub-Section" -msgstr "Sous-section" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__subcontractors -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Subcontractors" -msgstr "Sous-traitants" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__summary_id -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Summary" -msgstr "Résumé" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_order_form -msgid "Sync missing budget lines" -msgstr "Synchroniser les lignes budgétaires manquantes" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast -msgid "Total" -msgstr "Total" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__total_expenses -msgid "Total expenses" -msgstr "Dépenses total" - -#. module: account_budget_forecast -#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__total_incomes -msgid "Total incomes" -msgstr "Revenus totaux" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Totals" -msgstr "Totaux" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -msgid "Unit prices" -msgstr "Prix unitaires" - -#. module: account_budget_forecast -#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__unplanned -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous -msgid "Unplanned" -msgstr "Non prévu" - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/account_analytic_account.py:0 -#, python-format -msgid "" -"You are not manager of this project.\n" -"Please contact the project manager or your Odoo administrator." -msgstr "" -"Vous n'êtes pas le gestionnaire de ce projet.\n" -"Veuiller contacter le gestionnaire du projet ou votre administrateur Odoo." - -#. module: account_budget_forecast -#: code:addons/account_budget_forecast/models/crm_lead.py:0 -#, python-format -msgid "" -"You must add an analytic account to build/access the budget forecast screen." -msgstr "" -"Vous devez ajouter un compte analytic pour construire et accéder au budget " -"prévisionnel" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_coefficient_model -msgid "budget.coefficient.model" -msgstr "budget.coefficient.model" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_forecast -msgid "budget.forecast" -msgstr "budget.forecast" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model -msgid "budget.forecast.model" -msgstr "budget.forecast.model" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model_choice -msgid "budget.forecast.model.choice" -msgstr "budget.forecast.model.choice" - -#. module: account_budget_forecast -#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model_line -msgid "budget.forecast.model.line" -msgstr "budget.forecast.model.line" - -#. module: account_budget_forecast -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form -#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_tree -msgid "total" -msgstr "total" diff --git a/account_budget_forecast/models/__init__.py b/account_budget_forecast/models/__init__.py deleted file mode 100644 index cc4dd4b..0000000 --- a/account_budget_forecast/models/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import account_analytic_account -from . import account_analytic_line -from . import budget_forecast -from . import budget_forecast_model -from . import sale_order -from . import product -from . import project -from . import budget_coefficient -from . import crm_lead diff --git a/account_budget_forecast/models/account_analytic_account.py b/account_budget_forecast/models/account_analytic_account.py deleted file mode 100644 index 84a8ace..0000000 --- a/account_budget_forecast/models/account_analytic_account.py +++ /dev/null @@ -1,284 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields, api, _ -from odoo.exceptions import UserError - - -class AccountAnalyticAccount(models.Model): - _inherit = "account.analytic.account" - - budget_forecast_ids = fields.One2many("budget.forecast", "analytic_id", copy=True) - budget_forecast_manpower_ids = fields.One2many( - "budget.forecast", - "analytic_id", - domain=[("budget_category", "=", "manpower")], - copy=True, - ) - budget_forecast_material_ids = fields.One2many( - "budget.forecast", - "analytic_id", - domain=[("budget_category", "=", "material")], - copy=True, - ) - budget_forecast_equipment_ids = fields.One2many( - "budget.forecast", - "analytic_id", - domain=[("budget_category", "=", "equipment")], - copy=True, - ) - budget_forecast_subcontractors_ids = fields.One2many( - "budget.forecast", - "analytic_id", - domain=[("budget_category", "=", "subcontractors")], - copy=True, - ) - budget_forecast_delivery_ids = fields.One2many( - "budget.forecast", - "analytic_id", - domain=[("budget_category", "=", "delivery")], - copy=True, - ) - budget_forecast_miscellaneous_ids = fields.One2many( - "budget.forecast", - "analytic_id", - domain=[("budget_category", "=", "miscellaneous")], - copy=True, - ) - budget_forecast_unplanned_ids = fields.One2many( - "budget.forecast", - "analytic_id", - domain=[("budget_category", "=", "unplanned")], - copy=True, - ) - project_section_budget_ids = fields.One2many( - "budget.forecast", - "analytic_id", - domain=[ - ("display_type", "in", ["line_section", "line_subsection"]), - ("is_summary", "=", True), - ], - copy=False, - ) - budget_coefficients_ids = fields.One2many( - "budget.coefficient", - "budget_forecast", - copy=True, - ) - global_coeff = fields.Float("Global coefficient", compute="_calc_global_coeff") - plan_amount_without_coeff = fields.Float( - "Plan Amount without coeff", compute="_calc_budget_amount" - ) - plan_amount_with_coeff = fields.Float( - "Plan Amount with coeff", compute="_calc_budget_amount" - ) - total_expenses = fields.Float("Total expenses", compute="_calc_budget_amount") - remaining_budget = fields.Float("Remaining budget", compute="_calc_budget_amount") - total_incomes = fields.Float("Total incomes", compute="_calc_budget_amount") - project_balance = fields.Float("Project Balance", compute="_calc_budget_amount") - - display_actual_amounts = fields.Boolean( - string="Display Actual Amounts", default=False - ) - project_managers = fields.Many2many( - "res.users", - string="Project managers", - domain=lambda self: [("groups_id", "in", self.env.ref("base.group_user").id)], - ) - opportunity = fields.Many2one( - "crm.lead", - string="Opportunity", - compute="_compute_opportunity", - ) - - def default_budget_coefficients_ids(self): - for coeff in self.budget_coefficients_ids: - coeff.unlink() - coeff_models = self.env["budget.coefficient.model"].search([]) - for model in coeff_models: - vals = { - "name": model.name, - "coeff": model.coeff, - "note": model.note, - "budget_forecast": self.id, - } - self.env["budget.coefficient"].create(vals) - - def _compute_opportunity(self): - lead = self.env["crm.lead"].search( - [("analytic_account", "=", self.id)], limit=1 - ) - if lead: - self.opportunity = lead.id - - @api.model - def create(self, values): - record = super(AccountAnalyticAccount, self).create(values) - if not record.project_managers: - record.project_managers = self.env["res.users"].browse(self.env.user.id) - record.default_budget_coefficients_ids() - return record - - @api.depends( - "budget_forecast_ids.plan_amount_without_coeff", - "budget_forecast_ids.plan_amount_with_coeff", - "budget_forecast_ids.actual_amount", - ) - def _calc_budget_amount(self): - for record in self: - line_ids = record.mapped("budget_forecast_ids").filtered( - lambda line: (line.display_type == "line_section") - and (line.is_summary == True) - ) - # Planned amounts - record.plan_amount_without_coeff = sum( - line_ids.mapped("plan_amount_without_coeff") - ) - record.plan_amount_with_coeff = sum( - line_ids.mapped("plan_amount_with_coeff") - ) - # Expenses - record.total_expenses = sum(line_ids.mapped("actual_amount")) - record.remaining_budget = ( - record.plan_amount_with_coeff - record.total_expenses - ) - # Incomes - record.total_incomes = 0 - domain = [ - ("analytic_account_id", "=", record.id), - ("parent_state", "in", ["draft", "posted"]), - ("move_id.move_type", "in", ["out_invoice", "out_refund"]), - ] - invoice_lines = self.env["account.move.line"].search(domain) - for invoice_line in invoice_lines: - if invoice_line.move_id.move_type == "out_invoice": - record.total_incomes = ( - record.total_incomes + invoice_line.price_subtotal - ) - elif invoice_line.move_id.move_type == "out_refund": - record.total_incomes = ( - record.total_incomes - invoice_line.price_subtotal - ) - # Balance - record.project_balance = record.total_incomes - record.total_expenses - - def _calc_global_coeff(self): - for record in self: - line_ids = record.mapped("budget_coefficients_ids") - record.global_coeff = sum(line_ids.mapped("coeff")) - - def action_budget_forecast(self): - # Access only if the connected user is the project manager or an Odoo administrator - if not ( - self.env.uid in self.project_managers.ids - or self.env.user.has_group("base.group_system") - ): - raise UserError( - _( - "You are not manager of this project.\nPlease contact the project manager or your Odoo administrator." - ) - ) - return { - "type": "ir.actions.act_window", - "name": _("Budget"), - "res_model": self._name, - "res_id": self.id, - "view_mode": "form", - "view_type": "form", - "views": [ - ( - self.env.ref( - "account_budget_forecast.view_analytic_budget_forecast" - ).id, - "form", - ) - ], - "context": {"budget_forecast": True}, - } - - def name_get(self): - if self._context.get("budget_forecast"): - res = [] - for analytic in self: - res.append((analytic.id, _("Budget"))) - return res - return super(AccountAnalyticAccount, self).name_get() - - def displayActualAmounts(self): - for record in self: - if record.display_actual_amounts: - record.display_actual_amounts = False - else: - record.display_actual_amounts = True - - def _update_summary(self): - for record in self: - summary_line_ids = ( - record.mapped("budget_forecast_ids") - .filtered(lambda r: r.is_summary) - .sorted(key=lambda r: r.sequence, reverse=True) - ) - for summary_line in summary_line_ids: - # find corresponding category section/sub_section lines - lines = record.mapped("budget_forecast_ids").filtered( - lambda x: ( - (not x.is_summary) and (x.summary_id.id == summary_line.id) - ) - ) - # Calculate the total amounts - summary_line.plan_amount_without_coeff = 0 - summary_line.plan_amount_with_coeff = 0 - summary_line.actual_amount = 0 - for line in lines: - summary_line.plan_amount_without_coeff += ( - line.plan_amount_without_coeff - ) - summary_line.plan_amount_with_coeff += line.plan_amount_with_coeff - summary_line.actual_amount += line.actual_amount - - def action_refresh(self): - for record in self: - line_ids = ( - record.mapped("budget_forecast_ids") - .filtered(lambda r: not r.is_summary) - .sorted(key=lambda r: r.sequence, reverse=True) - ) - for line in line_ids: - line.refresh() - record._update_summary() - record._calc_budget_amount() - - def action_create_quotation(self): - quotation = self.env["sale.order"].create( - { - "company_id": self.company_id.id, - "partner_id": self.env.user.partner_id.id, - } - ) - for section in self.budget_forecast_ids.filtered( - lambda s: (s.display_type == "line_section") and (s.is_summary == True) - ): - values = { - "order_id": quotation.id, - "product_id": section.product_id.id, - "name": section.product_id.name, - "product_uom_qty": 1.0, - "price_unit": section.plan_amount_with_coeff, - "budget_forecast_id": section.id, - } - self.env["sale.order.line"].create(values) - quotation.analytic_account_id = self.id - quotation.opportunity_id = self.opportunity.id - return { - "type": "ir.actions.act_window", - "name": _("Quotation"), - "res_model": "sale.order", - "res_id": quotation.id, - "view_mode": "form", - "view_type": "form", - "views": [ - ( - self.env.ref("sale.view_order_form").id, - "form", - ) - ], - } diff --git a/account_budget_forecast/models/account_analytic_line.py b/account_budget_forecast/models/account_analytic_line.py deleted file mode 100644 index 9223d0a..0000000 --- a/account_budget_forecast/models/account_analytic_line.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields, api - - -class AccountAnalyticLine(models.Model): - _inherit = "account.analytic.line" - - timesheet_entry = fields.Boolean( - help="Technical field to identify analytic lines created from timesheet vies", - store=True, - default=False, - ) - - @api.model_create_multi - def create(self, vals_list): - lines = super(AccountAnalyticLine, self).create(vals_list) - for line, values in zip(lines, vals_list): - if line.project_id: # applied only for timesheet - line.timesheet_entry = True - return lines diff --git a/account_budget_forecast/models/budget_coefficient.py b/account_budget_forecast/models/budget_coefficient.py deleted file mode 100644 index 97f6573..0000000 --- a/account_budget_forecast/models/budget_coefficient.py +++ /dev/null @@ -1,22 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import api, models, fields - - -class BudgetCoefficientModel(models.Model): - _name = "budget.coefficient.model" - description = "Coefficient Models for the order line price calculation" - - name = fields.Char(string="Name", required=True) - coeff = fields.Float(string="Coefficient", required=True, default=0.00) - note = fields.Text(string="Description") - - -class BudgetCoefficient(models.Model): - _name = "budget.coefficient" - _description = "Coefficients for the order line price calculation" - - name = fields.Char(string="Name", required=True) - coeff = fields.Float(string="Coefficient", required=True, default=0.00) - budget_forecast = fields.Many2one("account.analytic.account", string="Budget") - note = fields.Text(string="Description") diff --git a/account_budget_forecast/models/budget_forecast.py b/account_budget_forecast/models/budget_forecast.py deleted file mode 100644 index ffe10c8..0000000 --- a/account_budget_forecast/models/budget_forecast.py +++ /dev/null @@ -1,441 +0,0 @@ -# -*- coding: utf-8 -*- -import logging -from odoo import models, fields, api, _ -from odoo.exceptions import UserError - - -_logger = logging.getLogger(__name__) - - -class BudgetForecast(models.Model): - _name = "budget.forecast" - _description = _name - - name = fields.Char("Name", store=True) - description = fields.Char("Description", copy=True) - sequence = fields.Integer() - analytic_id = fields.Many2one( - "account.analytic.account", - "Analytic Account", - required=True, - index=True, - copy=True, - ) - analytic_tag = fields.Many2one( - "account.analytic.tag", - "Analytic tag", - index=True, - copy=False, - ondelete="cascade", - ) - - budget_category = fields.Selection( - [ - ("manpower", "Manpower"), - ("material", "Material"), - ("equipment", "Equipment"), - ("subcontractors", "Subcontractors"), - ("delivery", "Delivery"), - ("miscellaneous", "Miscellaneous"), - ("unplanned", "Unplanned"), - ], - string=_("Budget Category"), - ) - is_summary = fields.Boolean(copy=False, default=False, store=True) - summary_id = fields.Many2one("budget.forecast", store=True) - display_type = fields.Selection( - [ - ("line_section", "Section"), - ("line_subsection", "Sub-Section"), - ("line_article", "Article"), - ("line_note", "Note"), - ], - copy=True, - store=True, - ) - - product_id = fields.Many2one( - "product.product", copy=True, domain="[('budget_level', '=', display_type)]" - ) - - plan_qty = fields.Float("Plan Quantity", copy=False) - plan_price = fields.Float("Plan Price", default=0.00, copy=False) - plan_amount_without_coeff = fields.Float( - "Plan Amount", compute="_calc_plan_amount_without_coeff", store=True, copy=False - ) - plan_amount_with_coeff = fields.Float( - "Plan Amount with coeff", - compute="_calc_plan_amount_with_coeff", - store=True, - copy=False, - ) - - actual_amount = fields.Float( - "Expenses", - compute="_calc_actual", - store=True, - compute_sudo=True, - copy=False, - ) - diff_expenses = fields.Float( - "Diff", compute="_calc_actual", store=True, compute_sudo=True, copy=False - ) - incomes = fields.Float( - "Incomes", - compute="_calc_actual", - store=True, - compute_sudo=True, - copy=False, - ) - balance = fields.Float( - "Balance", compute="_calc_actual", store=True, compute_sudo=True, copy=False - ) - parent_id = fields.Many2one( - "budget.forecast", store=True, compute_sudo=True, compute="_calc_parent_id" - ) - child_ids = fields.One2many("budget.forecast", "parent_id", copy=False) - - note = fields.Text(string="Note") - - ################################################################################### - # Budget lines management - ################################################################################### - - @api.model_create_multi - @api.returns("self", lambda value: value.id) - def create(self, vals_list): - records = super(BudgetForecast, self).create(vals_list) - for record in records: - if not record.display_type: - record.display_type = "line_article" - elif record.is_summary and record.display_type in [ - "line_section", - "line_subsection", - ]: - record._create_category_sections() - record.analytic_tag = self.env["account.analytic.tag"].create( - {"name": record._calculate_name()} - ) - return records - - def _create_category_sections(self): - categories = dict(self._fields["budget_category"].selection) - for category in categories: - # Create other category lines - values = { - "budget_category": category, - "summary_id": self.id, - "is_summary": False, - } - self.copy(values) - - def write(self, vals, one_more_loop=True): - res = super(BudgetForecast, self).write(vals) - if one_more_loop: - self._sync_sections_data() - return res - - def unlink(self, child_unlink=False): - parent_ids = self.mapped("parent_id") - if not child_unlink: - for record in self: - if record.display_type in [ - "line_section", - "line_subsection", - ]: - if record.is_summary: - domain = [("summary_id", "=", record.id)] - else: - domain = [ - ("id", "!=", record.id), - "|", - ("summary_id", "=", record.summary_id.id), - ("id", "=", record.summary_id.id), - ] - # find similar section/sub_section lines - lines = record.env["budget.forecast"].search(domain) - for line in lines: - line.unlink(True) - res = super(BudgetForecast, self).unlink() - return res - - @api.onchange("product_id") - def _onchange_product_id(self): - if self.product_id: - self.description = self.product_id.name - self._calc_plan_price(True) - else: - self.description = "" - self.plan_price = 0 - - def _get_budget_category_label(self): - categories = dict(self._fields["budget_category"].selection) - for key, val in categories.items(): - if key == self.budget_category: - return val - return "" - - def _calculate_name(self): - for record in self: - name = ( - record.description - + " - " - + record.product_id.name - + " - " - + record._get_budget_category_label() - + " - " - + record.analytic_id.name - ) - return name - - @api.onchange("description", "product_id") - def _compute_name(self): - for record in self: - if record.product_id: - values = {"name": record._calculate_name()} - record.write(values, False) - - @api.onchange("name") - def _compute_analytic_tag_name(self): - for record in self: - if record.analytic_tag: - record.analytic_tag.name = record.name - - def _sync_sections_data(self): - for record in self: - if record.display_type in ["line_section", "line_subsection"]: - if not record.is_summary: - # find corresponding line summary - summary_line = self.env["budget.forecast"].browse( - record.summary_id.id - ) - values = { - "product_id": record.product_id.id, - "description": record.description, - } - summary_line.write(values, False) - summary_line._compute_name() - - # find similar category section/sub_section lines - domain = [ - ("is_summary", "=", False), - ("id", "!=", record.id), - ] - if not record.is_summary: - domain.extend([("summary_id", "=", record.summary_id.id)]) - else: - domain.extend([("summary_id", "=", record.id)]) - lines = self.env["budget.forecast"].search(domain) - for line in lines: - values = { - "product_id": record.product_id.id, - "description": record.description, - } - line.write(values, False) - line._compute_name() - - @api.depends( - "analytic_id.budget_forecast_ids", "sequence", "parent_id", "child_ids" - ) - def _calc_parent_id(self): - for record in self: - if record.display_type == "line_section": - # A Section is the top of the line hierarchy => no parent - record.parent_id = False - continue - found = False - parent_id = False - for line in record.analytic_id.budget_forecast_ids.search( - [ - ("analytic_id", "=", record.analytic_id.id), - ("budget_category", "=", record.budget_category), - ] - ).sorted(key=lambda r: r.sequence, reverse=True): - if not found and line != record: - continue - if line == record: - found = True - continue - if line.display_type in ["line_article", "line_note"]: - continue - elif line.display_type == "line_subsection": - if record.display_type in ["line_article", "line_note"]: - parent_id = line - break - else: - continue - elif line.display_type == "line_section": - parent_id = line - break - record.parent_id = parent_id - - def refresh(self): - self._calc_parent_id() - self._calc_plan() - self._calc_actual() - - ################################################################################### - # Amounts calculation - ################################################################################### - - def _calc_plan(self): - self._calc_plan_qty() - self._calc_plan_price() - self._calc_plan_amount_without_coeff() - self._calc_plan_amount_with_coeff() - - @api.depends("plan_qty", "plan_price", "child_ids") - def _calc_plan_amount_without_coeff(self): - for record in self: - if record.child_ids: - record.plan_amount_without_coeff = sum( - record.mapped("child_ids.plan_amount_without_coeff") - ) - else: - record.plan_amount_without_coeff = record.plan_qty * record.plan_price - - @api.depends("plan_qty", "plan_price", "child_ids") - def _calc_plan_amount_with_coeff(self): - for record in self: - record.plan_amount_with_coeff = record.plan_amount_without_coeff * ( - 1 + record.analytic_id.global_coeff - ) - modulo = record.plan_amount_with_coeff % 100 - if (modulo > 0) and (modulo < 25): - record.plan_amount_with_coeff = record.plan_amount_with_coeff - modulo - elif (modulo >= 25) and (modulo < 50): - record.plan_amount_with_coeff = record.plan_amount_with_coeff + ( - 50 - modulo - ) - elif (modulo > 50) and (modulo < 75): - record.plan_amount_with_coeff = record.plan_amount_with_coeff - ( - modulo - 50 - ) - elif (modulo >= 75) and (modulo < 100): - record.plan_amount_with_coeff = record.plan_amount_with_coeff + ( - 100 - modulo - ) - - @api.depends("child_ids") - def _calc_plan_qty(self): - for record in self: - if record.child_ids: - record.plan_qty = sum(record.mapped("child_ids.plan_qty")) - - @api.depends("child_ids") - def _calc_plan_price(self, product_change=False): - for record in self: - if record.display_type in ["line_section", "line_subsection"]: - if record.child_ids: - lst = record.mapped("child_ids.plan_price") - if lst and (sum(lst) > 0): - record.plan_price = lst and sum(lst) - elif product_change: - record.plan_price = record.product_id.standard_price - elif product_change and (record.display_type == "line_article"): - record.plan_price = self.product_id.standard_price - elif record.display_type == "line_note": - record.plan_price = 0.00 - - @api.depends("analytic_id.line_ids.amount") - def _calc_actual(self): - for record in self: - record.actual_amount = 0.00 - record.incomes = 0.00 - - if record.display_type in [ - "line_section", - "line_subsection", - "line_article", - ]: - if record.child_ids: - # Addition of the childs values - record.actual_amount = sum(record.mapped("child_ids.actual_amount")) - record.incomes = sum(record.mapped("child_ids.incomes")) - - # Retrieve all the analytics lines linked to the current budget line - analytic_lines = ( - self.env["account.analytic.line"] - .search([]) - .filtered(lambda x: record.analytic_tag in x.tag_ids) - ) - for line in analytic_lines: - if line.move_id: - if line.move_id.move_id.move_type in [ - "out_invoice", - "out_refund", - "out_receipt", - ]: - record.incomes = record.incomes + line.amount - elif line.move_id.move_id.move_type in [ - "in_invoice", - "in_refund", - "in_receipt", - ]: - record.actual_amount = record.actual_amount - line.amount - elif line.timesheet_entry: - record.actual_amount = record.actual_amount - line.amount - - # Retrieve all the DRAFT invoices linked to the current budget line - domain = [ - ("analytic_account_id", "=", record.analytic_id.id), - ("parent_state", "in", ["draft"]), - ] - invoice_lines = ( - self.env["account.move.line"] - .search(domain) - .filtered(lambda x: record.analytic_tag in x.analytic_tag_ids) - ) - for invoice_line in invoice_lines: - if invoice_line.move_id.move_type == "out_invoice": - record.incomes = record.incomes + invoice_line.price_subtotal - elif invoice_line.move_id.move_type == "out_refund": - record.incomes = record.incomes - invoice_line.price_subtotal - elif invoice_line.move_id.move_type == "in_invoice": - record.actual_amount = ( - record.actual_amount + invoice_line.price_subtotal - ) - elif invoice_line.move_id.move_type == "in_refund": - record.actual_amount = ( - record.actual_amount - invoice_line.price_subtotal - ) - - record.balance = record.incomes - record.actual_amount - record.diff_expenses = record.plan_amount_with_coeff - record.actual_amount - - def action_view_analytic_lines(self): - self.ensure_one() - analytic_lines = ( - self.env["account.analytic.line"] - .search([]) - .filtered(lambda x: self.analytic_tag in x.tag_ids) - ) - if len(analytic_lines) > 0: - action = self.env["ir.actions.actions"]._for_xml_id( - "analytic.account_analytic_line_action_entries" - ) - action["domain"] = [("tag_ids", "ilike", self.analytic_tag.id)] - return action - else: - raise UserError(_("There is no analytic lines linked to this budget line")) - - def action_view_draft_invoice_lines(self): - self.ensure_one() - invoice_lines = ( - self.env["account.move.line"] - .search([("parent_state", "in", ["draft"])]) - .filtered(lambda x: self.analytic_tag in x.analytic_tag_ids) - ) - if len(invoice_lines) > 0: - action = self.env["ir.actions.actions"]._for_xml_id( - "account.action_account_moves_all_tree" - ) - action["domain"] = [ - ("analytic_tag_ids", "ilike", self.analytic_tag.id), - ("parent_state", "in", ["draft"]), - ] - return action - else: - raise UserError( - _("There is no draft invoice lines linked to this budget line") - ) diff --git a/account_budget_forecast/models/budget_forecast_model.py b/account_budget_forecast/models/budget_forecast_model.py deleted file mode 100644 index d267cf6..0000000 --- a/account_budget_forecast/models/budget_forecast_model.py +++ /dev/null @@ -1,37 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields, api, _ - - -class BudgetForecastModel(models.Model): - _name = "budget.forecast.model" - _description = _name - - name = fields.Char("Name", copy=False) - - -class BudgetForecastModelLine(models.Model): - _name = "budget.forecast.model.line" - _description = _name - - budget_model = fields.Many2one("budget.forecast.model", copy=True) - - name = fields.Char("Name", copy=True) - - display_type = fields.Selection( - [ - ("line_section", "Section"), - ("line_subsection", "Sub-Section"), - ], - copy=True, - store=True, - ) - product_id = fields.Many2one( - "product.product", copy=True, domain="[('budget_level', '=', display_type)]" - ) - parent_id = fields.Many2one( - "budget.forecast.model.line", - store=True, - copy=False, - ) - child_ids = fields.One2many("budget.forecast.model.line", "parent_id", copy=False) diff --git a/account_budget_forecast/models/crm_lead.py b/account_budget_forecast/models/crm_lead.py deleted file mode 100644 index 99620e9..0000000 --- a/account_budget_forecast/models/crm_lead.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import _, models, fields, api -from odoo.exceptions import UserError - - -class Lead(models.Model): - _inherit = "crm.lead" - - analytic_account = fields.Many2one( - "account.analytic.account", "Analytic Account", required=False, index=True - ) - plan_amount_with_coeff = fields.Float( - related="analytic_account.plan_amount_with_coeff" - ) - - def action_budget_forecast(self): - if not self.analytic_account: - raise UserError( - _( - "You must add an analytic account to build/access the budget forecast screen." - ) - ) - return self.analytic_account.action_budget_forecast() - - def action_new_quotation(self): - action = super(Lead, self).action_new_quotation() - if self.analytic_account: - action["context"]["default_analytic_account_id"] = self.analytic_account.id - return action diff --git a/account_budget_forecast/models/product.py b/account_budget_forecast/models/product.py deleted file mode 100644 index b84dbf1..0000000 --- a/account_budget_forecast/models/product.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields, _ - - -class ProductTemplate(models.Model): - _inherit = "product.template" - - budget_level = fields.Selection( - [ - ("line_section", "Section"), - ("line_subsection", "Sub-Section"), - ("line_article", "Article"), - ], - string="Budget level", - default="line_article", - ) diff --git a/account_budget_forecast/models/project.py b/account_budget_forecast/models/project.py deleted file mode 100644 index 5485896..0000000 --- a/account_budget_forecast/models/project.py +++ /dev/null @@ -1,24 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, _ -import json - - -class Project(models.Model): - _inherit = "project.project" - - def _plan_get_stat_button(self): - res = super(Project, self)._plan_get_stat_button() - action = self.analytic_account_id.action_budget_forecast() - res.append( - { - "name": _("Budget"), - "icon": "fa-usd", - "action": { - "data-model": action["res_model"], - "data-views": json.dumps(action["views"]), - "data-res-id": action["res_id"], - }, - } - ) - return res diff --git a/account_budget_forecast/models/sale_order.py b/account_budget_forecast/models/sale_order.py deleted file mode 100644 index 883f1b2..0000000 --- a/account_budget_forecast/models/sale_order.py +++ /dev/null @@ -1,61 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields, _, api -from odoo.exceptions import Warning - - -class SaleOrder(models.Model): - _inherit = "sale.order" - - plan_amount_with_coeff = fields.Float( - related="analytic_account_id.plan_amount_with_coeff" - ) - - def action_budget_forecast(self): - if not self.analytic_account_id: - raise Warning(_("Please set the analytic account")) - return self.analytic_account_id.action_budget_forecast() - - def sync_missing_budget_lines(self): - for record in self: - for line in self.order_line: - if not line.budget_forecast_id: - values = { - "analytic_id": record.analytic_account_id.id, - "product_id": line.product_id.id, - "description": line.name, - "is_summary": True, - "display_type": "line_section", - "sequence": 999, - } - budget_line = self.env["budget.forecast"].create(values) - misc_budget_line = self.env["budget.forecast"].search( - [ - ("summary_id", "=", budget_line.id), - ("budget_category", "=", "miscellaneous"), - ] - ) - misc_budget_line.plan_qty = 1 - misc_budget_line.plan_price = line.price_unit / ( - 1 + record.analytic_account_id.global_coeff - ) - line.budget_forecast_id = budget_line.id - - @api.returns("self", lambda value: value.id) - def copy(self, default=None): - record = super(SaleOrder, self).copy(default=default) - if self.analytic_account_id.budget_forecast_ids: - if self.name in self.analytic_account_id.name: - name = self.analytic_account_id.name.replace(self.name, record.name) - else: - name = "%s: %s" % (self.analytic_account_id.name, record.name) - record.analytic_account_id = self.analytic_account_id.copy( - default=dict(name=name) - ) - return record - - -class SaleOrderLine(models.Model): - _inherit = "sale.order.line" - - budget_forecast_id = fields.Many2one("budget.forecast") diff --git a/account_budget_forecast/security/ir.model.access.csv b/account_budget_forecast/security/ir.model.access.csv deleted file mode 100644 index adccaf2..0000000 --- a/account_budget_forecast/security/ir.model.access.csv +++ /dev/null @@ -1,7 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_budget_forecast_project_user,access_budget_forecast_project_user,model_budget_forecast,project.group_project_user,1,1,1,1 -access_budget_coefficient,budget_coefficient,model_budget_coefficient,base.group_user,1,1,1,1 -access_budget_coefficient_model,budget_coefficient_model,model_budget_coefficient_model,base.group_user,1,1,1,1 -access_budget_forecast_model,budget_forecast_model,model_budget_forecast_model,base.group_user,1,1,1,1 -access_budget_forecast_model_line,budget_forecast_model_line,model_budget_forecast_model_line,base.group_user,1,1,1,1 -access_budget_forecast_model_choice,budget_forecast_model_choice,model_budget_forecast_model_choice,base.group_user,1,1,1,1 \ No newline at end of file diff --git a/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js b/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js deleted file mode 100644 index 1cc6a69..0000000 --- a/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js +++ /dev/null @@ -1,217 +0,0 @@ - -odoo.define('account_budget_forecast.section_category_and_note_backend', function (require) { -// The goal of this file is to contain JS hacks related to allowing -// section, category and note on budget forecast. - -"use strict"; -var pyUtils = require('web.py_utils'); -var core = require('web.core'); -var _t = core._t; -var FieldChar = require('web.basic_fields').FieldChar; -var FieldOne2Many = require('web.relational_fields').FieldOne2Many; -var fieldRegistry = require('web.field_registry'); -var FieldText = require('web.basic_fields').FieldText; -var ListRenderer = require('web.ListRenderer'); - -var SectionCategoryAndNoteListRenderer = ListRenderer.extend({ - /** - * We want section and note to take the whole line (except handle and trash) - * to look better and to hide the unnecessary fields. - * - * @override - */ - _renderBodyCell: function (record, node, index, options) { - var $cell = this._super.apply(this, arguments); - - var isNote = record.data.display_type === 'line_note'; - - if (isNote) { - if (node.attrs.widget === "handle") { - return $cell; - } else if (node.attrs.name === "description") { - var nbrColumns = this._getNumberOfCols(); - if (this.handleField) { - nbrColumns--; - } - if (this.addTrashIcon) { - nbrColumns--; - } - $cell.attr('colspan', nbrColumns); - } else { - return $cell.addClass('o_hidden'); - } - } - - return $cell; - }, - /** - * We add the o_is_{display_type} class to allow custom behaviour both in JS and CSS. - * - * @override - */ - _renderRow: function (record, index) { - var $row = this._super.apply(this, arguments); - - if (record.data.display_type) { - $row.removeClass('table-striped'); - $row.addClass('o_is_budget_' + record.data.display_type); - } - - return $row; - }, - /** - * We want to add .o_section_category_and_note_list_view on the table to have stronger CSS. - * - * @override - * @private - */ - _renderView: function () { - var def = this._super(); - this.$el.find('> table').addClass('o_section_category_and_note_list_view'); - this.$el.find('> table').removeClass('table-striped'); - return def; - }, - _renderView: function () { - var self = this; - return this._super.apply(this, arguments).then(function () { - self.$('.o_list_table').addClass('o_section_category_and_note_list_view'); - self.$('.o_list_table').removeClass('table-striped'); - }); - }, - /** - * Add support for product configurator - * - * @override - * @private - */ - _onAddRecord: function (ev) { - // we don't want the browser to navigate to a the # url - ev.preventDefault(); - - // we don't want the click to cause other effects, such as unselecting - // the row that we are creating, because it counts as a click on a tr - ev.stopPropagation(); - - // but we do want to unselect current row - var self = this; - this.unselectRow().then(function () { - var context = ev.currentTarget.dataset.context; - - var pricelistId = self._getPricelistId(); - if (context && pyUtils.py_eval(context).open_product_configurator){ - self._rpc({ - model: 'ir.model.data', - method: 'xmlid_to_res_id', - kwargs: {xmlid: 'sale.sale_product_configurator_view_form'}, - }).then(function (res_id) { - self.do_action({ - name: _t('Configure a product'), - type: 'ir.actions.act_window', - res_model: 'sale.product.configurator', - views: [[res_id, 'form']], - target: 'new', - context: { - 'default_pricelist_id': pricelistId - } - }, { - on_close: function (products) { - if (products && products !== 'special'){ - self.trigger_up('add_record', { - context: self._productsToRecords(products), - forceEditable: "bottom" , - allowWarning: true, - onSuccess: function (){ - self.unselectRow(); - } - }); - } - } - }); - }); - } else { - self.trigger_up('add_record', {context: context && [context]}); // TODO write a test, the deferred was not considered - } - }); - }, - - /** - * Will try to get the pricelist_id value from the parent sale_order form - * - * @private - * @returns {integer} pricelist_id's id - */ - _getPricelistId: function () { - var saleOrderForm = this.getParent() && this.getParent().getParent(); - var stateData = saleOrderForm && saleOrderForm.state && saleOrderForm.state.data; - var pricelist_id = stateData.pricelist_id && stateData.pricelist_id.data && stateData.pricelist_id.data.id; - - return pricelist_id; - }, - - /** - * Will map the products to appropriate record objects that are - * ready for the default_get - * - * @private - * @param {Array} products The products to transform into records - */ - _productsToRecords: function (products) { - var records = []; - _.each(products, function (product){ - var record = { - default_product_id: product.product_id, - default_product_uom_qty: product.quantity - }; - - if (product.no_variant_attribute_values) { - var default_product_no_variant_attribute_values = []; - _.each(product.no_variant_attribute_values, function (attribute_value) { - default_product_no_variant_attribute_values.push( - [4, parseInt(attribute_value.value)] - ); - }); - record['default_product_no_variant_attribute_value_ids'] - = default_product_no_variant_attribute_values; - } - - if (product.product_custom_attribute_values) { - var default_custom_attribute_values = []; - _.each(product.product_custom_attribute_values, function (attribute_value) { - default_custom_attribute_values.push( - [0, 0, { - attribute_value_id: attribute_value.attribute_value_id, - custom_value: attribute_value.custom_value - }] - ); - }); - record['default_product_custom_attribute_value_ids'] - = default_custom_attribute_values; - } - - records.push(record); - }); - - return records; - } -}); - -// We create a custom widget because this is the cleanest way to do it: -// to be sure this custom code will only impact selected fields having the widget -// and not applied to any other existing ListRenderer. -var SectionCategoryAndNoteFieldOne2Many = FieldOne2Many.extend({ - /** - * We want to use our custom renderer for the list. - * - * @override - */ - _getRenderer: function () { - if (this.view.arch.tag === 'tree') { - return SectionCategoryAndNoteListRenderer; - } - return this._super.apply(this, arguments); - }, -}); - -fieldRegistry.add('section_category_and_note_one2many', SectionCategoryAndNoteFieldOne2Many); - -}); diff --git a/account_budget_forecast/static/src/scss/section_category_and_note_backend.scss b/account_budget_forecast/static/src/scss/section_category_and_note_backend.scss deleted file mode 100644 index a29d6dc..0000000 --- a/account_budget_forecast/static/src/scss/section_category_and_note_backend.scss +++ /dev/null @@ -1,22 +0,0 @@ - -// The goal of this file is to contain CSS hacks related to allowing -// section, category and note on budget forecast. - -tr.o_data_row.o_is_budget_line_note, -tr.o_data_row.o_is_budget_line_note textarea[name="description"], -div.oe_kanban_card.o_is_budget_line_note { - font-style: italic; -} -tr.o_data_row.o_is_budget_line_section, -div.oe_kanban_card.o_is_budget_line_section { - font-weight: bold; - background-color: #b59898; -} -tr.o_data_row.o_is_budget_line_subsection, -div.oe_kanban_card.o_is_budget_line_subsection { - font-style: italic; - background-color: #dbd1d1; -} -tr.o_data_row.o_is_budget_line_note { - word-break: break-all; -} diff --git a/account_budget_forecast/views/account_analytic_account.xml b/account_budget_forecast/views/account_analytic_account.xml deleted file mode 100644 index 79da595..0000000 --- a/account_budget_forecast/views/account_analytic_account.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - analytic.analytic.account.budget.forecast - account.analytic.account - 100 - -
-
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
\ No newline at end of file diff --git a/account_budget_forecast/views/account_analytic_account_categories.xml b/account_budget_forecast/views/account_analytic_account_categories.xml deleted file mode 100644 index 1cb1000..0000000 --- a/account_budget_forecast/views/account_analytic_account_categories.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - budget.forecast.category.miscellaneous - account.analytic.account - - 9999 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/account_budget_forecast/views/actions.xml b/account_budget_forecast/views/actions.xml deleted file mode 100644 index 674e09b..0000000 --- a/account_budget_forecast/views/actions.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - Budget coefficient models - budget.coefficient.model - tree - - \ No newline at end of file diff --git a/account_budget_forecast/views/assets.xml b/account_budget_forecast/views/assets.xml deleted file mode 100644 index b9695a3..0000000 --- a/account_budget_forecast/views/assets.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/account_budget_forecast/views/budget_coefficient.xml b/account_budget_forecast/views/budget_coefficient.xml deleted file mode 100644 index 87013e4..0000000 --- a/account_budget_forecast/views/budget_coefficient.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - budget.coefficient.form - budget.coefficient - -
- - - - - - - -
-
-
-
\ No newline at end of file diff --git a/account_budget_forecast/views/budget_coefficient_model.xml b/account_budget_forecast/views/budget_coefficient_model.xml deleted file mode 100644 index 5f86983..0000000 --- a/account_budget_forecast/views/budget_coefficient_model.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - budget.coefficient.tree - budget.coefficient.model - - - - - - - - - \ No newline at end of file diff --git a/account_budget_forecast/views/budget_forecast.xml b/account_budget_forecast/views/budget_forecast.xml deleted file mode 100644 index 3f8aade..0000000 --- a/account_budget_forecast/views/budget_forecast.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - budget.forecast.form - budget.forecast - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- - - budget.forecast.tree - budget.forecast - - - - - - - - - - - - - - - - - - Budget Forecast lines - budget.forecast - tree,form - -
\ No newline at end of file diff --git a/account_budget_forecast/views/budget_forecast_model.xml b/account_budget_forecast/views/budget_forecast_model.xml deleted file mode 100644 index 777833a..0000000 --- a/account_budget_forecast/views/budget_forecast_model.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - budget.forecast.model.tree - budget.forecast.model - - - - - - - - - budget.forecast.model.line.tree - budget.forecast.model.line - - - - - - - - - - - - - Budget Forecast Model - budget.forecast.model - tree - - - Budget Forecast Model Lines - budget.forecast.model.line - tree - - \ No newline at end of file diff --git a/account_budget_forecast/views/crm_lead.xml b/account_budget_forecast/views/crm_lead.xml deleted file mode 100644 index dec01eb..0000000 --- a/account_budget_forecast/views/crm_lead.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - crm.lead.analytic_account.form - crm.lead - - -
- -
- - - -
-
-
\ No newline at end of file diff --git a/account_budget_forecast/views/hr_employee.xml b/account_budget_forecast/views/hr_employee.xml deleted file mode 100644 index 8186c99..0000000 --- a/account_budget_forecast/views/hr_employee.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - hr.timesheet.tree.timesheet - account.analytic.line - 20 - - - - - - - - - \ No newline at end of file diff --git a/account_budget_forecast/views/menu.xml b/account_budget_forecast/views/menu.xml deleted file mode 100644 index 99aad5e..0000000 --- a/account_budget_forecast/views/menu.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/account_budget_forecast/views/product_template_form.xml b/account_budget_forecast/views/product_template_form.xml deleted file mode 100644 index 27fa303..0000000 --- a/account_budget_forecast/views/product_template_form.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - product.budget.level.form.inherit - product.template - - - - - - - - \ No newline at end of file diff --git a/account_budget_forecast/views/project_views.xml b/account_budget_forecast/views/project_views.xml deleted file mode 100644 index caa5acd..0000000 --- a/account_budget_forecast/views/project_views.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - project.task.form.budget.forecast - project.task - - - - - - - - \ No newline at end of file diff --git a/account_budget_forecast/views/sale_order.xml b/account_budget_forecast/views/sale_order.xml deleted file mode 100644 index e912b08..0000000 --- a/account_budget_forecast/views/sale_order.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - sale.order.form - sale.order - - -
-
-
- -
- - - -
-
- -
\ No newline at end of file diff --git a/account_budget_forecast/wizard/__init__.py b/account_budget_forecast/wizard/__init__.py deleted file mode 100644 index 6f9d6a4..0000000 --- a/account_budget_forecast/wizard/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import budget_forecast_model_choice diff --git a/account_budget_forecast/wizard/budget_forecast_model_choice.py b/account_budget_forecast/wizard/budget_forecast_model_choice.py deleted file mode 100644 index 1221c9e..0000000 --- a/account_budget_forecast/wizard/budget_forecast_model_choice.py +++ /dev/null @@ -1,71 +0,0 @@ -# -*- coding: utf-8 -*- -import logging - -from bdb import set_trace -from odoo import models, fields, _ - -_logger = logging.getLogger(__name__) - - -class BudgetForecastModelChoice(models.Model): - _name = "budget.forecast.model.choice" - _description = _name - - budget_forecast_model = fields.Many2one("budget.forecast.model") - - def create_budget_forecast_lines(self): - analytic_account = self.env["account.analytic.account"].browse( - self._context.get("active_ids") - ) - # Budget line deletion must be done in a precise order to avoid trying to unlink already deleted lines. - # 1. Delete summary lines to remove all the linked section and subsection lines - for line in analytic_account.budget_forecast_ids.filtered( - lambda r: r.is_summary - ): - _logger.debug("SUMMARY BUDGET LINE = %s", line.name) - line.unlink() - - # 2. Delete article and note lines - for line in analytic_account.budget_forecast_ids.filtered( - lambda r: r.display_type in ["line_article", "line_note"] - ): - _logger.debug("OTHER BUDGET LINE = %s", line.name) - line.unlink() - - if self.budget_forecast_model: - # Create new summary lines - section_model_lines = self.env["budget.forecast.model.line"].search( - [ - ("budget_model", "=", self.budget_forecast_model.id), - ("display_type", "=", "line_section"), - ] - ) - sequence = 0 - for section in section_model_lines: - vals = { - "analytic_id": self.env["account.analytic.account"] - .browse(self._context.get("active_ids")) - .id, - "display_type": "line_section", - "product_id": section.product_id.id, - "description": section.name, - "is_summary": True, - "sequence": sequence, - } - section_line = self.env["budget.forecast"].create(vals) - sequence += 1 - if section.child_ids: - for sub_section in section.child_ids: - vals = { - "analytic_id": self.env["account.analytic.account"] - .browse(self._context.get("active_ids")) - .id, - "display_type": "line_subsection", - "product_id": sub_section.product_id.id, - "description": sub_section.name, - "is_summary": True, - "parent_id": section_line.id, - "sequence": sequence, - } - self.env["budget.forecast"].create(vals) - sequence += 1 diff --git a/account_budget_forecast/wizard/budget_forecast_model_choice.xml b/account_budget_forecast/wizard/budget_forecast_model_choice.xml deleted file mode 100644 index 9124076..0000000 --- a/account_budget_forecast/wizard/budget_forecast_model_choice.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - budget.forecast.model.wizard - budget.forecast.model.choice - -
-
- - Caution: all current budget lines will be deleted! -
- - - -
-
-
-
-
- - - Reset Budget - budget.forecast.model.choice - form - - new - -
\ No newline at end of file diff --git a/account_mooncard_receipt_lost_transfer/__init__.py b/account_mooncard_receipt_lost_transfer/__init__.py deleted file mode 100644 index cde864b..0000000 --- a/account_mooncard_receipt_lost_transfer/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models diff --git a/account_mooncard_receipt_lost_transfer/__manifest__.py b/account_mooncard_receipt_lost_transfer/__manifest__.py deleted file mode 100644 index 70a4c5e..0000000 --- a/account_mooncard_receipt_lost_transfer/__manifest__.py +++ /dev/null @@ -1,63 +0,0 @@ -# -*- coding: utf-8 -*- -{ - "name": "Account Mooncard Receipt Lost Transfer", - "category": "Account", - "version": "14.0.1.0", - "summary": "Transfer the Receipt Lost value in invoices and account move lines", - "author": "Elabore", - "website": "https://elabore.coop/", - "installable": True, - "application": False, - "auto_install": False, - "description": """ -====================================== -Account Mooncard Receipt Lost Transfer -====================================== -This module allows the transfer of the Receipt Lost field value from model newgen.payment.card.transaction in invoices and account.move.line - -Installation -============ -Before the installation, please ensure that the addons of the repository `Odoo Mooncard Connector ` are available in your Odoo -Just install account_mooncard_receipt_lost_transfer, all dependencies will be installed by default. - -Known issues / Roadmap -====================== - -Bug Tracker -=========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. - -Credits -======= - -Images ------- -* Elabore: `Icon `_. - -Contributors ------------- -* Stéphan Sainléger - -Funders -------- -The development of this module has been financially supported by: -* Elabore (https://elabore.coop) - -Maintainer ----------- -This module is maintained by ELABORE. - -""", - "depends": [ - "base", - "account", - "base_newgen_payment_card", - ], - "data": [ - "views/account_move_views.xml", - ], - "qweb": [], -} diff --git a/account_mooncard_receipt_lost_transfer/models/__init__.py b/account_mooncard_receipt_lost_transfer/models/__init__.py deleted file mode 100644 index 77e033c..0000000 --- a/account_mooncard_receipt_lost_transfer/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import account_move -from . import newgen_payment_card_transaction diff --git a/account_mooncard_receipt_lost_transfer/models/account_move.py b/account_mooncard_receipt_lost_transfer/models/account_move.py deleted file mode 100644 index 5b46503..0000000 --- a/account_mooncard_receipt_lost_transfer/models/account_move.py +++ /dev/null @@ -1,15 +0,0 @@ -from odoo import fields, models, _ - - -class AccountMove(models.Model): - _inherit = "account.move" - - receipt_lost = fields.Boolean(string=_("Receipt lost"), store=True) - mooncard_record = fields.Boolean(store=True) - - -class AccountMoveLine(models.Model): - _inherit = "account.move.line" - - receipt_lost = fields.Boolean(string=_("Receipt lost"), store=True) - mooncard_record = fields.Boolean(store=True) diff --git a/account_mooncard_receipt_lost_transfer/models/newgen_payment_card_transaction.py b/account_mooncard_receipt_lost_transfer/models/newgen_payment_card_transaction.py deleted file mode 100644 index 0252166..0000000 --- a/account_mooncard_receipt_lost_transfer/models/newgen_payment_card_transaction.py +++ /dev/null @@ -1,29 +0,0 @@ -from odoo import models - - -class NewgenPaymentCardTransaction(models.Model): - _inherit = "newgen.payment.card.transaction" - - def process_line(self): - res = super(NewgenPaymentCardTransaction, self).process_line() - if res: - for line in self: - if line.invoice_id: - line.invoice_id.receipt_lost = line.receipt_lost - line.invoice_id.mooncard_record = True - move_lines = line.invoice_id.line_ids - for move_line in move_lines: - move_line.receipt_lost = line.receipt_lost - move_line.mooncard_record = True - - return res - - def generate_bank_journal_move(self): - bank_move = super( - NewgenPaymentCardTransaction, self - ).generate_bank_journal_move() - if bank_move: - for line in bank_move.line_ids: - line.receipt_lost = self.receipt_lost - line.mooncard_record = True - return bank_move diff --git a/account_mooncard_receipt_lost_transfer/views/account_move_views.xml b/account_mooncard_receipt_lost_transfer/views/account_move_views.xml deleted file mode 100644 index 6846f75..0000000 --- a/account_mooncard_receipt_lost_transfer/views/account_move_views.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - view.move.form.receipt.lost - account.move - - -
- - -
-
-
- - - view.move.line.form.recipt.lost - account.move.line - - - - - - - - -
\ No newline at end of file diff --git a/account_partner_account_number/__init__.py b/account_partner_account_number/__init__.py deleted file mode 100644 index cde864b..0000000 --- a/account_partner_account_number/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models diff --git a/account_partner_account_number/__manifest__.py b/account_partner_account_number/__manifest__.py deleted file mode 100644 index 4c7853c..0000000 --- a/account_partner_account_number/__manifest__.py +++ /dev/null @@ -1,63 +0,0 @@ -# -*- coding: utf-8 -*- -{ - "name": "Account partner account number", - "category": "Account", - "version": "14.0.1.0", - "summary": "Add account number in partner", - "author": "Elabore", - "website": "https://elabore.coop/", - "installable": True, - "application": False, - "auto_install": False, - "description": """ -====================================== -Account partner account number -====================================== -This module add a new field in partner, visible in account move lines for payable and receivable accounts - -Installation -============ -Just install account_partner_account_number, all dependencies will be installed by default. - -Known issues / Roadmap -====================== - -Bug Tracker -=========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. - -Credits -======= - -Images ------- -* Elabore: `Icon `_. - -Contributors ------------- -* Clément Thoams - -Funders -------- -The development of this module has been financially supported by: -* Elabore (https://elabore.coop) -* Rovalterre - -Maintainer ----------- -This module is maintained by ELABORE. - -""", - "depends": [ - "base", - "account", - ], - "data": [ - "views/account_move_views.xml", - "views/partner_views.xml", - ], - "qweb": [], -} diff --git a/account_partner_account_number/i18n/fr.po b/account_partner_account_number/i18n/fr.po deleted file mode 100644 index a70862c..0000000 --- a/account_partner_account_number/i18n/fr.po +++ /dev/null @@ -1,61 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * account_partner_account_number -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 14.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-09 07:37+0000\n" -"PO-Revision-Date: 2023-06-09 07:37+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: account_partner_account_number -#: model:ir.model.fields,field_description:account_partner_account_number.field_account_move_line__account_code -msgid "Account code" -msgstr "Code comptable" - -#. module: account_partner_account_number -#: model:ir.model.fields,field_description:account_partner_account_number.field_res_partner__account_code -#: model:ir.model.fields,field_description:account_partner_account_number.field_res_users__account_code -#: model_terms:ir.ui.view,arch_db:account_partner_account_number.view_partner_property_form_account_code -msgid "Account code" -msgstr "Code comptable" - -#. module: account_partner_account_number -#: model:ir.model.constraint,message:account_partner_account_number.constraint_res_partner_account_coder_unique -msgid "Choose another value of account code - it has to be unique!" -msgstr "Choisissez une autre valeur de code comptable - il doit être unique !" - -#. module: account_partner_account_number -#: model:ir.model,name:account_partner_account_number.model_res_partner -msgid "Contact" -msgstr "" - -#. module: account_partner_account_number -#: model:ir.model.fields,field_description:account_partner_account_number.field_account_move_line__display_name -#: model:ir.model.fields,field_description:account_partner_account_number.field_res_partner__display_name -msgid "Display Name" -msgstr "Nom affiché" - -#. module: account_partner_account_number -#: model:ir.model.fields,field_description:account_partner_account_number.field_account_move_line__id -#: model:ir.model.fields,field_description:account_partner_account_number.field_res_partner__id -msgid "ID" -msgstr "Identifiant" - -#. module: account_partner_account_number -#: model:ir.model,name:account_partner_account_number.model_account_move_line -msgid "Journal Item" -msgstr "Écriture comptable" - -#. module: account_partner_account_number -#: model:ir.model.fields,field_description:account_partner_account_number.field_account_move_line____last_update -#: model:ir.model.fields,field_description:account_partner_account_number.field_res_partner____last_update -msgid "Last Modified on" -msgstr "Dernière modification le" diff --git a/account_partner_account_number/models/__init__.py b/account_partner_account_number/models/__init__.py deleted file mode 100644 index d8870c0..0000000 --- a/account_partner_account_number/models/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- -from . import res_partner -from . import account_move_line \ No newline at end of file diff --git a/account_partner_account_number/models/account_move_line.py b/account_partner_account_number/models/account_move_line.py deleted file mode 100644 index 57cf179..0000000 --- a/account_partner_account_number/models/account_move_line.py +++ /dev/null @@ -1,20 +0,0 @@ -from odoo import fields, models, _, api - - -class AccountMoveLine(models.Model): - _inherit = "account.move.line" - - account_code = fields.Char(compute='get_account_code', string="Account code") - - @api.depends('partner_id','account_id') - def get_account_code(self): - """ - assign account number of partner if move line is receivable (Customers) or payable (Suppliers) - """ - for account_move_line in self: - if account_move_line.account_id.id == account_move_line.partner_id.commercial_partner_id.property_account_receivable_id.id or \ - account_move_line.account_id.id == account_move_line.partner_id.commercial_partner_id.property_account_payable_id.id: - account_move_line.account_code = account_move_line.partner_id.commercial_partner_id.account_code - else: - account_move_line.account_code = '' - \ No newline at end of file diff --git a/account_partner_account_number/models/res_partner.py b/account_partner_account_number/models/res_partner.py deleted file mode 100644 index 02e40ee..0000000 --- a/account_partner_account_number/models/res_partner.py +++ /dev/null @@ -1,13 +0,0 @@ -from odoo import fields, models, _ - - -class ResPartner(models.Model): - _inherit = "res.partner" - - account_code = fields.Char('Account code') - - _sql_constraints = [ - ('account_coder_unique', - 'unique(account_code)', - 'Choose another value of account code - it has to be unique!') - ] diff --git a/account_partner_account_number/views/account_move_views.xml b/account_partner_account_number/views/account_move_views.xml deleted file mode 100644 index e4f0224..0000000 --- a/account_partner_account_number/views/account_move_views.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - account.move.line.tree.inherit.account.number - account.move.line - - - - - - - - - \ No newline at end of file diff --git a/account_partner_account_number/views/partner_views.xml b/account_partner_account_number/views/partner_views.xml deleted file mode 100644 index dbc0f5c..0000000 --- a/account_partner_account_number/views/partner_views.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - res.partner.property.form.inherit.account.number - res.partner - 2 - - - - - - - - - - - \ No newline at end of file diff --git a/account_quotation_sale_order_invoice_title/__init__.py b/account_quotation_sale_order_invoice_title/__init__.py deleted file mode 100644 index 35e7c96..0000000 --- a/account_quotation_sale_order_invoice_title/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import models -from . import wizard diff --git a/account_quotation_sale_order_invoice_title/__manifest__.py b/account_quotation_sale_order_invoice_title/__manifest__.py deleted file mode 100644 index 53239a8..0000000 --- a/account_quotation_sale_order_invoice_title/__manifest__.py +++ /dev/null @@ -1,65 +0,0 @@ -# -*- coding: utf-8 -*- -{ - "name": "Account Quotation Sale Order Invoice Title", - "category": "Account", - "version": "14.0.1.0", - "summary": "Transfer the Receipt Lost value in invoices and account move lines", - "author": "Elabore", - "website": "https://elabore.coop/", - "installable": True, - "application": False, - "auto_install": False, - "description": """ -========================================== -Account Quotation Sale Order Invoice Title -========================================== -This module allows to add a title in Quotations, Sale Orders and Invoices. -When an invoice is created from a Sale Order, the title is transfered. - -Installation -============ -Just install account_quotation_sale_order_invoice_title, all dependencies will be installed by default. - -Known issues / Roadmap -====================== - -Bug Tracker -=========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. - -Credits -======= - -Images ------- -* Elabore: `Icon `_. - -Contributors ------------- -* Stéphan Sainléger - -Funders -------- -The development of this module has been financially supported by: -* Elabore (https://elabore.coop) -* Datactivist (https://datactivist.coop) - -Maintainer ----------- -This module is maintained by ELABORE. - -""", - "depends": [ - "base", - "account", - "sale", - ], - "data": [ - "views/sale_views.xml", - "views/account_move_views.xml", - ], - "qweb": [], -} diff --git a/account_quotation_sale_order_invoice_title/i18n/fr.po b/account_quotation_sale_order_invoice_title/i18n/fr.po deleted file mode 100644 index 80af028..0000000 --- a/account_quotation_sale_order_invoice_title/i18n/fr.po +++ /dev/null @@ -1,70 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * account_quotation_sale_order_invoice_title -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 14.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-04-22 08:48+0000\n" -"PO-Revision-Date: 2022-04-22 08:48+0000\n" -"Last-Translator: \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: account_quotation_sale_order_invoice_title -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_move__display_name -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_advance_payment_inv__display_name -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_order__display_name -msgid "Display Name" -msgstr "Nom affiché" - -#. module: account_quotation_sale_order_invoice_title -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_move__id -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_advance_payment_inv__id -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_order__id -msgid "ID" -msgstr "ID" - -#. module: account_quotation_sale_order_invoice_title -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_bank_statement_line__move_title -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_move__move_title -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_payment__move_title -msgid "Invoice Title" -msgstr "Titre de la facture" - -#. module: account_quotation_sale_order_invoice_title -#: model:ir.model,name:account_quotation_sale_order_invoice_title.model_account_move -msgid "Journal Entry" -msgstr "Pièce comptable" - -#. module: account_quotation_sale_order_invoice_title -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_move____last_update -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_advance_payment_inv____last_update -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_order____last_update -msgid "Last Modified on" -msgstr "Dernière modification le" - -#. module: account_quotation_sale_order_invoice_title -#: model:ir.model,name:account_quotation_sale_order_invoice_title.model_sale_advance_payment_inv -msgid "Sales Advance Payment Invoice" -msgstr "Facture de paiement d'avance" - -#. module: account_quotation_sale_order_invoice_title -#: model:ir.model,name:account_quotation_sale_order_invoice_title.model_sale_order -msgid "Sales Order" -msgstr "Commande" - -#. module: account_quotation_sale_order_invoice_title -#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_order__so_title -msgid "Title" -msgstr "Titre" - -#. module: account_quotation_sale_order_invoice_title -#: model_terms:ir.ui.view,arch_db:account_quotation_sale_order_invoice_title.view_move_title_form -#: model_terms:ir.ui.view,arch_db:account_quotation_sale_order_invoice_title.view_order_form -msgid "Title..." -msgstr "Titre..." diff --git a/account_quotation_sale_order_invoice_title/models/__init__.py b/account_quotation_sale_order_invoice_title/models/__init__.py deleted file mode 100644 index 7593f58..0000000 --- a/account_quotation_sale_order_invoice_title/models/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import account_move -from . import sale diff --git a/account_quotation_sale_order_invoice_title/models/account_move.py b/account_quotation_sale_order_invoice_title/models/account_move.py deleted file mode 100644 index 3a0a143..0000000 --- a/account_quotation_sale_order_invoice_title/models/account_move.py +++ /dev/null @@ -1,9 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields - - -class AccountMove(models.Model): - _inherit = 'account.move' - - move_title = fields.Char(string="Invoice Title") diff --git a/account_quotation_sale_order_invoice_title/models/sale.py b/account_quotation_sale_order_invoice_title/models/sale.py deleted file mode 100644 index c63909b..0000000 --- a/account_quotation_sale_order_invoice_title/models/sale.py +++ /dev/null @@ -1,14 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models, fields - - -class SaleOrder(models.Model): - _inherit = "sale.order" - - so_title = fields.Char(string="Title") - - def _prepare_invoice(self): - res = super(SaleOrder, self)._prepare_invoice() - res["move_title"] = self.so_title - return res diff --git a/account_quotation_sale_order_invoice_title/views/account_move_views.xml b/account_quotation_sale_order_invoice_title/views/account_move_views.xml deleted file mode 100644 index 4eebdfa..0000000 --- a/account_quotation_sale_order_invoice_title/views/account_move_views.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - move_title.move.tree - account.move - - - - - - - - - - invoice_title.move.tree - account.move - - - - - - - - - - move_title.move.form - account.move - - - -

- -

-
-
-
- - -
\ No newline at end of file diff --git a/account_quotation_sale_order_invoice_title/views/sale_views.xml b/account_quotation_sale_order_invoice_title/views/sale_views.xml deleted file mode 100644 index 193e29a..0000000 --- a/account_quotation_sale_order_invoice_title/views/sale_views.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - so_title.sale.order.tree - sale.order - - - - - - - - - - so_title.quotation.tree - sale.order - - - - - - - - - - so_title.sale_order_form - sale.order - - - - oe_inline - - - - - - - - - \ No newline at end of file diff --git a/account_quotation_sale_order_invoice_title/wizard/__init__.py b/account_quotation_sale_order_invoice_title/wizard/__init__.py deleted file mode 100644 index 1eb17ff..0000000 --- a/account_quotation_sale_order_invoice_title/wizard/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- - -from . import sale_make_invoice_advance diff --git a/account_quotation_sale_order_invoice_title/wizard/sale_make_invoice_advance.py b/account_quotation_sale_order_invoice_title/wizard/sale_make_invoice_advance.py deleted file mode 100644 index 22ee0e1..0000000 --- a/account_quotation_sale_order_invoice_title/wizard/sale_make_invoice_advance.py +++ /dev/null @@ -1,14 +0,0 @@ -# -*- coding: utf-8 -*- - -from odoo import models - - -class SaleAdvancePaymentInv(models.TransientModel): - _inherit = "sale.advance.payment.inv" - - def _prepare_invoice_values(self, order, name, amount, so_line): - res = super(SaleAdvancePaymentInv, self)._prepare_invoice_values( - order, name, amount, so_line - ) - res["move_title"] = order.so_title - return res