Dataset Viewer
Auto-converted to Parquet
repo_id
stringlengths
0
98
file_path
stringlengths
12
149
content
stringlengths
10
2.8M
__index_level_0__
int64
0
0
odoo/CONTRIBUTING.md
Contributing to Odoo ==================== [Full contribution guidelines](https://github.com/odoo/odoo/wiki/Contributing) TL;DR * If you [make a pull request](https://github.com/odoo/odoo/wiki/Contributing#making-pull-requests), do not create an issue! Use the PR description for that * Issues are handled with a much lower priority than pull requests * Use this [template](https://github.com/odoo/odoo/tree/master/.github/ISSUE_TEMPLATE.md) when reporting issues. Please search for duplicates first! * Pull requests must be made against the [correct version](https://github.com/odoo/odoo/wiki/Contributing#against-which-version-should-i-submit-a-patch) * There are restrictions on the kind of [changes allowed in stable series](https://github.com/odoo/odoo/wiki/Contributing#what-does-stable-mean)
0
odoo/COPYRIGHT
Most of the files are Copyright (c) 2004-2015 Odoo S.A. Many files also contain contributions from third parties. In this case the original copyright of the contributions can be traced through the history of the source version control system. When that is not the case, the files contain a prominent notice stating the original copyright and applicable license, or come with their own dedicated COPYRIGHT and/or LICENSE file.
0
odoo/LICENSE
For copyright information, please see the COPYRIGHT file. Odoo is published under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3 (LGPLv3), as included below. Since the LGPL is a set of additional permissions on top of the GPL, the text of the GPL is included at the bottom as well. Some external libraries and contributions bundled with Odoo may be published under other GPL-compatible licenses. For these, please refer to the relevant source files and/or license files, in the source code tree. ************************************************************************** GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser 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 Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. ************************************************************************** GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 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. <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> 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 <http://www.gnu.org/licenses/>. 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: <program> Copyright (C) <year> <name of author> 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 <http://www.gnu.org/licenses/>. 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 <http://www.gnu.org/philosophy/why-not-lgpl.html>. **************************************************************************
0
odoo/MANIFEST.in
include requirements.txt include LICENSE include README.md graft odoo recursive-exclude * *.py[co] recursive-exclude .git *
0
odoo/SECURITY.md
# Security Policy ## Supported Versions | Version | Supported | | ------- | ------------------ | | 17.0 | :white_check_mark: | | 16.0 | :white_check_mark: | | 15.0 | :white_check_mark: | | <=14.0 | :x: | ## Reporting a Vulnerability Please share privately the details of your security vulnerability by contacting our Security Team: [Contact Info](https://www.odoo.com/security-report) Make sure to include as much information as possible, with the detailed steps to reproduce the problem, the versions that are affected, the expected results and actual results, and any other information that might help us react faster and more efficiently. We tend to prefer _text-based descriptions_ accompanied with a proof-of-concept script/exploit, rather than screenshots and videos. Our [Responsible Disclosure](https://www.odoo.com/security-report) page gives an overview of the process, including: - Our Incident Response Procedure (what will happen after you report an issue) - Our Rules (what you can and cannot do while researching security issues) - Guidelines with **DO REPORT** and **DO NOT REPORT** issues (what kind of issues will be accepted/rejected) ## Important note We receive a majority of security reports that have little to no impact on the security of Odoo or the Odoo Cloud, and we ultimately have to reject them. To avoid a disappointing experience when contacting us, please try to put together a proof-of-concept attack and take a critical look at what's really at risk. If the proposed attack scenario turns out unrealistic, your report will probably be rejected. Also be sure to review our list of [non-qualifying issues](https://www.odoo.com/security-report#what).
0
odoo/odoo-bin
#!/usr/bin/env python3 # set server timezone in UTC before time module imported __import__('os').environ['TZ'] = 'UTC' import odoo if __name__ == "__main__": odoo.cli.main()
0
odoo/setup.cfg
[install] optimize=1 [flake8] extend-exclude = .git, .tx, debian, doc, setup, extend-select = RST rst-directives = function, attribute, seealso, deprecated, versionadded, versionchanged, todo rst-roles = ref, mod, class, py:meth, meth, attr, data, const, func, exc, term, samp, program
0
odoo/README.md
[![Build Status](https://runbot.odoo.com/runbot/badge/flat/1/master.svg)](https://runbot.odoo.com/runbot) [![Tech Doc](https://img.shields.io/badge/master-docs-875A7B.svg?style=flat&colorA=8F8F8F)](https://www.odoo.com/documentation/master) [![Help](https://img.shields.io/badge/master-help-875A7B.svg?style=flat&colorA=8F8F8F)](https://www.odoo.com/forum/help-1) [![Nightly Builds](https://img.shields.io/badge/master-nightly-875A7B.svg?style=flat&colorA=8F8F8F)](https://nightly.odoo.com/) Odoo ---- Odoo is a suite of web based open source business apps. The main Odoo Apps include an <a href="https://www.odoo.com/page/crm">Open Source CRM</a>, <a href="https://www.odoo.com/app/website">Website Builder</a>, <a href="https://www.odoo.com/app/ecommerce">eCommerce</a>, <a href="https://www.odoo.com/app/inventory">Warehouse Management</a>, <a href="https://www.odoo.com/app/project">Project Management</a>, <a href="https://www.odoo.com/app/accounting">Billing &amp; Accounting</a>, <a href="https://www.odoo.com/app/point-of-sale-shop">Point of Sale</a>, <a href="https://www.odoo.com/app/employees">Human Resources</a>, <a href="https://www.odoo.com/app/social-marketing">Marketing</a>, <a href="https://www.odoo.com/app/manufacturing">Manufacturing</a>, <a href="https://www.odoo.com/">...</a> Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured <a href="https://www.odoo.com">Open Source ERP</a> when you install several Apps. Getting started with Odoo ------------------------- For a standard installation please follow the <a href="https://www.odoo.com/documentation/master/administration/install/install.html">Setup instructions</a> from the documentation. To learn the software, we recommend the <a href="https://www.odoo.com/slides">Odoo eLearning</a>, or <a href="https://www.odoo.com/page/scale-up-business-game">Scale-up</a>, the <a href="https://www.odoo.com/page/scale-up-business-game">business game</a>. Developers can start with <a href="https://www.odoo.com/documentation/master/developer/howtos.html">the developer tutorials</a>
0
odoo/setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import find_packages, setup from os.path import join, dirname exec(open(join(dirname(__file__), 'odoo', 'release.py'), 'rb').read()) # Load release variables lib_name = 'odoo' setup( name='odoo', version=version, description=description, long_description=long_desc, url=url, author=author, author_email=author_email, classifiers=[c for c in classifiers.split('\n') if c], license=license, scripts=['setup/odoo'], packages=find_packages(), package_dir={'%s' % lib_name: 'odoo'}, include_package_data=True, install_requires=[ 'asn1crypto', 'babel >= 1.0', 'cbor2', 'chardet', 'cryptography', 'decorator', 'docutils', 'geoip2', 'gevent', 'greenlet', 'idna', 'Jinja2', 'lxml', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/ 'libsass', 'MarkupSafe', 'num2words', 'ofxparse', 'openpyxl', 'passlib', 'pillow', # windows binary http://www.lfd.uci.edu/~gohlke/pythonlibs/ 'polib', 'psutil', # windows binary code.google.com/p/psutil/downloads/list 'psycopg2 >= 2.2', 'pyopenssl', 'PyPDF2', 'pyserial', 'python-dateutil', 'python-stdnum', 'pytz', 'pyusb >= 1.0.0b1', 'qrcode', 'reportlab', # windows binary pypi.python.org/pypi/reportlab 'rjsmin', 'requests', 'urllib3', 'vobject', 'werkzeug', 'xlrd', 'xlsxwriter', 'xlwt', 'zeep', ], python_requires='>=3.10', extras_require={ 'ldap': ['python-ldap'], }, tests_require=[ 'freezegun', ], )
0
odoo/requirements.txt
# The officially supported versions of the following packages are their # python3-* equivalent distributed in Ubuntu 24.04 and Debian 12 asn1crypto==1.4.0 ; python_version < '3.11' asn1crypto==1.5.1 ; python_version >= '3.11' Babel==2.9.1 ; python_version < '3.11' # min version = 2.6.0 (Focal with security backports) Babel==2.10.3 ; python_version >= '3.11' cbor2==5.4.2 ; python_version < '3.12' cbor2==5.6.2 ; python_version >= '3.12' chardet==4.0.0 ; python_version < '3.11' # (Jammy) chardet==5.2.0 ; python_version >= '3.11' cryptography==3.4.8; python_version < '3.12' # incompatibility between pyopenssl 19.0.0 and cryptography>=37.0.0 cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 42.0.8 for security fixes decorator==4.4.2 ; python_version < '3.11' # (Jammy) decorator==5.1.1 ; python_version >= '3.11' docutils==0.17 ; python_version < '3.11' # (Jammy) docutils==0.20.1 ; python_version >= '3.11' freezegun==1.1.0 ; python_version < '3.11' # (Jammy) freezegun==1.2.1 ; python_version >= '3.11' geoip2==2.9.0 gevent==21.8.0 ; sys_platform != 'win32' and python_version == '3.10' # (Jammy) gevent==22.10.2; sys_platform != 'win32' and python_version > '3.10' and python_version < '3.12' gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble) greenlet==1.1.2 ; sys_platform != 'win32' and python_version == '3.10' # (Jammy) greenlet==2.0.2 ; sys_platform != 'win32' and python_version > '3.10' and python_version < '3.12' greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble) idna==2.10 ; python_version < '3.12' # requests 2.25.1 depends on idna<3 and >=2.5 idna==3.6 ; python_version >= '3.12' Jinja2==3.0.3 ; python_version <= '3.10' Jinja2==3.1.2 ; python_version > '3.10' libsass==0.20.1 ; python_version < '3.11' libsass==0.22.0 ; python_version >= '3.11' # (Noble) Mostly to have a wheel package lxml==4.8.0 ; python_version <= '3.10' lxml==4.9.3 ; python_version > '3.10' and python_version < '3.12' # min 4.9.2, pinning 4.9.3 because of missing wheels for darwin in 4.9.3 lxml==5.2.1; python_version >= '3.12' # (Noble - removed html clean) lxml-html-clean; python_version >= '3.12' # (Noble - removed from lxml, unpinned for futur security patches) MarkupSafe==2.0.1 ; python_version <= '3.10' MarkupSafe==2.1.2 ; python_version > '3.10' and python_version < '3.12' MarkupSafe==2.1.5 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package num2words==0.5.10 ; python_version < '3.12' # (Jammy / Bookworm) num2words==0.5.13 ; python_version >= '3.12' ofxparse==0.21 openpyxl==3.0.9 ; python_version < '3.12' openpyxl==3.1.2 ; python_version >= '3.12' passlib==1.7.4 # min version = 1.7.2 (Focal with security backports) Pillow==9.0.1 ; python_version <= '3.10' Pillow==9.4.0 ; python_version > '3.10' and python_version < '3.12' Pillow==10.2.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package polib==1.1.1 psutil==5.9.0 ; python_version <= '3.10' psutil==5.9.4 ; python_version > '3.10' and python_version < '3.12' psutil==5.9.8 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package psycopg2==2.9.2 ; python_version == '3.10' # (Jammy) psycopg2==2.9.5 ; python_version == '3.11' psycopg2==2.9.9 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package pyopenssl==21.0.0 ; python_version < '3.12' pyopenssl==24.1.0 ; python_version >= '3.12' # (Noble) min 23.2.0, pinned for compatibility with cryptography==42.0.8 and security patches PyPDF2==1.26.0 ; python_version <= '3.10' PyPDF2==2.12.1 ; python_version > '3.10' pypiwin32 ; sys_platform == 'win32' pyserial==3.5 python-dateutil==2.8.1 ; python_version < '3.11' python-dateutil==2.8.2 ; python_version >= '3.11' python-ldap==3.4.0 ; sys_platform != 'win32' and python_version < '3.12' # min version = 3.2.0 (Focal with security backports) python-ldap==3.4.4 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble) Mostly to have a wheel package python-stdnum==1.17 ; python_version < '3.11' # (jammy) python-stdnum==1.19 ; python_version >= '3.11' pytz # no version pinning to avoid OS perturbations pyusb==1.2.1 qrcode==7.3.1 ; python_version < '3.11' # (jammy) qrcode==7.4.2 ; python_version >= '3.11' reportlab==3.6.8 ; python_version <= '3.10' reportlab==3.6.12 ; python_version > '3.10' and python_version < '3.12' reportlab==4.1.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package requests==2.25.1 ; python_version < '3.11' # versions < 2.25 aren't compatible w/ urllib3 1.26. Bullseye = 2.25.1. min version = 2.22.0 (Focal) requests==2.31.0 ; python_version >= '3.11' # (Noble) rjsmin==1.1.0 ; python_version < '3.11' # (jammy) rjsmin==1.2.0 ; python_version >= '3.11' rl-renderPM==4.0.3 ; sys_platform == 'win32' and python_version >= '3.12' # Needed by reportlab 4.1.0 but included in deb package urllib3==1.26.5 ; python_version < '3.12' # indirect / min version = 1.25.8 (Focal with security backports) urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography vobject==0.9.6.1 Werkzeug==2.0.2 ; python_version <= '3.10' Werkzeug==2.2.2 ; python_version > '3.10' and python_version < '3.12' Werkzeug==3.0.1 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings xlrd==1.2.0 ; python_version < '3.12' # (jammy) xlrd==2.0.1 ; python_version >= '3.12' XlsxWriter==3.0.2 ; python_version < '3.12' # (jammy) XlsxWriter==3.1.9 ; python_version >= '3.12' xlwt==1.3.0 zeep==4.1.0 ; python_version < '3.11' # (jammy) zeep==4.2.1 ; python_version >= '3.11'
0
odoo/addons
odoo/addons/l10n_mu_account/__init__.py
# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models
0
odoo/addons
odoo/addons/l10n_mu_account/__manifest__.py
# Part of Odoo. See LICENSE file for full copyright and licensing details. { "name": "Mauritius - Accounting", "version": "1.0", 'countries': ['mu'], "category": "Accounting/Localizations/Account Charts", "description": """ This is the base module to manage the accounting chart for the Republic of Mauritius in Odoo. ============================================================================================== - Chart of accounts - Taxes - Fiscal positions - Default settings """, "author": "Odoo SA", "depends": [ "account", ], "data": [ "data/tax_report-mu.xml", "views/report_invoice.xml", ], "demo": [ "demo/demo_company.xml", ], "license": "LGPL-3", }
0
odoo/addons/l10n_mu_account
odoo/addons/l10n_mu_account/data/tax_report-mu.xml
<?xml version="1.0" encoding="utf-8"?> <odoo> <record id="mu_tax_report" model="account.report"> <field name="name">VAT3 Tax Report</field> <field name="root_report_id" ref="account.generic_tax_report"/> <field name="country_id" ref="base.mu"/> <field name="filter_fiscal_position" eval="True"/> <field name="availability_condition">country</field> <field name="column_ids"> <record id="mu_tr_col_percent" model="account.report.column"> <field name="name">Percent</field> <field name="expression_label">percent</field> <field name="figure_type">percentage</field> </record> <record id="mu_tr_col_value" model="account.report.column"> <field name="name">Value</field> <field name="expression_label">value</field> </record> <record id="mu_tr_col_vat" model="account.report.column"> <field name="name">VAT</field> <field name="expression_label">vat</field> </record> </field> <field name="line_ids"> <record id="mu_tr_output" model="account.report.line"> <field name="name">OUTPUT</field> <field name="hierarchy_level">0</field> <field name="children_ids"> <record id="mu_tr_T1" model="account.report.line"> <field name="name">1. Taxable supplies</field> <field name="children_ids"> <record id="mu_tr_T1_1" model="account.report.line"> <field name="name">1.1. Zero-rated supplies (Exports)</field> <field name="code">T1_1</field> <field name="expression_ids"> <record id="mu_tr_T1_1_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T1_1_value</field> </record> </field> </record> <record id="mu_tr_T1_2" model="account.report.line"> <field name="name">1.2. Zero-rated supplies other than exports</field> <field name="code">T1_2</field> <field name="expression_ids"> <record id="mu_tr_T1_2_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T1_2_value</field> </record> </field> </record> <record id="mu_tr_T1_3" model="account.report.line"> <field name="name">1.3. Taxable supplies made to exempt bodies or persons</field> <field name="code">T1_3</field> <field name="expression_ids"> <record id="mu_tr_T1_3_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T1_3_value</field> </record> </field> </record> <record id="mu_tr_T1_4" model="account.report.line"> <field name="name">1.4. Other taxable supplies</field> <field name="code">T1_4</field> <field name="expression_ids"> <record id="mu_tr_T1_4_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T1_4_value</field> </record> <record id="mu_tr_T1_4_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">tax_tags</field> <field name="formula">T1_4_vat</field> </record> </field> </record> </field> </record> <record id="mu_tr_T2" model="account.report.line"> <field name="name">2. Deferred VAT on importations</field> <field name="code">T2</field> <field name="expression_ids"> <record id="mu_tr_T2_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">tax_tags</field> <field name="formula">T2_vat</field> </record> </field> </record> <record id="mu_tr_T3" model="account.report.line"> <field name="name">3. Exempt supplies</field> <field name="code">T3</field> <field name="expression_ids"> <record id="mu_tr_T3_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T3_value</field> </record> </field> </record> <record id="mu_tr_T4" model="account.report.line"> <field name="name">4. Penalty on excess amount overclaimed</field> <field name="code">T4</field> <field name="expression_ids"> <record id="mu_tr_T4_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">external</field> <field name="formula">sum</field> <field name="subformula">editable;rounding=2</field> </record> </field> </record> <record id="mu_tr_T5" model="account.report.line"> <field name="name">5. Total</field> <field name="code">T5</field> <field name="expression_ids"> <record id="mu_tr_T5_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">aggregation</field> <field name="formula">T1_1.value + T1_2.value + T1_3.value + T1_4.value + T3.value</field> </record> <record id="mu_tr_T5_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T1_4.vat + T2.vat + T4.vat</field> </record> </field> </record> </field> </record> <record id="mu_tr_input" model="account.report.line"> <field name="name">INPUT - Imports and Purchases</field> <field name="hierarchy_level">0</field> <field name="children_ids"> <record id="mu_tr_T6" model="account.report.line"> <field name="name">6. Taxable input on which input tax is allowed as credit</field> <field name="children_ids"> <record id="mu_tr_T6_1" model="account.report.line"> <field name="name">6.1. Capital goods imported</field> <field name="code">T6_1</field> <field name="expression_ids"> <record id="mu_tr_T6_1_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T6_1_value</field> </record> <record id="mu_tr_T6_1_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">tax_tags</field> <field name="formula">T6_1_vat</field> </record> </field> </record> <record id="mu_tr_T6_2" model="account.report.line"> <field name="name">6.2. Zero-rated imports</field> <field name="code">T6_2</field> <field name="expression_ids"> <record id="mu_tr_T6_2_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T6_2_value</field> </record> </field> </record> <record id="mu_tr_T6_3" model="account.report.line"> <field name="name">6.3. Other imports</field> <field name="code">T6_3</field> <field name="expression_ids"> <record id="mu_tr_T6_3_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T6_3_value</field> </record> <record id="mu_tr_T6_3_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">tax_tags</field> <field name="formula">T6_3_vat</field> </record> </field> </record> <record id="mu_tr_T6_4" model="account.report.line"> <field name="name">6.4. Capital goods purchased locally</field> <field name="code">T6_4</field> <field name="expression_ids"> <record id="mu_tr_T6_4_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T6_4_value</field> </record> <record id="mu_tr_T6_4_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">tax_tags</field> <field name="formula">T6_4_vat</field> </record> </field> </record> <record id="mu_tr_T6_5" model="account.report.line"> <field name="name">6.5. Zero-rated goods and services purchased locally</field> <field name="code">T6_5</field> <field name="expression_ids"> <record id="mu_tr_T6_5_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T6_5_value</field> </record> </field> </record> <record id="mu_tr_T6_6" model="account.report.line"> <field name="name">6.6. Other goods and services purchased locally</field> <field name="code">T6_6</field> <field name="expression_ids"> <record id="mu_tr_T6_6_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T6_6_value</field> </record> <record id="mu_tr_T6_6_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">tax_tags</field> <field name="formula">T6_6_vat</field> </record> </field> </record> </field> </record> <record id="mu_tr_T7" model="account.report.line"> <field name="name">7. Taxable input on which no input tax is allowed as credit</field> <field name="code">T7</field> <field name="expression_ids"> <record id="mu_tr_T7_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">external</field> <field name="formula">sum</field> <field name="subformula">editable;rounding=2</field> </record> </field> </record> <record id="mu_tr_T8" model="account.report.line"> <field name="name">8. Exempt input</field> <field name="children_ids"> <record id="mu_tr_T8_1" model="account.report.line"> <field name="name">8.1. Imported goods</field> <field name="code">T8_1</field> <field name="expression_ids"> <record id="mu_tr_T8_1_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T8_1_value</field> </record> </field> </record> <record id="mu_tr_T8_2" model="account.report.line"> <field name="name">8.2. Goods and services purchased locally</field> <field name="code">T8_2</field> <field name="expression_ids"> <record id="mu_tr_T8_2_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">tax_tags</field> <field name="formula">T8_2_value</field> </record> </field> </record> </field> </record> <record id="mu_tr_T9" model="account.report.line"> <field name="name">9. Total</field> <field name="code">T9</field> <field name="expression_ids"> <record id="mu_tr_T9_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">aggregation</field> <field name="formula">T6_1.value + T6_2.value + T6_3.value + T6_4.value + T6_5.value + T6_6.value + T7.value + T8_1.value + T8_2.value</field> </record> <record id="mu_tr_T9_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T6_1.vat + T6_3.vat + T6_4.vat + T6_6.vat</field> </record> </field> </record> <record id="mu_tr_T10" model="account.report.line"> <field name="name">10. Input tax deductible</field> <field name="code">T10</field> <field name="expression_ids"> <record id="mu_tr_T10_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T6_1.vat + T6_6.vat</field> </record> </field> </record> </field> </record> <record id="mu_tr_vat_account" model="account.report.line"> <field name="name">VAT ACCOUNT</field> <field name="hierarchy_level">0</field> <field name="children_ids"> <record id="mu_tr_T11" model="account.report.line"> <field name="name">11. VAT due and payable / (Excess VAT) (5B minus 10B)</field> <field name="code">T11</field> <field name="expression_ids"> <record id="mu_tr_T11_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T5.vat - T10.vat</field> </record> </field> </record> <record id="mu_tr_T12" model="account.report.line"> <field name="name">12. Excess amount of VAT brought forward</field> <field name="code">T12</field> <field name="expression_ids"> <record id="mu_tr_T12_applied_carryover" model="account.report.expression"> <field name="label">_applied_carryover_balance</field> <field name="engine">external</field> <field name="formula">most_recent</field> <field name="date_scope">previous_tax_period</field> </record> <record id="mu_tr_T12_tag" model="account.report.expression"> <field name="label">tag</field> <field name="engine">tax_tags</field> <field name="formula">T12_tag</field> </record> <record id="mu_tr_T12_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T12.tag + T12._applied_carryover_balance</field> </record> </field> </record> <record id="mu_tr_T13" model="account.report.line"> <field name="name">13. VAT adjustment: Increase /(Decrease)</field> <field name="code">T13</field> <field name="expression_ids"> <record id="mu_tr_T13_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">external</field> <field name="formula">sum</field> <field name="subformula">editable;rounding=2</field> </record> </field> </record> <record id="mu_tr_T14" model="account.report.line"> <field name="name">14. VAT due and payable / (Excess VAT)</field> <field name="code">T14</field> <field name="expression_ids"> <record id="mu_tr_T14_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T11.vat - T12.vat + T13.vat</field> </record> </field> </record> <record id="mu_tr_T15" model="account.report.line"> <field name="name">15. Claim for repayment of VAT - Proportion claimable</field> <field name="code">T15</field> <field name="expression_ids"> <record id="mu_tr_T15_safe_div" model="account.report.expression"> <field name="label">_safe_div</field> <field name="engine">aggregation</field> <field name="formula">(T1_1.value + T1_2.value) / (T5.value - T3.value) * 100</field> <field name="subformula">ignore_zero_division</field> </record> <record id="mu_tr_T15_rounded" model="account.report.expression"> <field name="label">_rounded</field> <field name="engine">aggregation</field> <field name="formula">T15._safe_div</field> <field name="subformula">round(0)</field> </record> <record id="mu_tr_T15_percent" model="account.report.expression"> <field name="label">percent</field> <field name="engine">aggregation</field> <field name="formula">T15._rounded</field> <field name="subformula">if_other_expr_below(T14.vat, MUR(0))</field> <field name="figure_type">percentage</field> </record> </field> <field name="children_ids"> <record id="mu_tr_T15_1" model="account.report.line"> <field name="name">15.1. On capital goods</field> <field name="code">T15_1</field> <field name="expression_ids"> <record id="mu_tr_T15_1_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">external</field> <field name="formula">sum</field> <field name="subformula">editable;rounding=2</field> </record> </field> </record> <record id="mu_tr_T15_2" model="account.report.line"> <field name="name">15.2. In respect of other goods and services</field> <field name="code">T15_2</field> <field name="expression_ids"> <record id="mu_tr_T15_2_value" model="account.report.expression"> <field name="label">value</field> <field name="engine">external</field> <field name="formula">sum</field> <field name="subformula">editable;rounding=2</field> </record> </field> </record> <record id="mu_tr_T15_3" model="account.report.line"> <field name="name">15.3. Total repayment claimed</field> <field name="code">T15_3</field> <field name="expression_ids"> <record id="mu_tr_T15_3_vat_safe_div" model="account.report.expression"> <field name="label">_safe_div</field> <field name="engine">aggregation</field> <field name="formula">(T15.percent / 100) * (T15_1.value + T15_2.value)</field> <field name="subformula">ignore_zero_division</field> </record> <record id="mu_tr_T15_3_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T15_3._safe_div</field> <field name="subformula">if_other_expr_below(T14.vat, MUR(0))</field> </record> </field> </record> </field> </record> <record id="mu_tr_T16" model="account.report.line"> <field name="name">16. Excess VAT carried forward</field> <field name="code">T16</field> <field name="expression_ids"> <record id="mu_tr_T16_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T14.vat + T15_3.vat</field> </record> <record id="mu_tr_T16_vat_carryover" model="account.report.expression"> <field name="label">_carryover_balance</field> <field name="engine">aggregation</field> <field name="formula">T16.vat</field> <field name="carryover_target">T12._applied_carryover_balance</field> <field name="subformula" eval="False"/> </record> </field> </record> <record id="mu_tr_T17" model="account.report.line"> <field name="name">17. Penalty for submission after due date</field> <field name="code">T17</field> <field name="expression_ids"> <record id="mu_tr_T17_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">external</field> <field name="formula">sum</field> <field name="subformula">editable;rounding=2</field> </record> </field> </record> <record id="mu_tr_T18" model="account.report.line"> <field name="name">18. Penalty and interest for payment of VAT after due date</field> <field name="code">T18</field> <field name="expression_ids"> <record id="mu_tr_T18_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">external</field> <field name="formula">sum</field> <field name="subformula">editable;rounding=2</field> </record> </field> </record> <record id="mu_tr_T19" model="account.report.line"> <field name="name">19. Total VAT / Penalties / Interests due and payable</field> <field name="code">T19</field> <field name="expression_ids"> <record id="mu_tr_T19_vat" model="account.report.expression"> <field name="label">vat</field> <field name="engine">aggregation</field> <field name="formula">T16.vat + T17.vat + T18.vat</field> </record> </field> </record> </field> </record> </field> </record> </odoo>
0
odoo/addons/l10n_mu_account/data
odoo/addons/l10n_mu_account/data/template/account.account-mu.csv
"id","name","code","account_type","tag_ids","reconcile" "mu_current_assets","Current Assets","1010","asset_current","","False" "mu_stock_in","Stock Interim (Received)","1102","asset_current","","True" "mu_stock_valuation","Stock Valuation","1101","asset_current","","False" "mu_stock_out","Stock Interim (Delivered)","1103","asset_current","","True" "mu_cost_of_production","Cost of Production","1104","asset_current","","True" "mu_receivable","Account Receivable","1210","asset_receivable","","True" "mu_pos_receivable","Account Receivable (PoS)","122O","asset_receivable","","True" "mu_to_receive_rec","Products to receive","1230","asset_current","","True" "mu_tax_paid","Tax Paid","1310","asset_current","","False" "mu_tax_receivable","Tax Receivable","1320","asset_current","","False" "mu_prepayments","Prepayments","1410","asset_prepayments","","False" "mu_fixed_assets","Fixed Asset","1510","asset_fixed","","False" "mu_non_current_assets","Non-current assets","1910","asset_non_current","","False" "mu_current_liabilities","Current Liabilities","2010","liability_current","","False" "mu_payable","Account Payable","2110","liability_payable","","True" "mu_to_receive_pay","Bills to receive","2111","liability_current","","True" "mu_salary_payable","Salary Payable","2300","liability_current","","True" "mu_employee_payroll_taxes","Employee Payroll Taxes","2301","liability_current","","True" "mu_employer_payroll_taxes","Employer Payroll Taxes","2302","liability_current","","True" "mu_tax_received","Tax Received","2510","liability_current","","False" "mu_tax_payable","Tax Payable","2520","liability_current","","False" "mu_non_current_liabilities","Non-current Liabilities","2910","liability_non_current","","False" "mu_capital","Capital","3010","equity","","False" "mu_dividends","Dividends","3020","equity","","False" "mu_income","Product Sales","4000","income","account.account_tag_operating","False" "mu_income_currency_exchange","Foreign Exchange Gain","4410","income","account.account_tag_financing","False" "mu_cash_diff_income","Cash Difference Gain","4420","income","account.account_tag_investing","False" "mu_cash_discount_loss","Cash Discount Loss","4430","expense","","False" "mu_other_income","Other Income","4500","income_other","","False" "mu_cost_of_goods_sold","Cost of Goods Sold","5000","expense_direct_cost","account.account_tag_operating","False" "mu_expense","Expenses","6000","expense","account.account_tag_operating","False" "mu_expense_invest","Purchase of Equipments","6110","expense","account.account_tag_investing","False" "mu_expense_rent","Rent","6120","expense","account.account_tag_investing","False" "mu_expense_finance","Bank Fees","6200","expense","account.account_tag_financing","False" "mu_expense_salary","Salary Expenses","6300","expense","account.account_tag_operating","False" "mu_expense_currency_exchange","Foreign Exchange Loss","6410","expense","account.account_tag_financing","False" "mu_cash_diff_expense","Cash Difference Loss","6420","expense","account.account_tag_investing","False" "mu_cash_discount_gain","Cash Discount Gain","6430","income","","False" "mu_expense_rd","RD Expenses","9610","expense","account.account_tag_investing","False" "mu_expense_sales","Sales Expenses","9620","expense","account.account_tag_investing","False"
0
odoo/addons/l10n_mu_account/data
odoo/addons/l10n_mu_account/data/template/account.fiscal.position-mu.csv
"id","sequence","name","auto_apply","vat_required","country_id","country_group_id","tax_ids/tax_src_id","tax_ids/tax_dest_id","account_ids/account_src_id","account_ids/account_dest_id" "mu_fp_domestic","1","Domestic","1","1","base.mu","","","","","" "mu_fp_ex","4","Import/Export (EX)","1","","","","mu_tax_sale_15","mu_tax_sale_0_export","","" "","","","","","","","mu_tax_purchase_15","mu_tax_purchase_15_import","","" "","","","","","","","mu_tax_purchase_15_capital","mu_tax_purchase_15_import_capital","","" "","","","","","","","mu_tax_purchase_exempt","mu_tax_purchase_import_exempt","",""
0
odoo/addons/l10n_mu_account/data
odoo/addons/l10n_mu_account/data/template/account.tax-mu.csv
"id","name","description","invoice_label","type_tax_use","amount_type","amount","tax_group_id","active","repartition_line_ids/repartition_type","repartition_line_ids/document_type","repartition_line_ids/factor_percent","repartition_line_ids/account_id","repartition_line_ids/tag_ids" "mu_tax_sale_15","15%","15% Standard rate","15%","sale","percent","15","mu_tax_group_vat_15","True","base","invoice","","","+T1_4_value" "","","","","","","","","","tax","invoice","","mu_tax_received","+T1_4_vat" "","","","","","","","","","base","refund","","","-T1_4_value" "","","","","","","","","","tax","refund","","mu_tax_received","-T1_4_vat" "mu_tax_sale_0","0%","0% Zero rated","0%","sale","percent","0","mu_tax_group_vat_0","True","base","invoice","","","+T1_2_value" "","","","","","","","","","tax","invoice","","","" "","","","","","","","","","base","refund","","","-T1_2_value" "","","","","","","","","","tax","refund","","","" "mu_tax_sale_0_export","0% EX","0% Export","0%","sale","percent","0","mu_tax_group_vat_0","True","base","invoice","","","+T1_1_value" "","","","","","","","","","tax","invoice","","","" "","","","","","","","","","base","refund","","","-T1_1_value" "","","","","","","","","","tax","refund","","","" "mu_tax_sale_exempt","0% Exempt","0% Exempt","0%","sale","percent","0","mu_tax_group_vat_0","True","base","invoice","","","+T3_value" "","","","","","","","","","tax","invoice","","","" "","","","","","","","","","base","refund","","","-T3_value" "","","","","","","","","","tax","refund","","","" "mu_tax_purchase_15","15%","15%","15%","purchase","percent","15","mu_tax_group_vat_15","True","base","invoice","","","+T6_6_value" "","","","","","","","","","tax","invoice","","mu_tax_paid","+T6_6_vat" "","","","","","","","","","base","refund","","","-T6_6_value" "","","","","","","","","","tax","refund","","mu_tax_paid","-T6_6_vat" "mu_tax_purchase_15_import","15% EX","15% Import","15%","purchase","percent","15","mu_tax_group_vat_15","True","base","invoice","","","+T6_3_value" "","","","","","","","","","tax","invoice","","mu_tax_paid","+T6_3_vat" "","","","","","","","","","base","refund","","","-T6_3_value" "","","","","","","","","","tax","refund","","mu_tax_paid","-T6_3_vat" "mu_tax_purchase_15_capital","15% Capital","15% Capital","15%","purchase","percent","15","mu_tax_group_vat_15","True","base","invoice","","","+T6_4_value" "","","","","","","","","","tax","invoice","","mu_tax_paid","+T6_4_vat" "","","","","","","","","","base","refund","","","-T6_4_value" "","","","","","","","","","tax","refund","","mu_tax_paid","-T6_4_vat" "mu_tax_purchase_15_import_capital","15% EX Capital","15% Import Capital","15%","purchase","percent","15","mu_tax_group_vat_15","True","base","invoice","","","+T6_1_value" "","","","","","","","","","tax","invoice","","mu_tax_paid","+T6_1_vat" "","","","","","","","","","base","refund","","","-T6_1_value" "","","","","","","","","","tax","refund","","mu_tax_paid","-T6_1_vat" "mu_tax_purchase_0","0%","0% Zero rated","0%","purchase","percent","0","mu_tax_group_vat_0","True","base","invoice","","","+T6_5_value" "","","","","","","","","","tax","invoice","","","" "","","","","","","","","","base","refund","","","-T6_5_value" "","","","","","","","","","tax","refund","","","" "mu_tax_purchase_0_import","0% EX","0% Import","0%","purchase","percent","0","mu_tax_group_vat_0","True","base","invoice","","","+T6_2_value" "","","","","","","","","","tax","invoice","","","" "","","","","","","","","","base","refund","","","-T6_2_value" "","","","","","","","","","tax","refund","","","" "mu_tax_purchase_exempt","0% Exempt","0% Exempt","0%","purchase","percent","0","mu_tax_group_vat_0","True","base","invoice","","","+T8_2_value" "","","","","","","","","","tax","invoice","","","" "","","","","","","","","","base","refund","","","-T8_2_value" "","","","","","","","","","tax","refund","","","" "mu_tax_purchase_import_exempt","0% EX Exempt","0% Import Exempt","0%","purchase","percent","0","mu_tax_group_vat_0","True","base","invoice","","","+T8_1_value" "","","","","","","","","","tax","invoice","","","" "","","","","","","","","","base","refund","","","-T8_1_value" "","","","","","","","","","tax","refund","","",""
0
odoo/addons/l10n_mu_account/data
odoo/addons/l10n_mu_account/data/template/account.tax.group-mu.csv
"id","name","country_id","tax_receivable_account_id","tax_payable_account_id" "mu_tax_group_vat_15","VAT 15%","base.mu","mu_tax_receivable","mu_tax_payable" "mu_tax_group_vat_0","VAT 0%","base.mu","mu_tax_receivable","mu_tax_payable"
0
odoo/addons/l10n_mu_account
odoo/addons/l10n_mu_account/views/report_invoice.xml
<?xml version="1.0" encoding="utf-8"?> <odoo> <template id="report_invoice_document" inherit_id="account.report_invoice_document" primary="True"> <xpath expr="//div[@id='informations']" position="before"> <t t-set="forced_vat" t-value="o.company_id.vat"/> </xpath> <xpath expr="//div[hasclass('page')]/t[@t-set='layout_document_title']" position="replace"> <t t-set="layout_document_title"> <span t-if="o.move_type == 'out_invoice' and o.state == 'posted'">VAT Invoice</span> <span t-elif="o.move_type == 'out_invoice' and o.state == 'draft'">Draft VAT Invoice</span> <span t-elif="o.move_type == 'out_invoice' and o.state == 'cancel'">Cancelled VAT Invoice</span> <span t-elif="o.move_type == 'out_refund' and o.state == 'posted'">Credit Note</span> <span t-elif="o.move_type == 'out_refund' and o.state == 'draft'">Draft Credit Note</span> <span t-elif="o.move_type == 'out_refund' and o.state == 'cancel'">Cancelled Credit Note</span> <span t-elif="o.move_type == 'in_refund'">Vendor Credit Note</span> <span t-elif="o.move_type == 'in_invoice'">Vendor Bill</span> <span t-if="o.name != '/'" t-field="o.name"/> </t> </xpath> </template> <template id="report_invoice" inherit_id="account.report_invoice"> <xpath expr='//t[@t-call="account.report_invoice_document"]' position="after"> <t t-elif="o._get_name_invoice_report() == 'l10n_mu_account.report_invoice_document'" t-call="l10n_mu_account.report_invoice_document" t-lang="lang"/> </xpath> </template> </odoo>
0
odoo/addons/l10n_mu_account
odoo/addons/l10n_mu_account/demo/demo_company.xml
<?xml version="1.0" encoding="utf-8"?> <odoo> <record id="partner_demo_company_mu" model="res.partner"> <field name="name">MU Company</field> <field name="vat">29999999</field> <field name="street">Mauritius Road</field> <field name="city">Port Louis</field> <field name="country_id" ref="base.mu"/> <field name="zip">11201</field> <field name="phone">+230 01 234 5678</field> <field name="email">[email protected]</field> <field name="website">www.muexample.com</field> </record> <record id="demo_company_mu" model="res.company"> <field name="name">MU Company</field> <field name="partner_id" ref="partner_demo_company_mu"/> </record> <record id="demo_bank_mu" model="res.partner.bank"> <field name="acc_number">MU84BOFI900017484771</field> <field name="partner_id" ref="partner_demo_company_mu"/> <field name="company_id" ref="demo_company_mu"/> </record> <function model="res.company" name="_onchange_country_id"> <value eval="[ref('demo_company_mu')]"/> </function> <function model="res.users" name="write"> <value eval="[ref('base.user_root'), ref('base.user_admin'), ref('base.user_demo')]"/> <value eval="{'company_ids': [(4, ref('l10n_mu_account.demo_company_mu'))]}"/> </function> <function model="account.chart.template" name="try_loading"> <value eval="[]"/> <value>mu</value> <value model="res.company" eval="obj().env.ref('l10n_mu_account.demo_company_mu')"/> <value name="install_demo" eval="True"/> </function> </odoo>
0
odoo/addons/l10n_mu_account
odoo/addons/l10n_mu_account/models/__init__.py
# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import account_move from . import template_mu
0
odoo/addons/l10n_mu_account
odoo/addons/l10n_mu_account/models/account_move.py
from odoo import models class AccountMove(models.Model): _inherit = 'account.move' def _get_name_invoice_report(self): # EXTENDS account self.ensure_one() if self.company_id.account_fiscal_country_id.code == 'MU': return 'l10n_mu_account.report_invoice_document' return super()._get_name_invoice_report()
0
odoo/addons/l10n_mu_account
odoo/addons/l10n_mu_account/models/template_mu.py
# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import models from odoo.addons.account.models.chart_template import template class AccountChartTemplate(models.AbstractModel): _inherit = 'account.chart.template' @template('mu') def _get_mu_template_data(self): return { 'property_account_receivable_id': 'mu_receivable', 'property_account_payable_id': 'mu_payable', 'property_account_expense_categ_id': 'mu_expense', 'property_account_income_categ_id': 'mu_income', 'property_stock_valuation_account_id': 'mu_stock_valuation', 'property_advance_tax_payment_account_id': 'mu_tax_paid', 'property_tax_payable_account_id': 'mu_tax_payable', 'property_tax_receivable_account_id': 'mu_tax_receivable', 'use_anglo_saxon': False, 'code_digits': '6', } @template('mu', 'res.company') def _get_mu_res_company(self): return { self.env.company.id: { 'account_fiscal_country_id': 'base.mu', 'bank_account_code_prefix': '230', 'cash_account_code_prefix': '231', 'transfer_account_code_prefix': '232', 'account_default_pos_receivable_account_id': 'mu_pos_receivable', 'income_currency_exchange_account_id': 'mu_income_currency_exchange', 'expense_currency_exchange_account_id': 'mu_expense_currency_exchange', 'account_journal_early_pay_discount_gain_account_id': 'mu_cash_discount_gain', 'account_journal_early_pay_discount_loss_account_id': 'mu_cash_discount_loss', 'default_cash_difference_income_account_id': 'mu_cash_diff_income', 'default_cash_difference_expense_account_id': 'mu_cash_diff_expense', 'account_sale_tax_id': 'mu_tax_sale_15', 'account_purchase_tax_id': 'mu_tax_purchase_15', }, }
0
odoo/addons
odoo/addons/payment_demo/README.md
# Demo ## Technical details This module does not integrate with an API and, instead, allows for fake payments that can be made to test applications' payment flows without API credentials nor payment method details. ## Supported features - Direct payment flow - Tokenization with our without payment - Full and partial manual capture - Full and partial refunds - Express checkout - Select the outcome of the payment ## Module history - `17.0` - The support for express checkout is added. odoo/odoo#113644 - The support for customer fees is removed as it is no longer supported by the `payment` module. odoo/odoo#132104 - `16.3` - The support for partial manual capture is added. odoo/odoo#117356 - `16.0` - The module is renamed from `payment_test` to `payment_demo`. odoo/odoo#99397 - The support for manual capture, full and partial refunds, customer fees, and the selection of the payment outcome are added. odoo/odoo#78083 ## Testing instructions The Demo payment provider can only be used in test mode. No payment method details are required and the outcome of payments can be chosen. If provided, the "Payment Details" are used as display name for the created payment tokens.
0
odoo/addons
odoo/addons/payment_demo/__init__.py
# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import controllers from . import models from odoo.addons.payment import setup_provider, reset_payment_provider def post_init_hook(env): setup_provider(env, 'demo') def uninstall_hook(env): reset_payment_provider(env, 'demo')
0
odoo/addons
odoo/addons/payment_demo/__manifest__.py
# Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': 'Payment Provider: Demo', 'version': '2.0', 'category': 'Hidden', 'sequence': 350, 'summary': "A payment provider for running fake payment flows for demo purposes.", 'description': " ", # Non-empty string to avoid loading the README file. 'depends': ['payment'], 'data': [ 'views/payment_demo_templates.xml', 'views/payment_provider_views.xml', 'views/payment_token_views.xml', 'views/payment_transaction_views.xml', 'data/payment_method_data.xml', 'data/payment_provider_data.xml', # Depends on `payment_method_demo`. ], 'post_init_hook': 'post_init_hook', 'uninstall_hook': 'uninstall_hook', 'assets': { 'web.assets_frontend': [ 'payment_demo/static/src/js/**/*', ], }, 'license': 'LGPL-3', }
0
odoo/addons
odoo/addons/payment_demo/const.py
# Part of Odoo. See LICENSE file for full copyright and licensing details. # The codes of the payment methods to activate when Demo is activated. DEFAULT_PAYMENT_METHOD_CODES = { 'demo', }
0
odoo/addons/payment_demo
odoo/addons/payment_demo/i18n/ar.po
# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_demo # # Translators: # Malaz Abuidris <[email protected]>, 2024 # Wil Odoo, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-26 08:56+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Wil Odoo, 2024\n" "Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " Successful\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " Pending\n" " </option>\n" " <option value=\"cancel\" title=\"Payment cancelled by customer\">\n" " Cancelled\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " Error\n" " </option>\n" " </select>" msgstr "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " تم بنجاح\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " قيد الانتظار\n" " </option>\n" " <option value=\"cancel\" title=\"Payment canceled by customer\">\n" " تم الإلغاء\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " خطأ\n" " </option>\n" " </select>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>City</b></small>" msgstr "<small><b>المدينة</b></small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Country</b></small>" msgstr "<small><b>الدولة</b></small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Name</b></small>" msgstr "<small><b>الاسم</b></small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Street and Number</b></small>" msgstr "<small><b>الشارع والرقم</b></small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Zip Code</b></small>" msgstr "<small><b>الرمز البريدي</b></small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Email</small>" msgstr "<small>البريد الإلكتروني</small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Details (test data)</small>" msgstr "<small>تفاصيل الدفع (البيانات التجريبية)</small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Status</small>" msgstr "<small>حالة الدفع</small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Street 2</small>" msgstr "<small>شارع 2</small> " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Authorize" msgstr "تفويض " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Cancel" msgstr "إلغاء" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__cancel msgid "Canceled" msgstr "تم الإلغاء " #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_transaction__capture_manually msgid "Capture Amount Manually" msgstr "تحصيل المبلغ يدوياً " #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_transaction__capture_manually msgid "" "Capture the amount from Odoo, when the delivery is completed.\n" "Use this if you want to charge your customers cards only when\n" "you are sure you can ship the goods to them." msgstr "" "قم بالتقاط المبلغ من أودو، عندما يتم احتساب التوصيل. \n" "استخدم ذلك إذا كنت ترغب في تغيير بطاقات عملائك، فقط عندما \n" "تكون متأكداً من قدرتك على شحن البضاعة إليهم. " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Close" msgstr "إغلاق" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_provider__code msgid "Code" msgstr "رمز " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Confirm" msgstr "تأكيد" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__done msgid "Confirmed" msgstr "تم التأكيد " #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_provider__code__demo #: model:payment.method,name:payment_demo.payment_method_demo msgid "Demo" msgstr "النسخة التجريبية" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Demo Express Checkout" msgstr "الدفع والخروج السريع التجريبي " #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_provider.py:0 msgid "Demo providers should never be enabled." msgstr "يجب ألا يتم تمكين مزودي الدفع التجريبيين أبداً. " #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__error msgid "Error" msgstr "خطأ" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "No delivery method is available." msgstr "لا توجد طريقة توصيل متاحة. " #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "No transaction found matching reference %s." msgstr "لم يتم العثور على معاملة تطابق المرجع %s. " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay" msgstr "الدفع " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay with Demo" msgstr "الدفع بواسطة التجريبي " #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_provider msgid "Payment Provider" msgstr "مزود الدفع " #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_token msgid "Payment Token" msgstr "رمز الدفع " #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_transaction msgid "Payment Transaction" msgstr "معاملة الدفع " #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/payment_demo_mixin.js:0 msgid "Payment processing failed" msgstr "فشلت معالجة عملية الدفع " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will be <b>successful</b>." msgstr "المدفوعات التي تتم من خلال هذه الطريقة ستكون <b>ناجحة</b>. " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will be automatically " "<b>cancelled</b>." msgstr "المدفوعات التي تتم من خلال هذه الطريقة سيتم <b>إلغاؤها</b> تلقائياً. " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will remain <b>pending</b>." msgstr "المدفوعات التي تتم من خلال هذه الطريقة ستبقى <b>معلقة</b>. " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will simulate a processing " "<b>error</b>." msgstr "" "المدفوعات التي تتم من خلال هذه الطريقة ستحاكي <b>خطأ</b> في المعالجة. " #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__pending msgid "Pending" msgstr "قيد الانتظار " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Set to Error" msgstr "التعيين كخطأ " #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_token__demo_simulated_state msgid "Simulated State" msgstr "الحالة التي تم إنشاؤها بالمحاكاة " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Test Mode" msgstr "وضع الاختبار " #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_token__demo_simulated_state msgid "The state in which transactions created from this token should be set." msgstr "الحالة التي يجب تعيين المعاملات المنشأة من هذا الرمز إليها. " #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "الكود التقني لمزود الدفع هذا. " #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "The transaction is not linked to a token." msgstr "المعاملة غير مرتبطة برمز. " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Unpublished" msgstr "غير منشور" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "Validation Error" msgstr "خطأ في التصديق " #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "XXXX XXXX XXXX XXXX" msgstr "XXXX XXXX XXXX XXXX" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "You selected the following demo payment status: %s" msgstr "لقد قمت بتحديد حالة الدفع التجريبية التالية: %s "
0
odoo/addons/payment_demo
odoo/addons/payment_demo/i18n/cs.po
# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_demo # # Translators: # Wil Odoo, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-26 08:56+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Wil Odoo, 2024\n" "Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " Successful\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " Pending\n" " </option>\n" " <option value=\"cancel\" title=\"Payment cancelled by customer\">\n" " Cancelled\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " Error\n" " </option>\n" " </select>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>City</b></small>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Country</b></small>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Name</b></small>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Street and Number</b></small>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Zip Code</b></small>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Email</small>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Details (test data)</small>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Status</small>" msgstr "<small>Stav platby</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Street 2</small>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Authorize" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Cancel" msgstr "Zrušit" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__cancel msgid "Canceled" msgstr "Zrušeno" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_transaction__capture_manually msgid "Capture Amount Manually" msgstr "Sejmout částku ručně" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_transaction__capture_manually msgid "" "Capture the amount from Odoo, when the delivery is completed.\n" "Use this if you want to charge your customers cards only when\n" "you are sure you can ship the goods to them." msgstr "" "Zachytit částku z Odoo, když je dodávka dokončena.\n" "Tuto funkci použijte, pokud chcete zákazníkům účtovat z karet pouze tehdy, když jste si jisti, že jim můžete zboží odeslat." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Close" msgstr "Zavřít" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_provider__code msgid "Code" msgstr "Kód" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Confirm" msgstr "Potvrdit" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__done msgid "Confirmed" msgstr "Potvrzený" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_provider__code__demo #: model:payment.method,name:payment_demo.payment_method_demo msgid "Demo" msgstr "Demo" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Demo Express Checkout" msgstr "" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_provider.py:0 msgid "Demo providers should never be enabled." msgstr "" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__error msgid "Error" msgstr "Chyba" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "No delivery method is available." msgstr "" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "No transaction found matching reference %s." msgstr "Nebyla nalezena žádná transakce odpovídající odkazu %s." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay" msgstr "Zaplatit" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay with Demo" msgstr "Zaplatit zkušební platbou" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_provider msgid "Payment Provider" msgstr "Poskytovatel platby" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_token msgid "Payment Token" msgstr "Platební token" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_transaction msgid "Payment Transaction" msgstr "Platební transakce" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/payment_demo_mixin.js:0 msgid "Payment processing failed" msgstr "Zpracování platby se nezdařilo" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will be <b>successful</b>." msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will be automatically " "<b>cancelled</b>." msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will remain <b>pending</b>." msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will simulate a processing " "<b>error</b>." msgstr "" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__pending msgid "Pending" msgstr "Čeká" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Set to Error" msgstr "" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_token__demo_simulated_state msgid "Simulated State" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Test Mode" msgstr "Testovací režim" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_token__demo_simulated_state msgid "The state in which transactions created from this token should be set." msgstr "" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "Technický kód tohoto poskytovatele plateb." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "The transaction is not linked to a token." msgstr "Transakce není spojena s tokenem." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Unpublished" msgstr "Nepublikovaný" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "Validation Error" msgstr "Chyba ověření" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "XXXX XXXX XXXX XXXX" msgstr "" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "You selected the following demo payment status: %s" msgstr ""
0
odoo/addons/payment_demo
odoo/addons/payment_demo/i18n/de.po
# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_demo # # Translators: # Larissa Manderfeld, 2024 # Wil Odoo, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-26 08:56+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Wil Odoo, 2024\n" "Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " Successful\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " Pending\n" " </option>\n" " <option value=\"cancel\" title=\"Payment cancelled by customer\">\n" " Cancelled\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " Error\n" " </option>\n" " </select>" msgstr "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " Erfolgreich\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " Ausstehend\n" " </option>\n" " <option value=\"cancel\" title=\"Payment canceled by customer\">\n" " Storniert\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " Fehler\n" " </option>\n" " </select>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>City</b></small>" msgstr "<small><b>Stadt</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Country</b></small>" msgstr "<small><b>Land</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Name</b></small>" msgstr "<small><b>Name</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Street and Number</b></small>" msgstr "<small><b>Straße und Nummer</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Zip Code</b></small>" msgstr "<small><b>Postleitzahl</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Email</small>" msgstr "<small>E-Mail</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Details (test data)</small>" msgstr "<small>Zahlungsdetails (Testdaten)</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Status</small>" msgstr "<small>Zahlungsstatus</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Street 2</small>" msgstr "<small>Straße 2</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Authorize" msgstr "Autorisieren" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Cancel" msgstr "Abbrechen" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__cancel msgid "Canceled" msgstr "Abgebrochen" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_transaction__capture_manually msgid "Capture Amount Manually" msgstr "Betrag manuell erfassen" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_transaction__capture_manually msgid "" "Capture the amount from Odoo, when the delivery is completed.\n" "Use this if you want to charge your customers cards only when\n" "you are sure you can ship the goods to them." msgstr "" "Erfassen Sie den Betrag von Odoo, wenn die Lieferung abgeschlossen ist.\n" "Verwenden Sie diese Funktion, wenn Sie die Karten Ihrer Kunden nur dann belasten möchten, wenn Sie sicher sind, dass Sie die Lieferung durchführen können." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Close" msgstr "Schließen" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_provider__code msgid "Code" msgstr "Code" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Confirm" msgstr "Bestätigen" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__done msgid "Confirmed" msgstr "Bestätigt" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_provider__code__demo #: model:payment.method,name:payment_demo.payment_method_demo msgid "Demo" msgstr "Demo" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Demo Express Checkout" msgstr "Demo-Express-Kassiervorgang" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_provider.py:0 msgid "Demo providers should never be enabled." msgstr "Demo-Anbieter sollten nie aktiviert sein." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__error msgid "Error" msgstr "Fehler" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "No delivery method is available." msgstr "Es ist keine Liefermethode verfügbar." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "No transaction found matching reference %s." msgstr "Keine Transaktion gefunden, die der Referenz %s entspricht." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay" msgstr "Bezahlen" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay with Demo" msgstr "Bezahlen mit Demo" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_provider msgid "Payment Provider" msgstr "Zahlungsanbieter" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_token msgid "Payment Token" msgstr "Zahlungstoken" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_transaction msgid "Payment Transaction" msgstr "Zahlungstransaktion" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/payment_demo_mixin.js:0 msgid "Payment processing failed" msgstr "Zahlungsverarbeitung fehlgeschlagen" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will be <b>successful</b>." msgstr "" "Zahlungen, die mit dieser Zahlungsmethode getätigt werden, sind " "<b>erfolgreich</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will be automatically " "<b>cancelled</b>." msgstr "" "Zahlungen, die mit dieser Zahlungsmethode getätigt werden, werden " "automatisch <b>storniert</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will remain <b>pending</b>." msgstr "" "Zahlungen, die mit dieser Zahlungsmethode getätigt werden, bleiben " "<b>ausstehend</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will simulate a processing " "<b>error</b>." msgstr "" "Zahlungen, die mit dieser Zahlungsmethode getätigt werden, simulieren einen " "Verarbeitungs<b>fehler</b>." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__pending msgid "Pending" msgstr "Ausstehend" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Set to Error" msgstr "Auf Fehler einstellen" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_token__demo_simulated_state msgid "Simulated State" msgstr "Simulierter Status" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Test Mode" msgstr "Testmodus" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_token__demo_simulated_state msgid "The state in which transactions created from this token should be set." msgstr "" "Der Status, auf den Transaktionen, die mit diesem Token erstellt wurden, " "gesetzt werden sollen." #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "Der technische Code dieses Zahlungsanbieters." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "The transaction is not linked to a token." msgstr "Die Transaktion ist nicht mit einem Token verknüpft." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Unpublished" msgstr "Unveröffentlicht" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "Validation Error" msgstr "Validierungsfehler" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "XXXX XXXX XXXX XXXX" msgstr "XXXX XXXX XXXX XXXX" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "You selected the following demo payment status: %s" msgstr "Sie haben den folgenden Demo-Zahlungsstatus ausgewählt: %s"
0
odoo/addons/payment_demo
odoo/addons/payment_demo/i18n/es.po
# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_demo # # Translators: # Larissa Manderfeld, 2024 # Wil Odoo, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-26 08:56+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Wil Odoo, 2024\n" "Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " Successful\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " Pending\n" " </option>\n" " <option value=\"cancel\" title=\"Payment cancelled by customer\">\n" " Cancelled\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " Error\n" " </option>\n" " </select>" msgstr "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Pago exitoso\">\n" " Exitoso\n" " </option>\n" " <option value=\"pending\" title=\"En proceso de pago\">\n" " Pendiente\n" " </option>\n" " <option value=\"cancel\" title=\"El cliente canceló el pago\">\n" " Cancelado\n" " </option>\n" " <option value=\"error\" title=\"Ocurrió un error al procesar el pago\">\n" " Error\n" " </option>\n" " </select>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>City</b></small>" msgstr "<small><b>Ciudad</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Country</b></small>" msgstr "<small><b>País</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Name</b></small>" msgstr "<small><b>Nombre</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Street and Number</b></small>" msgstr "<small><b>Calle y número</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Zip Code</b></small>" msgstr "<small><b>Código postal</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Email</small>" msgstr "<small>Correo electrónico</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Details (test data)</small>" msgstr "<small>Detalles de pago (datos de prueba)</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Status</small>" msgstr "<small>Estado de pago</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Street 2</small>" msgstr "<small>Calle 2</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Authorize" msgstr "Autorizar" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Cancel" msgstr "Cancelar" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__cancel msgid "Canceled" msgstr "Cancelado" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_transaction__capture_manually msgid "Capture Amount Manually" msgstr "Capturar el importe manualmente" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_transaction__capture_manually msgid "" "Capture the amount from Odoo, when the delivery is completed.\n" "Use this if you want to charge your customers cards only when\n" "you are sure you can ship the goods to them." msgstr "" "Capture el importe de Odoo cuando la entrega se haya completado.\n" "Utilícelo si desea hacer el cargo a la tarjeta de sus clientes solo cuando\n" "esté seguro de que puede enviarles los artículos." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Close" msgstr "Cerrar" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_provider__code msgid "Code" msgstr "Código" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Confirm" msgstr "Confirmar" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__done msgid "Confirmed" msgstr "Confirmado" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_provider__code__demo #: model:payment.method,name:payment_demo.payment_method_demo msgid "Demo" msgstr "Demostración" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Demo Express Checkout" msgstr "Pago exprés de demostración" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_provider.py:0 msgid "Demo providers should never be enabled." msgstr "Los proveedores de demostración no deben estar activados." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__error msgid "Error" msgstr "Error" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "No delivery method is available." msgstr "No hay ningún método de entrega disponible." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "No transaction found matching reference %s." msgstr "" "No se ha encontrado ninguna transacción que coincida con la referencia %s." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay" msgstr "Pagar" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay with Demo" msgstr "Pagar con demostración" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_provider msgid "Payment Provider" msgstr "Proveedor de pago" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_token msgid "Payment Token" msgstr "Token de pago" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_transaction msgid "Payment Transaction" msgstr "Transacción de pago" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/payment_demo_mixin.js:0 msgid "Payment processing failed" msgstr "Error al procesar el pago" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will be <b>successful</b>." msgstr "Los pagos con este método de pago serán <b>exitosos</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will be automatically " "<b>cancelled</b>." msgstr "" "Los pagos con este método de pago se <b>cancelarán</b> automáticamente." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will remain <b>pending</b>." msgstr "" "Los pagos con este método de pago se mantendrán en estado <b>pendiente</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will simulate a processing " "<b>error</b>." msgstr "" "Los pagos con este método de pago mantendrán en estado de <b>error</b> de " "procesamiento." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__pending msgid "Pending" msgstr "Pendiente" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Set to Error" msgstr "Configurado como error" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_token__demo_simulated_state msgid "Simulated State" msgstr "Estado simulado" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Test Mode" msgstr "Modo de prueba" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_token__demo_simulated_state msgid "The state in which transactions created from this token should be set." msgstr "El estado que deben tener las transacciones de este token." #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "El código técnico de este proveedor de pagos." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "The transaction is not linked to a token." msgstr "La transacción no está vinculada a un token." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Unpublished" msgstr "No publicado" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "Validation Error" msgstr "Error de validación" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "XXXX XXXX XXXX XXXX" msgstr "XXXX XXXX XXXX XXXX" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "You selected the following demo payment status: %s" msgstr "Seleccionó el siguiente estado de pago de demostración: %s"
0
odoo/addons/payment_demo
odoo/addons/payment_demo/i18n/es_419.po
# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_demo # # Translators: # Fernanda Alvarez, 2024 # Wil Odoo, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-26 08:56+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Wil Odoo, 2024\n" "Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: es_419\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " Successful\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " Pending\n" " </option>\n" " <option value=\"cancel\" title=\"Payment cancelled by customer\">\n" " Cancelled\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " Error\n" " </option>\n" " </select>" msgstr "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Pago exitoso\">\n" " Exitoso\n" " </option>\n" " <option value=\"pending\" title=\"En proceso de pago\">\n" " Pendiente\n" " </option>\n" " <option value=\"cancel\" title=\"El cliente canceló el pago\">\n" " Cancelado\n" " </option>\n" " <option value=\"error\" title=\"Ocurrió un error al procesar el pago\">\n" " Error\n" " </option>\n" " </select>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>City</b></small>" msgstr "<small><b>Ciudad</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Country</b></small>" msgstr "<small><b>País</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Name</b></small>" msgstr "<small><b>Nombre</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Street and Number</b></small>" msgstr "<small><b>Calle y número</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Zip Code</b></small>" msgstr "<small><b>Código postal</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Email</small>" msgstr "<small>Correo electrónico</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Details (test data)</small>" msgstr "<small>Detalles de pago (datos de prueba)</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Status</small>" msgstr "<small>Estado del pago</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Street 2</small>" msgstr "<small>Calle 2</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Authorize" msgstr "Autorizar" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Cancel" msgstr "Cancelar" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__cancel msgid "Canceled" msgstr "Cancelada" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_transaction__capture_manually msgid "Capture Amount Manually" msgstr "Capturar el importe de manera manual" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_transaction__capture_manually msgid "" "Capture the amount from Odoo, when the delivery is completed.\n" "Use this if you want to charge your customers cards only when\n" "you are sure you can ship the goods to them." msgstr "" "Capturar el importe de Odoo cuando se complete la entrega.\n" "Utilícelo si desea hacer el cargo a la tarjeta de sus clientes solo cuando\n" "esté seguro de que puede enviarles los artículos." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Close" msgstr "Cerrar" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_provider__code msgid "Code" msgstr "Código" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Confirm" msgstr "Confirmar" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__done msgid "Confirmed" msgstr "Confirmado" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_provider__code__demo #: model:payment.method,name:payment_demo.payment_method_demo msgid "Demo" msgstr "Demostración" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Demo Express Checkout" msgstr "Finalización de la compra exprés de demostración" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_provider.py:0 msgid "Demo providers should never be enabled." msgstr "Los proveedores de prueba no deben estar activados." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__error msgid "Error" msgstr "Error" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "No delivery method is available." msgstr "No hay métodos de envío disponibles. " #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "No transaction found matching reference %s." msgstr "No se encontró ninguna transacción que coincida con la referencia %s." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay" msgstr "Paga" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay with Demo" msgstr "Pagar con demostración" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_provider msgid "Payment Provider" msgstr "Proveedor de pago" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_token msgid "Payment Token" msgstr "Token de pago" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_transaction msgid "Payment Transaction" msgstr "Transacción de pago" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/payment_demo_mixin.js:0 msgid "Payment processing failed" msgstr "Error al procesar el pago" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will be <b>successful</b>." msgstr "Los pagos con este método de pago serán <b>exitosos</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will be automatically " "<b>cancelled</b>." msgstr "" "Los pagos con este método de pago se <b>cancelarán</b> de manera automática." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will remain <b>pending</b>." msgstr "" "Los pagos con este método de pago se mantendrán en estado <b>pendiente</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will simulate a processing " "<b>error</b>." msgstr "" "Los pagos con este método de pago mantendrán en estado de <b>error</b> de " "procesamiento." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__pending msgid "Pending" msgstr "Pendiente" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Set to Error" msgstr "Configurado como error" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_token__demo_simulated_state msgid "Simulated State" msgstr "Estado simulado" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Test Mode" msgstr "Modo de prueba" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_token__demo_simulated_state msgid "The state in which transactions created from this token should be set." msgstr "El estado que deben tener las transacciones de este token." #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "El código técnico de este proveedor de pagos." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "The transaction is not linked to a token." msgstr "La transacción no está vinculada a un token." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Unpublished" msgstr "Sin publicar" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "Validation Error" msgstr "Error de validación" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "XXXX XXXX XXXX XXXX" msgstr "XXXX XXXX XXXX XXXX" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "You selected the following demo payment status: %s" msgstr "Seleccionó el siguiente estado de demostración de pago: %s"
0
odoo/addons/payment_demo
odoo/addons/payment_demo/i18n/et.po
# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_demo # # Translators: # Eneli Õigus <[email protected]>, 2024 # Stevin Lilla, 2024 # Siim Raasuke, 2024 # Martin Trigaux, 2024 # Leaanika Randmets, 2024 # Martin Aavastik <[email protected]>, 2024 # Patrick-Jordan Kiudorv, 2024 # Marek Pontus, 2024 # Anna, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-26 08:56+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Anna, 2024\n" "Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " Successful\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " Pending\n" " </option>\n" " <option value=\"cancel\" title=\"Payment cancelled by customer\">\n" " Cancelled\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " Error\n" " </option>\n" " </select>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>City</b></small>" msgstr "<small><b>Linn</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Country</b></small>" msgstr "<small><b>Riik</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Name</b></small>" msgstr "<small><b>Nimi</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Street and Number</b></small>" msgstr "<small><b>Tänav ja number</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Zip Code</b></small>" msgstr "<small><b>Postiindeks</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Email</small>" msgstr "<small>E-posti aadress</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Details (test data)</small>" msgstr "<small>Makse detailid (testandmed)</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Status</small>" msgstr "<small>Makse staatus</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Street 2</small>" msgstr "<small>Tänav 2</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Authorize" msgstr "Autoriseeri" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Cancel" msgstr "Tühista" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__cancel msgid "Canceled" msgstr "Tühistatud" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_transaction__capture_manually msgid "Capture Amount Manually" msgstr "Leia kogusummad käsitsi" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_transaction__capture_manually msgid "" "Capture the amount from Odoo, when the delivery is completed.\n" "Use this if you want to charge your customers cards only when\n" "you are sure you can ship the goods to them." msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Close" msgstr "Sulge" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_provider__code msgid "Code" msgstr "Kood" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Confirm" msgstr "Kinnitage" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__done msgid "Confirmed" msgstr "Kinnitatud" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_provider__code__demo #: model:payment.method,name:payment_demo.payment_method_demo msgid "Demo" msgstr "Esitlus" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Demo Express Checkout" msgstr "Proovi maksta demo kassas" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_provider.py:0 msgid "Demo providers should never be enabled." msgstr "" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__error msgid "Error" msgstr "Viga" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "No delivery method is available." msgstr "" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "No transaction found matching reference %s." msgstr "Ühtegi tehingut ei leitud, mis on seotud viitega %s." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay" msgstr "Maksa" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay with Demo" msgstr "Tee demo makse" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_provider msgid "Payment Provider" msgstr "Makseteenuse pakkuja" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_token msgid "Payment Token" msgstr "Sümboolne makse" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_transaction msgid "Payment Transaction" msgstr "Maksetehing" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/payment_demo_mixin.js:0 msgid "Payment processing failed" msgstr "Makse töötlemine ebaõnnestus" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will be <b>successful</b>." msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will be automatically " "<b>cancelled</b>." msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will remain <b>pending</b>." msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will simulate a processing " "<b>error</b>." msgstr "" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__pending msgid "Pending" msgstr "Töökäsu ootel" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Set to Error" msgstr "Määra veaks" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_token__demo_simulated_state msgid "Simulated State" msgstr "Simuleeritud olek" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Test Mode" msgstr "Testrežiim " #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_token__demo_simulated_state msgid "The state in which transactions created from this token should be set." msgstr "" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "Antud makseteenuse pakkuja tehniline kood." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "The transaction is not linked to a token." msgstr "Tehing ei ole seotud tokeniga." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Unpublished" msgstr "Avaldamata" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "Validation Error" msgstr "Kinnitamise viga" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "XXXX XXXX XXXX XXXX" msgstr "XXXX XXXX XXXX XXXX" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "You selected the following demo payment status: %s" msgstr ""
0
odoo/addons/payment_demo
odoo/addons/payment_demo/i18n/fi.po
# Translation of Odoo Server. # This file contains the translation of the following modules: # * payment_demo # # Translators: # Tuomo Aura <[email protected]>, 2024 # Kari Lindgren <[email protected]>, 2024 # Miika Nissi <[email protected]>, 2024 # Jarmo Kortetjärvi <[email protected]>, 2024 # Martin Trigaux, 2024 # Veikko Väätäjä <[email protected]>, 2024 # Ossi Mantylahti <[email protected]>, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-26 08:56+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Ossi Mantylahti <[email protected]>, 2024\n" "Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "" "<select id=\"simulated_payment_state\" class=\"form-select\">\n" " <option value=\"done\" title=\"Successful payment\">\n" " Successful\n" " </option>\n" " <option value=\"pending\" title=\"Payment processing\">\n" " Pending\n" " </option>\n" " <option value=\"cancel\" title=\"Payment cancelled by customer\">\n" " Cancelled\n" " </option>\n" " <option value=\"error\" title=\"Processing error\">\n" " Error\n" " </option>\n" " </select>" msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>City</b></small>" msgstr "<small><b>Kaupunki</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Country</b></small>" msgstr "<small><b>Maa</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Name</b></small>" msgstr "<small><b>Nimi</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Street and Number</b></small>" msgstr "<small><b>Katu ja numero</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small><b>Zip Code</b></small>" msgstr "<small><b>Postinumero</b></small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Email</small>" msgstr "<small>Sähköposti</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Details (test data)</small>" msgstr "<small>Maksutiedot (testitiedot)</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "<small>Payment Status</small>" msgstr "<small>Maksun tila</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_inline_form msgid "<small>Street 2</small>" msgstr "<small>Katu 2</small>" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Authorize" msgstr "Valtuuta" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Cancel" msgstr "Peruuta" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__cancel msgid "Canceled" msgstr "Peruttu" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_transaction__capture_manually msgid "Capture Amount Manually" msgstr "Kaappaa määrä manuaalisesti" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_transaction__capture_manually msgid "" "Capture the amount from Odoo, when the delivery is completed.\n" "Use this if you want to charge your customers cards only when\n" "you are sure you can ship the goods to them." msgstr "" "Tallenna summa Odoosta, kun toimitus on valmis.\n" "Käytä tätä, jos haluat veloittaa asiakkaasi kortit vain silloin, kun\n" "olet varma, että voit toimittaa tavarat heille." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Close" msgstr "Sulje" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_provider__code msgid "Code" msgstr "Koodi" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Confirm" msgstr "Vahvista" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__done msgid "Confirmed" msgstr "Vahvistettu" #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_provider__code__demo #: model:payment.method,name:payment_demo.payment_method_demo msgid "Demo" msgstr "Demo" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Demo Express Checkout" msgstr "Demo Express Checkout" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_provider.py:0 msgid "Demo providers should never be enabled." msgstr "Demo-tarjoajia ei pitäisi koskaan ottaa käyttöön." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__error msgid "Error" msgstr "Virhe" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "No delivery method is available." msgstr "" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "No transaction found matching reference %s." msgstr "Viitettä %s vastaavaa tapahtumaa ei löytynyt." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay" msgstr "Maksa" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Pay with Demo" msgstr "Maksa Demolla" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_provider msgid "Payment Provider" msgstr "Maksupalveluntarjoaja" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_token msgid "Payment Token" msgstr "Maksutunniste" #. module: payment_demo #: model:ir.model,name:payment_demo.model_payment_transaction msgid "Payment Transaction" msgstr "Maksutapahtuma" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/payment_demo_mixin.js:0 msgid "Payment processing failed" msgstr "Maksun käsittely epäonnistui" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will be <b>successful</b>." msgstr "Tällä maksutavalla suoritetut maksut <b>onnistuvat</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will be automatically " "<b>cancelled</b>." msgstr "" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "Payments made with this payment method will remain <b>pending</b>." msgstr "Tällä maksutavalla suoritetut maksut pysyvät <b>vireillä</b>." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.token_inline_form msgid "" "Payments made with this payment method will simulate a processing " "<b>error</b>." msgstr "" "Tällä maksutavalla suoritetut maksut simuloivat <b>käsittelyvirhettä</b>." #. module: payment_demo #: model:ir.model.fields.selection,name:payment_demo.selection__payment_token__demo_simulated_state__pending msgid "Pending" msgstr "Odottaa" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_transaction_form msgid "Set to Error" msgstr "Asetetaan virheeseen" #. module: payment_demo #: model:ir.model.fields,field_description:payment_demo.field_payment_token__demo_simulated_state msgid "Simulated State" msgstr "Simuloitu tila" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Test Mode" msgstr "Testitila" #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_token__demo_simulated_state msgid "The state in which transactions created from this token should be set." msgstr "Tila, johon tästä tunnuksesta luodut tapahtumat tulisi asettaa." #. module: payment_demo #: model:ir.model.fields,help:payment_demo.field_payment_provider__code msgid "The technical code of this payment provider." msgstr "Tämän maksupalveluntarjoajan tekninen koodi." #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "The transaction is not linked to a token." msgstr "Transaktio ei ole sidottu valtuutuskoodiin." #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.express_checkout_form msgid "Unpublished" msgstr "Julkaisematon" #. module: payment_demo #. odoo-javascript #: code:addons/payment_demo/static/src/js/express_checkout_form.js:0 msgid "Validation Error" msgstr "Tarkistusvirhe" #. module: payment_demo #: model_terms:ir.ui.view,arch_db:payment_demo.payment_details msgid "XXXX XXXX XXXX XXXX" msgstr "XXXX XXXX XXXX XXXX XXXX XXXX" #. module: payment_demo #. odoo-python #: code:addons/payment_demo/models/payment_transaction.py:0 msgid "You selected the following demo payment status: %s" msgstr "Olet valinnut seuraavan demomaksutilanteen: %s"
0
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
6