From fa3a1dafc9d0327f9fad0a8074bd0d67a0980d6d Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 17:50:09 +0200 Subject: [PATCH 001/135] Move to report_py3o after import from HG --- report_py3o/LICENSE | 661 +++++++++++++++++++++ report_py3o/NEWS | 4 + report_py3o/README.md | 18 + report_py3o/__init__.py | 1 + report_py3o/__openerp__.py | 55 ++ report_py3o/data/py3o.fusion.filetype.csv | 6 + report_py3o/i18n/fr.po | 163 +++++ report_py3o/models/__init__.py | 4 + report_py3o/models/ir_report.py | 98 +++ report_py3o/models/py3o_fusion_filetype.py | 18 + report_py3o/models/py3o_server.py | 19 + report_py3o/models/py3o_template.py | 28 + report_py3o/py3o_parser.py | 232 ++++++++ report_py3o/py3o_report_modif.py | 146 +++++ report_py3o/security/ir.model.access.csv | 7 + report_py3o/views/ir_report.xml | 29 + report_py3o/views/menu.xml | 8 + report_py3o/views/py3o_server.xml | 42 ++ report_py3o/views/py3o_template.xml | 54 ++ 19 files changed, 1593 insertions(+) create mode 100644 report_py3o/LICENSE create mode 100644 report_py3o/NEWS create mode 100644 report_py3o/README.md create mode 100644 report_py3o/__init__.py create mode 100644 report_py3o/__openerp__.py create mode 100644 report_py3o/data/py3o.fusion.filetype.csv create mode 100644 report_py3o/i18n/fr.po create mode 100644 report_py3o/models/__init__.py create mode 100644 report_py3o/models/ir_report.py create mode 100644 report_py3o/models/py3o_fusion_filetype.py create mode 100644 report_py3o/models/py3o_server.py create mode 100644 report_py3o/models/py3o_template.py create mode 100644 report_py3o/py3o_parser.py create mode 100644 report_py3o/py3o_report_modif.py create mode 100644 report_py3o/security/ir.model.access.csv create mode 100644 report_py3o/views/ir_report.xml create mode 100644 report_py3o/views/menu.xml create mode 100644 report_py3o/views/py3o_server.xml create mode 100644 report_py3o/views/py3o_template.xml diff --git a/report_py3o/LICENSE b/report_py3o/LICENSE new file mode 100644 index 0000000000..dba13ed2dd --- /dev/null +++ b/report_py3o/LICENSE @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are 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. + + 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. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + 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 Affero 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. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + 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 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 work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero 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 Affero 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 Affero 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 Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + 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 AGPL, see +. diff --git a/report_py3o/NEWS b/report_py3o/NEWS new file mode 100644 index 0000000000..f993a6ca93 --- /dev/null +++ b/report_py3o/NEWS @@ -0,0 +1,4 @@ +report_py3o 1.3 + +Production release + diff --git a/report_py3o/README.md b/report_py3o/README.md new file mode 100644 index 0000000000..51709d3d11 --- /dev/null +++ b/report_py3o/README.md @@ -0,0 +1,18 @@ +### README ### + + +### LibreOffice Report Engine for Odoo/OpenERP ### + + +This module allows you to convert any type of report into LibreOffice/OpenOffice. +The benefits is that you have control over your documents and you can +modify them as needed. + + +Requirements +============ + +The py3o.template package is required; install it with: + easy_install -UZ py3o.template + + diff --git a/report_py3o/__init__.py b/report_py3o/__init__.py new file mode 100644 index 0000000000..2c4eac3f85 --- /dev/null +++ b/report_py3o/__init__.py @@ -0,0 +1 @@ +import models \ No newline at end of file diff --git a/report_py3o/__openerp__.py b/report_py3o/__openerp__.py new file mode 100644 index 0000000000..328da8e602 --- /dev/null +++ b/report_py3o/__openerp__.py @@ -0,0 +1,55 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# LibreOffice Report Engine, for OpenERP +# Copyright (C) 2013 XCG Consulting (http://odoo.consulting) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +# Author: Anael LORIMIER +# Vincent Lhote-Hatakeyama +# +############################################################################## +{ + 'name': 'LibreOffice Report Engine', + 'description': ''' +Generation of LibreOffice/OpenOffice reports using LibreOffice/OpenOffice +templates. + +The py3o.template package is required; install it with: + pip install py3o.template +''', + 'version': '8.0.2.1', + 'category': 'Reporting', + 'author': 'XCG Consulting', + 'website': 'http://odoo.consulting/', + 'depends': [ + 'base', + 'report' + ], + 'external_dependencies': { + 'python': ['py3o.template'] + }, + 'data': [ + 'security/ir.model.access.csv', + + 'views/menu.xml', + 'views/py3o_template.xml', + 'views/py3o_server.xml', + 'views/ir_report.xml', + + 'data/py3o.fusion.filetype.csv', + ], + 'installable': True, +} diff --git a/report_py3o/data/py3o.fusion.filetype.csv b/report_py3o/data/py3o.fusion.filetype.csv new file mode 100644 index 0000000000..503c6da125 --- /dev/null +++ b/report_py3o/data/py3o.fusion.filetype.csv @@ -0,0 +1,6 @@ +id,fusion_ext,human_ext +py3o_fusion_filetype_odt,odt,odt +py3o_fusion_filetype_ods,ods,ods +py3o_fusion_filetype_doc,doc,doc +py3o_fusion_filetype_docx,docx,docx +py3o_fusion_filetype_pdf,pdf,pdf diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po new file mode 100644 index 0000000000..dcd08dae12 --- /dev/null +++ b/report_py3o/i18n/fr.po @@ -0,0 +1,163 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-11-16 11:15+0000\n" +"PO-Revision-Date: 2015-11-27 14:56+0100\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: \n" +"Language: fr\n" +"X-Generator: Poedit 1.8.6\n" + +#. module: report_py3o +#: code:addons/report_py3o/py3o_parser.py:169 +#, python-format +msgid "Configuration Error" +msgstr "Erreur de configuration " + +#. module: report_py3o +#: field:py3o.fusion.filetype,create_uid:0 field:py3o.server,create_uid:0 +#: field:py3o.template,create_uid:0 +msgid "Created by" +msgstr "Cr???? par " + +#. module: report_py3o +#: field:py3o.fusion.filetype,create_date:0 field:py3o.server,create_date:0 +#: field:py3o.template,create_date:0 +msgid "Created on" +msgstr "Cr???? le " + +#. module: report_py3o +#: field:ir.actions.report.xml,py3o_template_fallback:0 +msgid "Fallback" +msgstr "Proc??dure de recours" + +#. module: report_py3o +#: field:py3o.fusion.filetype,fusion_ext:0 +msgid "Fusion Extension" +msgstr "Fusion Extension" + +#. module: report_py3o +#: code:addons/report_py3o/py3o_parser.py:190 +#, python-format +msgid "Fusion Server Says Error" +msgstr "Serveur Fusion affiche Erreur" + +#. module: report_py3o +#: field:py3o.fusion.filetype,human_ext:0 +msgid "Human readble extension" +msgstr "Extension facilement lisible" + +#. module: report_py3o +#: field:py3o.fusion.filetype,id:0 field:py3o.server,id:0 +#: field:py3o.template,id:0 +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: help:ir.actions.report.xml,py3o_template_fallback:0 +msgid "If the user does not provide a template this will be used it should be a relative path to root of YOUR module" +msgstr "If the user does not provide a template this will be used it should be a relative path to root of YOUR module" + +#. module: report_py3o +#: field:py3o.fusion.filetype,write_uid:0 field:py3o.server,write_uid:0 +#: field:py3o.template,write_uid:0 +msgid "Last Updated by" +msgstr "Derni??re mise ?? jour par " + +#. module: report_py3o +#: field:py3o.fusion.filetype,write_date:0 field:py3o.server,write_date:0 +#: field:py3o.template,write_date:0 +msgid "Last Updated on" +msgstr "Derni??re mise ?? jour le " + +#. module: report_py3o +#: view:ir.actions.report.xml:report_py3o.py3o_report_view +#: field:py3o.template,py3o_template_data:0 +msgid "LibreOffice template" +msgstr "LibreOffice template" + +#. module: report_py3o +#: field:ir.actions.report.xml,module:0 +msgid "Module" +msgstr "Module" + +#. module: report_py3o +#: field:py3o.template,name:0 +msgid "Name" +msgstr "Nom" + +#. module: report_py3o +#: code:addons/report_py3o/py3o_parser.py:170 +#, python-format +msgid "No Py3o server configuration found" +msgstr "Pas de configuration trouv??e du serveur Py3o" + +#. module: report_py3o +#: field:ir.actions.report.xml,py3o_fusion_filetype:0 +msgid "Output Format" +msgstr "Format de sortie" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "Py3o" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +#: view:py3o.server:report_py3o.py3o_server_configuration_form_view +#: view:py3o.server:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Server Configuration" +msgstr "Configuration du serveur Py3o" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +msgid "Py3o Templates" +msgstr "Py3o Templates" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: view:py3o.template:report_py3o.py3o_template_configuration_form_view +#: view:py3o.template:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates Configuration" +msgstr "Py3o Templates Configuration" + +#. module: report_py3o +#: code:addons/report_py3o/py3o_parser.py:130 +#, python-format +msgid "Report definition %s not found" +msgstr "Report definition %s not found" + +#. module: report_py3o +#: field:ir.actions.report.xml,py3o_template_id:0 +msgid "Template" +msgstr "Template" + +#. module: report_py3o +#: code:addons/report_py3o/py3o_parser.py:105 +#, python-format +msgid "Template Not Found" +msgstr "Template non trouv??" + +#. module: report_py3o +#: help:ir.actions.report.xml,module:0 +msgid "The implementer module that provides this report" +msgstr "The implementer module that provides this report" + +#. module: report_py3o +#: field:py3o.server,url:0 +msgid "URL" +msgstr "URL" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +msgid "py3o.server.configuration.action" +msgstr "py3o.server.configuration.action" diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py new file mode 100644 index 0000000000..28989d9f8f --- /dev/null +++ b/report_py3o/models/__init__.py @@ -0,0 +1,4 @@ +import ir_report +import py3o_fusion_filetype +import py3o_template +import py3o_server \ No newline at end of file diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py new file mode 100644 index 0000000000..106bd332b1 --- /dev/null +++ b/report_py3o/models/ir_report.py @@ -0,0 +1,98 @@ +import os +from openerp.osv import fields, osv +from openerp.report.interface import report_int +from ..py3o_parser import Py3oParser +from openerp import addons + + +class report_xml(osv.Model): + """ Inherit from ir.actions.report.xml to allow customizing the template + file. The user cam chose a template from a list. + The list is configurable in the configuration tab, see py3o_template.py + """ + + _inherit = 'ir.actions.report.xml' + + _columns = { + # TODO required when report_type type is py3o, add python constraint + 'py3o_fusion_filetype': fields.many2one( + 'py3o.fusion.filetype', + u"Output Format", + ), + 'py3o_template_id': fields.many2one( + 'py3o.template', + u"Template", + ), + 'module': fields.char( + u"Module", + size=64, + help=u"The implementer module that provides this report", + ), + 'py3o_template_fallback': fields.char( + u"Fallback", + size=128, + help=( + u"If the user does not provide a template this will be used " + u"it should be a relative path to root of YOUR module" + ) + ), + 'report_type': fields.selection( + [ + ('qweb-pdf', u"PDF"), + ('qweb-html', u"HTML"), + ('controller', u"Controller"), + ('pdf', u"RML pdf (deprecated)"), + ('sxw', u"RML sxw (deprecated)"), + ('webkit', u"Webkit (deprecated)"), + ('py3o', u"Py3o"), + ], + string=u"Report Type", + required=True, + help=u"HTML will open the report directly in your browser, " + u"PDF will use wkhtmltopdf to render the HTML into a PDF " + u"file and let you download it, Controller allows you to " + u"define the url of a custom controller outputting " + u"any kind of report.", + ) + } + + def _lookup_report(self, cr, name): + """Look up a report definition. + """ + + # First lookup in the deprecated place, because if the report + # definition has not been updated, it is more likely the correct + # definition is there. Only reports with custom parser + # specified in Python are still there. + if 'report.' + name in report_int._reports: + new_report = report_int._reports['report.' + name] + if not isinstance(new_report, Py3oParser): + new_report = None + else: + cr.execute( + 'SELECT * ' + 'FROM ir_act_report_xml ' + 'WHERE report_name=%s AND report_type=%s', + (name, 'py3o') + ) + r = cr.dictfetchone() + if r: + kwargs = {} + if r['parser']: + kwargs['parser'] = getattr(addons, r['parser']) + + new_report = Py3oParser( + 'report.' + r['report_name'], + r['model'], + os.path.join('addons', r['report_rml'] or '/'), + header=r['header'], + register=False, + **kwargs + ) + else: + new_report = None + + if new_report: + return new_report + else: + return super(report_xml, self)._lookup_report(cr, name) diff --git a/report_py3o/models/py3o_fusion_filetype.py b/report_py3o/models/py3o_fusion_filetype.py new file mode 100644 index 0000000000..570ca4749e --- /dev/null +++ b/report_py3o/models/py3o_fusion_filetype.py @@ -0,0 +1,18 @@ +from openerp.osv import fields, osv + + +class py3o_fusion_filetype(osv.Model): + _name = 'py3o.fusion.filetype' + + _rec_name = 'human_ext' + + _columns = { + 'fusion_ext': fields.char( + u"Fusion Extension", + size=8, + ), + 'human_ext': fields.char( + u"Human readble extension", + size=8, + ), + } diff --git a/report_py3o/models/py3o_server.py b/report_py3o/models/py3o_server.py new file mode 100644 index 0000000000..d815a845c8 --- /dev/null +++ b/report_py3o/models/py3o_server.py @@ -0,0 +1,19 @@ +from openerp.osv import fields, osv + + +class py3o_server(osv.Model): + _name = 'py3o.server' + + _columns = { + 'url': fields.char( + u"URL", + size=256, + ), + 'is_active': fields.boolean( + u"Active", + ) + } + + _defaults = { + 'is_active': True, + } diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py new file mode 100644 index 0000000000..29b49dfd06 --- /dev/null +++ b/report_py3o/models/py3o_template.py @@ -0,0 +1,28 @@ +from openerp.osv import fields, osv + + +class py3o_template(osv.Model): + _name = 'py3o.template' + + _columns = { + 'name': fields.char( + u"Name", + ), + + 'py3o_template_data': fields.binary( + u"LibreOffice template", + ), + + 'filetype': fields.selection( + [ + ('odt', u"ODF Text Document"), + ('ods', u"ODF Spreadsheet"), + ], + u"LibreOffice Template File Type", + required=True, + ), + } + + _defaults = { + 'filetype': 'odt' + } diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py new file mode 100644 index 0000000000..d7467f9566 --- /dev/null +++ b/report_py3o/py3o_parser.py @@ -0,0 +1,232 @@ +# -*- encoding: utf-8 -*- +from cStringIO import StringIO +import json +import pkg_resources +import os +import sys +from base64 import b64decode +import requests +from tempfile import NamedTemporaryFile +from openerp import _ +from openerp import exceptions +from openerp.report.report_sxw import report_sxw, rml_parse +from openerp import registry + +from py3o.template.helpers import Py3oConvertor +from py3o.template import Template + + +_extender_functions = {} + + +class TemplateNotFound(Exception): + pass + + +def py3o_report_extender(report_name): + """ + A decorator to define function to extend the context sent to a template. + This will be called at the creation of the report. + The following arguments will be passed to it: + - pool: the model pool + - cr: the database cursor + - uid: the id of the user that call the renderer + - localcontext: The context that will be passed to the report engine + - context: the Odoo context + + Method copied from CampToCamp report_webkit module. + + :param report_name: xml id of the report + :return: a decorated class + """ + def fct1(fct): + lst = _extender_functions.get(report_name) + if not lst: + lst = [] + _extender_functions[report_name] = lst + lst.append(fct) + return fct + return fct1 + + +class Py3oParser(report_sxw): + """Custom class that use Py3o to render libroffice reports. + Code partially taken from CampToCamp's webkit_report.""" + + def __init__(self, name, table, rml=False, parser=rml_parse, + header=False, store=False, register=True): + self.localcontext = {} + super(Py3oParser, self).__init__( + name, table, rml=rml, parser=parser, + header=header, store=store, register=register + ) + + def get_template(self, report_obj): + """private helper to fetch the template data either from the database + or from the default template file provided by the implementer. + + ATM this method takes a report definition recordset + to try and fetch the report template from database. If not found it will + fallback to the template file referenced in the report definition. + + @param report_obj: a recordset representing the report defintion + @type report_obj: openerp.model.recordset instance + + @returns: string or buffer containing the template data + + @raises: TemplateNotFound which is a subclass of + openerp.exceptions.DeferredException + """ + + tmpl_data = None + + if report_obj.py3o_template_id and report_obj.py3o_template_id.id: + # if a user gave a report template + tmpl_data = b64decode( + report_obj.py3o_template_id.py3o_template_data + ) + + elif report_obj.py3o_template_fallback and report_obj.module: + # if the default is defined + flbk_filename = pkg_resources.resource_filename( + "openerp.addons.%s" % report_obj.module, + report_obj.py3o_template_fallback, + ) + if os.path.exists(flbk_filename): + # and it exists on the fileystem + with open(flbk_filename, 'r') as tmpl: + tmpl_data = tmpl.read() + + if tmpl_data is None: + # if for any reason the template is not found + raise TemplateNotFound( + _(u'No template found. Aborting.'), + sys.exc_info(), + ) + + return tmpl_data + + def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): + """ Overide this function to generate our py3o report + """ + if report_xml.report_type != 'py3o': + return super(Py3oParser, self).create_single_pdf( + cr, uid, ids, data, report_xml, context=context + ) + + pool = registry(cr.dbname) + model_data_ids = pool['ir.model.data'].search( + cr, uid, [ + ('model', '=', 'ir.actions.report.xml'), + ('res_id', '=', report_xml.id), + ] + ) + + xml_id = None + if model_data_ids: + model_data = pool['ir.model.data'].browse( + cr, uid, model_data_ids[0], context=context + ) + xml_id = '%s.%s' % (model_data.module, model_data.name) + + parser_instance = self.parser(cr, uid, self.name2, context=context) + parser_instance.set_context( + self.getObjects(cr, uid, ids, context), + data, ids, report_xml.report_type + ) + + if xml_id in _extender_functions: + for fct in _extender_functions[xml_id]: + fct(pool, cr, uid, parser_instance.localcontext, context) + + tmpl_data = self.get_template(report_xml) + + in_stream = StringIO(tmpl_data) + out_stream = StringIO() + template = Template(in_stream, out_stream) + expressions = template.get_all_user_python_expression() + py_expression = template.convert_py3o_to_python_ast(expressions) + convertor = Py3oConvertor() + data_struct = convertor(py_expression) + + filetype = report_xml.py3o_fusion_filetype + + datadict = parser_instance.localcontext + + parsed_datadict = data_struct.render(datadict) + + fusion_server_obj = pool.get('py3o.server') + fusion_server_ids = fusion_server_obj.search( + cr, uid, [('is_active', '=', True)], context=context, limit=1 + ) + if not fusion_server_ids: + if filetype.fusion_ext == report_xml.py3o_template_id.filetype: + # No format conversion is needed, render the template directly + template.render(parsed_datadict) + res = out_stream.getvalue() + else: + raise exceptions.MissingError( + _(u"No Py3o server configuration found") + ) + + else: # Call py3o.server to render the template in the desired format + fusion_server_id = fusion_server_ids[0] + + fusion_server = fusion_server_obj.browse( + cr, uid, fusion_server_id, context=context + ) + in_stream.seek(0) + files = { + 'tmpl_file': in_stream, + } + fields = { + "targetformat": filetype.fusion_ext, + "datadict": json.dumps(parsed_datadict), + "image_mapping": "{}", + } + r = requests.post(fusion_server.url, data=fields, files=files) + if r.status_code != 200: + # server says we have an issue... let's tell that to enduser + raise exceptions.Warning( + _('Fusion server error %s') % r.text, + ) + + # Here is a little joke about Odoo + # we do nice chunked reading from the network... + chunk_size = 1024 + with NamedTemporaryFile( + suffix=filetype.human_ext, + prefix='py3o-template-' + ) as fd: + for chunk in r.iter_content(chunk_size): + fd.write(chunk) + fd.seek(0) + # ... but odoo wants the whole data in memory anyways :) + res = fd.read() + + return res, filetype.human_ext + + def create(self, cr, uid, ids, data, context=None): + """ Override this function to handle our py3o report + """ + pool = registry(cr.dbname) + ir_action_report_obj = pool['ir.actions.report.xml'] + report_xml_ids = ir_action_report_obj.search( + cr, uid, [('report_name', '=', self.name[7:])], context=context + ) + if not report_xml_ids: + return super(Py3oParser, self).create( + cr, uid, ids, data, context=context + ) + + report_xml = ir_action_report_obj.browse( + cr, uid, report_xml_ids[0], context=context + ) + + result = self.create_source_pdf( + cr, uid, ids, data, report_xml, context + ) + + if not result: + return False, False + return result diff --git a/report_py3o/py3o_report_modif.py b/report_py3o/py3o_report_modif.py new file mode 100644 index 0000000000..8683ea2569 --- /dev/null +++ b/report_py3o/py3o_report_modif.py @@ -0,0 +1,146 @@ +from base64 import b64decode +from tempfile import NamedTemporaryFile as tempfile + +from openerp import pooler +from openerp.report.report_sxw import * +from openerp.tools.translate import _ +from openerp.osv.osv import except_osv + +from py3o.template import Template + +from oe_json_serializer import OESerializer + +import json +import requests +import os + + +class py3o_report(report_sxw): +# def __init__(self, name, table): +# super(py3o_report, self).__init__(name, table) + + def get_values(self, cr, uid, ids, data, context): + ''' Override this function to customize the dictionary given to the + py3o.template renderer. ''' + + return { + 'lang': self.get_lang(cr, uid, context), + 'objects': self.getObjects(cr, uid, ids, context), + } + + def get_lang(self, cr, uid, context): + pool = pooler.get_pool(cr.dbname) + lang_obj = pool.get('res.lang') + user_obj = pool.get('res.users') + + lang_code = user_obj.browse(cr, uid, uid, context=context).lang + lang = lang_obj.search(cr, uid, + [('code', '=', lang_code)], + context=context)[0] + return lang_obj.browse(cr, uid, lang, context=context) + + def format_date(self, date, values): + ''' Return a date formatted according to the language extracted from + the "values" argument (which should be the result of get_values). ''' + return date.strftime(values['lang'].date_format) + + def create(self, cr, uid, ids, data, context=None): + # Find the report definition to get its settings. + pool = pooler.get_pool(cr.dbname) + report_xml_obj = pool.get('ir.actions.report.xml') + report_xml_ids = report_xml_obj.search(cr, uid, + [('report_name', '=', self.name[7:])], # Ignore "report." + context=context) + + if not report_xml_ids: + return super(py3o_report, self).create(cr, uid, ids, data, + context=context) + report_xml = report_xml_obj.browse(cr, uid, + report_xml_ids[0], + context=context) + + template = report_xml.py3o_template_id + filetype = report_xml.py3o_fusion_filetype + + + #Try to request fusion server: + + fusion_server_obj = pool['py3o.server'] + #TODO: Raise a message if no config found + fusion_server_id = fusion_server_obj.search( + cr, uid, [], context=context + )[0] + fusion_server = fusion_server_obj.browse(cr, uid, fusion_server_id) + + # py3o.template operates on filenames so create temporary files. + in_temp = tempfile(suffix='.odt', prefix='py3o-template-') + + in_temp.write(b64decode(template.py3o_template_data)) + in_temp.seek(0) + out_temp = tempfile(suffix='.odt', prefix='py3o-report-') + + # We need to get the variables used in the template + #TODO: Find a way to avoid calling Template + t = Template(in_temp.name, out_temp.name) + # Remove 'py3o.' + user_variable = [x[5:] for x in t.get_all_user_python_expression()] + print user_variable + + values = self.get_values(cr, uid, ids, data, context) + t.render(values) + print values + + #WARNING: We rely on the fact that there is a for loop on the report + # on objects (for object in objects) due to lack of time + val_dict = {} + for val in values: + if val == 'objects': + o = [] + for obj in values[val]: + x = OESerializer.serialize( + obj, + [ + v[len('object') + 1:] + for v in user_variable + if v.startswith('object') + ] + ) + o.append(x) + val_dict.update({val: o}) + continue + + x = OESerializer.serialize( + values[val], + [ + v[len(val) + 1:] + for v in user_variable + if v.startswith(val) + ] + ) + val_dict.update({val: x}) + + import pprint + pprint.pprint(val_dict) + val_json = json.dumps(val_dict) + + fields = { + 'targetformat': filetype.fusion_ext, + 'datadict': val_json, + 'image_mapping': '{}', + } + print fields + + r = requests.post( + fusion_server.url, data=fields, files={'tmpl_file': in_temp} + ) + in_temp.close() + if r.status_code == 400: + raise Exception("Problem with fusion server: %s" % r.json()) + + chunk_size = 1024 + + ext = filetype.human_ext + for chunk in r.iter_content(chunk_size): + out_temp.write(chunk) + out_temp.seek(0) + return out_temp.read(), ext diff --git a/report_py3o/security/ir.model.access.csv b/report_py3o/security/ir.model.access.csv new file mode 100644 index 0000000000..9ac0d796a2 --- /dev/null +++ b/report_py3o/security/ir.model.access.csv @@ -0,0 +1,7 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_py3o_template_admin,access_py3o_template_admin,model_py3o_template,base.group_no_one,1,1,1,1 +access_py3o_template_user,access_py3o_template_user,model_py3o_template,base.group_user,1,0,0,0 +access_py3o_server_admin,access_py3o_server_admin,model_py3o_server,base.group_no_one,1,1,1,1 +access_py3o_server_user,access_py3o_server_user,model_py3o_server,base.group_user,1,0,0,0 +access_py3o_fusion_filetype_admin,access_py3o_fusion_filetype_admin,model_py3o_fusion_filetype,base.group_no_one,1,1,1,1 +access_py3o_fusion_filetype_user,access_py3o_fusion_filetype_user,model_py3o_fusion_filetype,base.group_user,1,0,0,0 diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml new file mode 100644 index 0000000000..a5586aa4dc --- /dev/null +++ b/report_py3o/views/ir_report.xml @@ -0,0 +1,29 @@ + + + + + + + py3o_report_view + ir.actions.report.xml + + + + + + + + + + + + + + + + + + + + diff --git a/report_py3o/views/menu.xml b/report_py3o/views/menu.xml new file mode 100644 index 0000000000..4f26473f54 --- /dev/null +++ b/report_py3o/views/menu.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/report_py3o/views/py3o_server.xml b/report_py3o/views/py3o_server.xml new file mode 100644 index 0000000000..45fa384be4 --- /dev/null +++ b/report_py3o/views/py3o_server.xml @@ -0,0 +1,42 @@ + + + + + py3o.server.configuration.form.view + py3o.server + +
+ + + + + + +
+
+
+ + + py3o.server.configuration.tree.view + py3o.server + + + + + + + + + + py3o.server.configuration.action + py3o.server + form + tree,form + + + +
+
diff --git a/report_py3o/views/py3o_template.xml b/report_py3o/views/py3o_template.xml new file mode 100644 index 0000000000..adc3a953f1 --- /dev/null +++ b/report_py3o/views/py3o_template.xml @@ -0,0 +1,54 @@ + + + + + py3o.template.configuration.search.view + py3o.template + + + + + + + + + + py3o.template.configuration.form.view + py3o.template + +
+ + + + + + + +
+
+
+ + + py3o.template.configuration.tree.view + py3o.template + + + + + + + + + + Py3o Templates Configuration + py3o.template + form + tree,form + + + +
+
From c6b4c0cc31091b529bdee2ccaac81bb02d5535b6 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 18:04:11 +0200 Subject: [PATCH 002/135] Add setup --- report_py3o/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/__openerp__.py b/report_py3o/__openerp__.py index 328da8e602..cafbe598c5 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -30,7 +30,7 @@ The py3o.template package is required; install it with: pip install py3o.template ''', - 'version': '8.0.2.1', + 'version': '9.0.1.0.0', 'category': 'Reporting', 'author': 'XCG Consulting', 'website': 'http://odoo.consulting/', From bc4f99aceb9849a2c29ccebdcd527dfcd8eed48f Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 18:25:04 +0200 Subject: [PATCH 003/135] [FIX] View inheritance may not use attribute 'string' as a selector. --- report_py3o/views/ir_report.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index a5586aa4dc..1fbb52c450 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -9,7 +9,7 @@ - + From 70f2a483545e5e54af6c3e6e337f5252adff08a0 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 08:23:12 +0200 Subject: [PATCH 004/135] [IMP] New API + Short Hearder --- report_py3o/__init__.py | 2 +- report_py3o/__openerp__.py | 24 +--- report_py3o/models/__init__.py | 8 +- report_py3o/models/ir_report.py | 77 +++++------ report_py3o/models/py3o_fusion_filetype.py | 19 +-- report_py3o/models/py3o_server.py | 22 +--- report_py3o/models/py3o_template.py | 39 +++--- report_py3o/py3o_parser.py | 8 +- report_py3o/py3o_report_modif.py | 146 --------------------- 9 files changed, 73 insertions(+), 272 deletions(-) delete mode 100644 report_py3o/py3o_report_modif.py diff --git a/report_py3o/__init__.py b/report_py3o/__init__.py index 2c4eac3f85..9a7e03eded 100644 --- a/report_py3o/__init__.py +++ b/report_py3o/__init__.py @@ -1 +1 @@ -import models \ No newline at end of file +from . import models \ No newline at end of file diff --git a/report_py3o/__openerp__.py b/report_py3o/__openerp__.py index cafbe598c5..8a4d79906c 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -1,26 +1,6 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# LibreOffice Report Engine, for OpenERP -# Copyright (C) 2013 XCG Consulting (http://odoo.consulting) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero 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 Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -# Author: Anael LORIMIER -# Vincent Lhote-Hatakeyama -# -############################################################################## +# Copyright 2013 XCG Consulting (http://odoo.consulting) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'LibreOffice Report Engine', 'description': ''' diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py index 28989d9f8f..ccf621aaa3 100644 --- a/report_py3o/models/__init__.py +++ b/report_py3o/models/__init__.py @@ -1,4 +1,4 @@ -import ir_report -import py3o_fusion_filetype -import py3o_template -import py3o_server \ No newline at end of file +from . import ir_report +from . import py3o_fusion_filetype +from . import py3o_template +from . import py3o_server \ No newline at end of file diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 106bd332b1..927994e3bd 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -1,11 +1,15 @@ +# -*- coding: utf-8 -*- +# Copyright 2013 XCG Consulting (http://odoo.consulting) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import os -from openerp.osv import fields, osv +from openerp import api, fields, models from openerp.report.interface import report_int from ..py3o_parser import Py3oParser +from openerp.exceptions import ValidationError from openerp import addons -class report_xml(osv.Model): +class ReportXml(models.Model): """ Inherit from ir.actions.report.xml to allow customizing the template file. The user cam chose a template from a list. The list is configurable in the configuration tab, see py3o_template.py @@ -13,49 +17,32 @@ class report_xml(osv.Model): _inherit = 'ir.actions.report.xml' - _columns = { - # TODO required when report_type type is py3o, add python constraint - 'py3o_fusion_filetype': fields.many2one( - 'py3o.fusion.filetype', - u"Output Format", - ), - 'py3o_template_id': fields.many2one( - 'py3o.template', - u"Template", - ), - 'module': fields.char( - u"Module", - size=64, - help=u"The implementer module that provides this report", - ), - 'py3o_template_fallback': fields.char( - u"Fallback", - size=128, - help=( - u"If the user does not provide a template this will be used " - u"it should be a relative path to root of YOUR module" - ) - ), - 'report_type': fields.selection( - [ - ('qweb-pdf', u"PDF"), - ('qweb-html', u"HTML"), - ('controller', u"Controller"), - ('pdf', u"RML pdf (deprecated)"), - ('sxw', u"RML sxw (deprecated)"), - ('webkit', u"Webkit (deprecated)"), - ('py3o', u"Py3o"), - ], - string=u"Report Type", - required=True, - help=u"HTML will open the report directly in your browser, " - u"PDF will use wkhtmltopdf to render the HTML into a PDF " - u"file and let you download it, Controller allows you to " - u"define the url of a custom controller outputting " - u"any kind of report.", - ) - } + @api.one + @api.constrains("py3o_fusion_filetype", "report_type") + def _check_py3o_fusion_filetype(self): + if self.report_type == "py3o" and not self.py3o_fusion_filetype: + raise ValidationError( + "Field 'Output Format' is required for Py3O report") + + py3o_fusion_filetype = fields.Many2one( + 'py3o.fusion.filetype', + "Output Format") + py3o_template_id = fields.Many2one( + 'py3o.template', + "Template") + module = fields.Char( + "Module", + help="The implementer module that provides this report") + py3o_template_fallback = fields.Char( + "Fallback", + size=128, + help=( + "If the user does not provide a template this will be used " + "it should be a relative path to root of YOUR module" + )) + report_type = fields.Selection(selection_add=[('py3o', "Py3o")]) + @api.cr def _lookup_report(self, cr, name): """Look up a report definition. """ @@ -95,4 +82,4 @@ def _lookup_report(self, cr, name): if new_report: return new_report else: - return super(report_xml, self)._lookup_report(cr, name) + return super(ReportXml, self)._lookup_report(cr, name) diff --git a/report_py3o/models/py3o_fusion_filetype.py b/report_py3o/models/py3o_fusion_filetype.py index 570ca4749e..009494fcfe 100644 --- a/report_py3o/models/py3o_fusion_filetype.py +++ b/report_py3o/models/py3o_fusion_filetype.py @@ -1,18 +1,13 @@ -from openerp.osv import fields, osv +# -*- coding: utf-8 -*- +# Copyright 2013 XCG Consulting (http://odoo.consulting) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from openerp import fields, models -class py3o_fusion_filetype(osv.Model): +class Py3oFusionFiletype(models.Model): _name = 'py3o.fusion.filetype' _rec_name = 'human_ext' - _columns = { - 'fusion_ext': fields.char( - u"Fusion Extension", - size=8, - ), - 'human_ext': fields.char( - u"Human readble extension", - size=8, - ), - } + fusion_ext = fields.Char("Fusion Extension", siez=8) + human_ext = fields.Char("Human readble extension", size=8) diff --git a/report_py3o/models/py3o_server.py b/report_py3o/models/py3o_server.py index d815a845c8..bf434a5941 100644 --- a/report_py3o/models/py3o_server.py +++ b/report_py3o/models/py3o_server.py @@ -1,19 +1,11 @@ -from openerp.osv import fields, osv +# -*- coding: utf-8 -*- +# Copyright 2013 XCG Consulting (http://odoo.consulting) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from openerp import fields, models -class py3o_server(osv.Model): +class Py3oServer(models.Model): _name = 'py3o.server' - _columns = { - 'url': fields.char( - u"URL", - size=256, - ), - 'is_active': fields.boolean( - u"Active", - ) - } - - _defaults = { - 'is_active': True, - } + url = fields.Char("URL", required=True) + is_active = fields.Boolean("Active", default=True) diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py index 29b49dfd06..7281f33326 100644 --- a/report_py3o/models/py3o_template.py +++ b/report_py3o/models/py3o_template.py @@ -1,28 +1,19 @@ -from openerp.osv import fields, osv +# -*- coding: utf-8 -*- +# Copyright 2013 XCG Consulting (http://odoo.consulting) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from openerp import fields, models -class py3o_template(osv.Model): +class Py3oTemplate(models.Model): _name = 'py3o.template' - _columns = { - 'name': fields.char( - u"Name", - ), - - 'py3o_template_data': fields.binary( - u"LibreOffice template", - ), - - 'filetype': fields.selection( - [ - ('odt', u"ODF Text Document"), - ('ods', u"ODF Spreadsheet"), - ], - u"LibreOffice Template File Type", - required=True, - ), - } - - _defaults = { - 'filetype': 'odt' - } + name = fields.Char(required=True) + py3o_template_data = fields.Binary("LibreOffice template") + filetype = fields.Selection( + selection=[ + ('odt', u"ODF Text Document"), + ('ods', u"ODF Spreadsheet"), + ], + string="LibreOffice Template File Type", + required=True, + default='odt') diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index d7467f9566..36ed669df5 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -1,4 +1,6 @@ -# -*- encoding: utf-8 -*- +# -*- coding: utf-8 -*- +# Copyright 2013 XCG Consulting (http://odoo.consulting) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) from cStringIO import StringIO import json import pkg_resources @@ -66,8 +68,8 @@ def get_template(self, report_obj): or from the default template file provided by the implementer. ATM this method takes a report definition recordset - to try and fetch the report template from database. If not found it will - fallback to the template file referenced in the report definition. + to try and fetch the report template from database. If not found it + will fallback to the template file referenced in the report definition. @param report_obj: a recordset representing the report defintion @type report_obj: openerp.model.recordset instance diff --git a/report_py3o/py3o_report_modif.py b/report_py3o/py3o_report_modif.py deleted file mode 100644 index 8683ea2569..0000000000 --- a/report_py3o/py3o_report_modif.py +++ /dev/null @@ -1,146 +0,0 @@ -from base64 import b64decode -from tempfile import NamedTemporaryFile as tempfile - -from openerp import pooler -from openerp.report.report_sxw import * -from openerp.tools.translate import _ -from openerp.osv.osv import except_osv - -from py3o.template import Template - -from oe_json_serializer import OESerializer - -import json -import requests -import os - - -class py3o_report(report_sxw): -# def __init__(self, name, table): -# super(py3o_report, self).__init__(name, table) - - def get_values(self, cr, uid, ids, data, context): - ''' Override this function to customize the dictionary given to the - py3o.template renderer. ''' - - return { - 'lang': self.get_lang(cr, uid, context), - 'objects': self.getObjects(cr, uid, ids, context), - } - - def get_lang(self, cr, uid, context): - pool = pooler.get_pool(cr.dbname) - lang_obj = pool.get('res.lang') - user_obj = pool.get('res.users') - - lang_code = user_obj.browse(cr, uid, uid, context=context).lang - lang = lang_obj.search(cr, uid, - [('code', '=', lang_code)], - context=context)[0] - return lang_obj.browse(cr, uid, lang, context=context) - - def format_date(self, date, values): - ''' Return a date formatted according to the language extracted from - the "values" argument (which should be the result of get_values). ''' - return date.strftime(values['lang'].date_format) - - def create(self, cr, uid, ids, data, context=None): - # Find the report definition to get its settings. - pool = pooler.get_pool(cr.dbname) - report_xml_obj = pool.get('ir.actions.report.xml') - report_xml_ids = report_xml_obj.search(cr, uid, - [('report_name', '=', self.name[7:])], # Ignore "report." - context=context) - - if not report_xml_ids: - return super(py3o_report, self).create(cr, uid, ids, data, - context=context) - report_xml = report_xml_obj.browse(cr, uid, - report_xml_ids[0], - context=context) - - template = report_xml.py3o_template_id - filetype = report_xml.py3o_fusion_filetype - - - #Try to request fusion server: - - fusion_server_obj = pool['py3o.server'] - #TODO: Raise a message if no config found - fusion_server_id = fusion_server_obj.search( - cr, uid, [], context=context - )[0] - fusion_server = fusion_server_obj.browse(cr, uid, fusion_server_id) - - # py3o.template operates on filenames so create temporary files. - in_temp = tempfile(suffix='.odt', prefix='py3o-template-') - - in_temp.write(b64decode(template.py3o_template_data)) - in_temp.seek(0) - out_temp = tempfile(suffix='.odt', prefix='py3o-report-') - - # We need to get the variables used in the template - #TODO: Find a way to avoid calling Template - t = Template(in_temp.name, out_temp.name) - # Remove 'py3o.' - user_variable = [x[5:] for x in t.get_all_user_python_expression()] - print user_variable - - values = self.get_values(cr, uid, ids, data, context) - t.render(values) - print values - - #WARNING: We rely on the fact that there is a for loop on the report - # on objects (for object in objects) due to lack of time - val_dict = {} - for val in values: - if val == 'objects': - o = [] - for obj in values[val]: - x = OESerializer.serialize( - obj, - [ - v[len('object') + 1:] - for v in user_variable - if v.startswith('object') - ] - ) - o.append(x) - val_dict.update({val: o}) - continue - - x = OESerializer.serialize( - values[val], - [ - v[len(val) + 1:] - for v in user_variable - if v.startswith(val) - ] - ) - val_dict.update({val: x}) - - import pprint - pprint.pprint(val_dict) - val_json = json.dumps(val_dict) - - fields = { - 'targetformat': filetype.fusion_ext, - 'datadict': val_json, - 'image_mapping': '{}', - } - print fields - - r = requests.post( - fusion_server.url, data=fields, files={'tmpl_file': in_temp} - ) - in_temp.close() - if r.status_code == 400: - raise Exception("Problem with fusion server: %s" % r.json()) - - chunk_size = 1024 - - ext = filetype.human_ext - for chunk in r.iter_content(chunk_size): - out_temp.write(chunk) - out_temp.seek(0) - return out_temp.read(), ext From 3ee04e4bb2ecfa337417acab774a3d7edd26a5fa Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 09:50:16 +0200 Subject: [PATCH 005/135] Remove unicode string --- report_py3o/models/py3o_template.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py index 7281f33326..5f46179ded 100644 --- a/report_py3o/models/py3o_template.py +++ b/report_py3o/models/py3o_template.py @@ -11,8 +11,8 @@ class Py3oTemplate(models.Model): py3o_template_data = fields.Binary("LibreOffice template") filetype = fields.Selection( selection=[ - ('odt', u"ODF Text Document"), - ('ods', u"ODF Spreadsheet"), + ('odt', "ODF Text Document"), + ('ods', "ODF Spreadsheet"), ], string="LibreOffice Template File Type", required=True, From f2e3bc968d4971b8b99d0d3d8da51a9d2f993e21 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 09:52:00 +0200 Subject: [PATCH 006/135] [IMP] Add the possiblity to get the template from an absolute path on the server --- report_py3o/models/ir_report.py | 3 ++- report_py3o/py3o_parser.py | 26 ++++++++++++++++---------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 927994e3bd..2f520b98f4 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -38,7 +38,8 @@ def _check_py3o_fusion_filetype(self): size=128, help=( "If the user does not provide a template this will be used " - "it should be a relative path to root of YOUR module" + "it should be a relative path to root of YOUR module " + "or an absolute path on your server." )) report_type = fields.Selection(selection_add=[('py3o', "Py3o")]) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index 36ed669df5..ab8c41c572 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -88,16 +88,22 @@ def get_template(self, report_obj): report_obj.py3o_template_id.py3o_template_data ) - elif report_obj.py3o_template_fallback and report_obj.module: - # if the default is defined - flbk_filename = pkg_resources.resource_filename( - "openerp.addons.%s" % report_obj.module, - report_obj.py3o_template_fallback, - ) - if os.path.exists(flbk_filename): - # and it exists on the fileystem - with open(flbk_filename, 'r') as tmpl: - tmpl_data = tmpl.read() + elif report_obj.py3o_template_fallback: + tmpl_name = report_obj.py3o_template_fallback + flbk_filename = None + if report_obj.module: + # if the default is defined + flbk_filename = pkg_resources.resource_filename( + "openerp.addons.%s" % report_obj.module, + tmpl_name, + ) + elif os.path.isabs(tmpl_name): + # It is an absolute path + flbk_filename = os.path.normcase(os.path.normpath(tmpl_name)) + if flbk_filename and os.path.exists(flbk_filename): + # and it exists on the fileystem + with open(flbk_filename, 'r') as tmpl: + tmpl_data = tmpl.read() if tmpl_data is None: # if for any reason the template is not found From 1c4ff5e8e9bd614284dbf4e9c7698ec18b3eab71 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 11:26:15 +0200 Subject: [PATCH 007/135] [IMP] Allow user to use local fusion --- report_py3o/__init__.py | 2 +- report_py3o/__openerp__.py | 5 +- report_py3o/data/py3o.fusion.filetype.csv | 6 --- report_py3o/models/__init__.py | 3 +- report_py3o/models/ir_report.py | 37 +++++++++++-- report_py3o/models/py3o_fusion_filetype.py | 13 ----- report_py3o/py3o_parser.py | 61 +++++++++------------- report_py3o/views/ir_report.xml | 2 + 8 files changed, 63 insertions(+), 66 deletions(-) delete mode 100644 report_py3o/data/py3o.fusion.filetype.csv delete mode 100644 report_py3o/models/py3o_fusion_filetype.py diff --git a/report_py3o/__init__.py b/report_py3o/__init__.py index 9a7e03eded..0650744f6b 100644 --- a/report_py3o/__init__.py +++ b/report_py3o/__init__.py @@ -1 +1 @@ -from . import models \ No newline at end of file +from . import models diff --git a/report_py3o/__openerp__.py b/report_py3o/__openerp__.py index 8a4d79906c..b5b8d05234 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -19,7 +19,8 @@ 'report' ], 'external_dependencies': { - 'python': ['py3o.template'] + 'python': ['py3o.template', + 'py3o.formats'] }, 'data': [ 'security/ir.model.access.csv', @@ -28,8 +29,6 @@ 'views/py3o_template.xml', 'views/py3o_server.xml', 'views/ir_report.xml', - - 'data/py3o.fusion.filetype.csv', ], 'installable': True, } diff --git a/report_py3o/data/py3o.fusion.filetype.csv b/report_py3o/data/py3o.fusion.filetype.csv deleted file mode 100644 index 503c6da125..0000000000 --- a/report_py3o/data/py3o.fusion.filetype.csv +++ /dev/null @@ -1,6 +0,0 @@ -id,fusion_ext,human_ext -py3o_fusion_filetype_odt,odt,odt -py3o_fusion_filetype_ods,ods,ods -py3o_fusion_filetype_doc,doc,doc -py3o_fusion_filetype_docx,docx,docx -py3o_fusion_filetype_pdf,pdf,pdf diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py index ccf621aaa3..68f18d48bf 100644 --- a/report_py3o/models/__init__.py +++ b/report_py3o/models/__init__.py @@ -1,4 +1,3 @@ from . import ir_report -from . import py3o_fusion_filetype from . import py3o_template -from . import py3o_server \ No newline at end of file +from . import py3o_server diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 2f520b98f4..5097553a52 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -2,11 +2,12 @@ # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import os +from py3o.formats import Formats from openerp import api, fields, models from openerp.report.interface import report_int -from ..py3o_parser import Py3oParser from openerp.exceptions import ValidationError from openerp import addons +from ..py3o_parser import Py3oParser class ReportXml(models.Model): @@ -24,12 +25,40 @@ def _check_py3o_fusion_filetype(self): raise ValidationError( "Field 'Output Format' is required for Py3O report") - py3o_fusion_filetype = fields.Many2one( - 'py3o.fusion.filetype', - "Output Format") + @api.one + @api.constrains("py3o_is_local_fusion", "py3o_server_id", + "py3o_fusion_filetype") + def _check_py3o_server_id(self): + is_native = Formats().get_format(self.py3o_fusion_filetype) + if ((not is_native or not self.py3o_is_local_fusion) and + not self.py3o_server_id): + raise ValidationError( + "Can not use not native format in local fusion. " + "Please specify a Fusion Server") + + @api.model + def _get_py3o_fusion_filetypes(self): + formats = Formats() + names = formats.get_known_format_names() + selections = [] + for name in names: + selections.append((name, name)) + return selections + + py3o_fusion_filetype = fields.Selection( + selection="_get_py3o_fusion_filetypes", + string="Output Format") py3o_template_id = fields.Many2one( 'py3o.template', "Template") + py3o_is_local_fusion = fields.Boolean( + "Local fusion", + help="Odt to Odt will be processed without sever. You must use this " + "mode if you call methods on your model into the template.", + default=False) + py3o_server_id = fields.Many2one( + "py3o.server" + "Fusion server") module = fields.Char( "Module", help="The implementer module that provides this report") diff --git a/report_py3o/models/py3o_fusion_filetype.py b/report_py3o/models/py3o_fusion_filetype.py deleted file mode 100644 index 009494fcfe..0000000000 --- a/report_py3o/models/py3o_fusion_filetype.py +++ /dev/null @@ -1,13 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2013 XCG Consulting (http://odoo.consulting) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import fields, models - - -class Py3oFusionFiletype(models.Model): - _name = 'py3o.fusion.filetype' - - _rec_name = 'human_ext' - - fusion_ext = fields.Char("Fusion Extension", siez=8) - human_ext = fields.Char("Human readble extension", size=8) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index ab8c41c572..d0d20151a6 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -9,14 +9,15 @@ from base64 import b64decode import requests from tempfile import NamedTemporaryFile +from py3o.template.helpers import Py3oConvertor +from py3o.template import Template +from py3o.formats import Formats + from openerp import _ from openerp import exceptions from openerp.report.report_sxw import report_sxw, rml_parse from openerp import registry -from py3o.template.helpers import Py3oConvertor -from py3o.template import Template - _extender_functions = {} @@ -101,9 +102,9 @@ def get_template(self, report_obj): # It is an absolute path flbk_filename = os.path.normcase(os.path.normpath(tmpl_name)) if flbk_filename and os.path.exists(flbk_filename): - # and it exists on the fileystem - with open(flbk_filename, 'r') as tmpl: - tmpl_data = tmpl.read() + # and it exists on the fileystem + with open(flbk_filename, 'r') as tmpl: + tmpl_data = tmpl.read() if tmpl_data is None: # if for any reason the template is not found @@ -152,47 +153,33 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): in_stream = StringIO(tmpl_data) out_stream = StringIO() template = Template(in_stream, out_stream) - expressions = template.get_all_user_python_expression() - py_expression = template.convert_py3o_to_python_ast(expressions) - convertor = Py3oConvertor() - data_struct = convertor(py_expression) + localcontext = parser_instance.localcontext + if report_xml.py3o_is_local_fusion: + template.render(localcontext) + input = out_stream.getvalue() + else: + expressions = template.get_all_user_python_expression() + py_expression = template.convert_py3o_to_python_ast(expressions) + convertor = Py3oConvertor() + data_struct = convertor(py_expression) + input = data_struct.render(localcontext) filetype = report_xml.py3o_fusion_filetype - - datadict = parser_instance.localcontext - - parsed_datadict = data_struct.render(datadict) - - fusion_server_obj = pool.get('py3o.server') - fusion_server_ids = fusion_server_obj.search( - cr, uid, [('is_active', '=', True)], context=context, limit=1 - ) - if not fusion_server_ids: - if filetype.fusion_ext == report_xml.py3o_template_id.filetype: - # No format conversion is needed, render the template directly - template.render(parsed_datadict) - res = out_stream.getvalue() - else: - raise exceptions.MissingError( - _(u"No Py3o server configuration found") - ) - + is_native = Formats().get_format(filetype) + if is_native: + res = input else: # Call py3o.server to render the template in the desired format - fusion_server_id = fusion_server_ids[0] - - fusion_server = fusion_server_obj.browse( - cr, uid, fusion_server_id, context=context - ) in_stream.seek(0) files = { 'tmpl_file': in_stream, } fields = { "targetformat": filetype.fusion_ext, - "datadict": json.dumps(parsed_datadict), + "datadict": json.dumps(input), "image_mapping": "{}", } - r = requests.post(fusion_server.url, data=fields, files=files) + r = requests.post( + report_xml.py3o_server_id.url, data=fields, files=files) if r.status_code != 200: # server says we have an issue... let's tell that to enduser raise exceptions.Warning( @@ -212,7 +199,7 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): # ... but odoo wants the whole data in memory anyways :) res = fd.read() - return res, filetype.human_ext + return res, "." + filetype def create(self, cr, uid, ids, data, context=None): """ Override this function to handle our py3o report diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index 1fbb52c450..e346946419 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -15,6 +15,8 @@ + + From 9f5962bf66596da8b48ec6f2803af21f7d5e4c39 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 12:22:36 +0200 Subject: [PATCH 008/135] Add a simple way to extend the parser context --- report_py3o/py3o_parser.py | 69 ++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 41 deletions(-) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index d0d20151a6..2acc68bdda 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -15,7 +15,7 @@ from openerp import _ from openerp import exceptions -from openerp.report.report_sxw import report_sxw, rml_parse +from openerp.report.report_sxw import report_sxw from openerp import registry @@ -26,44 +26,39 @@ class TemplateNotFound(Exception): pass -def py3o_report_extender(report_name): +def py3o_report_extender(report_xml_id=None): """ A decorator to define function to extend the context sent to a template. This will be called at the creation of the report. The following arguments will be passed to it: - - pool: the model pool - - cr: the database cursor - - uid: the id of the user that call the renderer + - ir_report: report instance - localcontext: The context that will be passed to the report engine - - context: the Odoo context + If no report_xml_id is given the extender is registered for all py3o + reports + Idea copied from CampToCamp report_webkit module. - Method copied from CampToCamp report_webkit module. - - :param report_name: xml id of the report + :param report_xml_id: xml id of the report :return: a decorated class """ + global _extender_functions + def fct1(fct): - lst = _extender_functions.get(report_name) - if not lst: - lst = [] - _extender_functions[report_name] = lst - lst.append(fct) + _extender_functions.setdefault(report_xml_id,[]).append(fct) return fct return fct1 +@py3o_report_extender() +def defautl_extend(report_xml, localcontext): + # add the base64decode function to be able do decode binary fields into + # the template + localcontext['b64decode'] = b64decode + + class Py3oParser(report_sxw): """Custom class that use Py3o to render libroffice reports. Code partially taken from CampToCamp's webkit_report.""" - def __init__(self, name, table, rml=False, parser=rml_parse, - header=False, store=False, register=True): - self.localcontext = {} - super(Py3oParser, self).__init__( - name, table, rml=rml, parser=parser, - header=header, store=store, register=register - ) - def get_template(self, report_obj): """private helper to fetch the template data either from the database or from the default template file provided by the implementer. @@ -115,6 +110,16 @@ def get_template(self, report_obj): return tmpl_data + def _extend_parser_context(self, parser_instance, report_xml): + # add default extenders + for fct in _extender_functions.get(None, []): + fct(report_xml, parser_instance.localcontext) + # add extenders for registered on the template + xml_id = report_xml.get_external_id().get(report_xml.id) + if xml_id in _extender_functions: + for fct in _extender_functions[xml_id]: + fct(report_xml, parser_instance.localcontext) + def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): """ Overide this function to generate our py3o report """ @@ -123,30 +128,12 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): cr, uid, ids, data, report_xml, context=context ) - pool = registry(cr.dbname) - model_data_ids = pool['ir.model.data'].search( - cr, uid, [ - ('model', '=', 'ir.actions.report.xml'), - ('res_id', '=', report_xml.id), - ] - ) - - xml_id = None - if model_data_ids: - model_data = pool['ir.model.data'].browse( - cr, uid, model_data_ids[0], context=context - ) - xml_id = '%s.%s' % (model_data.module, model_data.name) - parser_instance = self.parser(cr, uid, self.name2, context=context) parser_instance.set_context( self.getObjects(cr, uid, ids, context), data, ids, report_xml.report_type ) - - if xml_id in _extender_functions: - for fct in _extender_functions[xml_id]: - fct(pool, cr, uid, parser_instance.localcontext, context) + self._extend_parser_context(parser_instance, report_xml) tmpl_data = self.get_template(report_xml) From baae407fd6384d3c9c470eb9edf9695c00c8c5a4 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:51:24 +0200 Subject: [PATCH 009/135] Remove ACL on removed model --- report_py3o/security/ir.model.access.csv | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/report_py3o/security/ir.model.access.csv b/report_py3o/security/ir.model.access.csv index 9ac0d796a2..c6ba6f7688 100644 --- a/report_py3o/security/ir.model.access.csv +++ b/report_py3o/security/ir.model.access.csv @@ -2,6 +2,4 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_py3o_template_admin,access_py3o_template_admin,model_py3o_template,base.group_no_one,1,1,1,1 access_py3o_template_user,access_py3o_template_user,model_py3o_template,base.group_user,1,0,0,0 access_py3o_server_admin,access_py3o_server_admin,model_py3o_server,base.group_no_one,1,1,1,1 -access_py3o_server_user,access_py3o_server_user,model_py3o_server,base.group_user,1,0,0,0 -access_py3o_fusion_filetype_admin,access_py3o_fusion_filetype_admin,model_py3o_fusion_filetype,base.group_no_one,1,1,1,1 -access_py3o_fusion_filetype_user,access_py3o_fusion_filetype_user,model_py3o_fusion_filetype,base.group_user,1,0,0,0 +access_py3o_server_user,access_py3o_server_user,model_py3o_server,base.group_user,1,0,0,0 \ No newline at end of file From 4f8a84067b92d737d8d8714e2241e1507a32d49d Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:52:07 +0200 Subject: [PATCH 010/135] Improve filetype selection name --- report_py3o/models/ir_report.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 5097553a52..7a7fe04f61 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import os from py3o.formats import Formats -from openerp import api, fields, models +from openerp import api, fields, models, _ from openerp.report.interface import report_int from openerp.exceptions import ValidationError from openerp import addons @@ -42,7 +42,10 @@ def _get_py3o_fusion_filetypes(self): names = formats.get_known_format_names() selections = [] for name in names: - selections.append((name, name)) + description = name + if formats.get_format(name).native: + description = description + " " + _("(Native)") + selections.append((name, description)) return selections py3o_fusion_filetype = fields.Selection( @@ -53,9 +56,10 @@ def _get_py3o_fusion_filetypes(self): "Template") py3o_is_local_fusion = fields.Boolean( "Local fusion", - help="Odt to Odt will be processed without sever. You must use this " - "mode if you call methods on your model into the template.", - default=False) + help="Native formats will be processed without a server. " + "You must use this mode if you call methods on your model into " + "the template.", + default=True) py3o_server_id = fields.Many2one( "py3o.server" "Fusion server") From cccb88cc7c1ba96e0abef6b44f425291dad6c6d9 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:52:29 +0200 Subject: [PATCH 011/135] Fix native flag --- report_py3o/py3o_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index 2acc68bdda..f3e9c687bb 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -43,7 +43,7 @@ def py3o_report_extender(report_xml_id=None): global _extender_functions def fct1(fct): - _extender_functions.setdefault(report_xml_id,[]).append(fct) + _extender_functions.setdefault(report_xml_id, []).append(fct) return fct return fct1 @@ -152,7 +152,7 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): input = data_struct.render(localcontext) filetype = report_xml.py3o_fusion_filetype - is_native = Formats().get_format(filetype) + is_native = Formats().get_format(filetype).native if is_native: res = input else: # Call py3o.server to render the template in the desired format From 380de5749e371038d15a5150cb623f076a9c2f5e Mon Sep 17 00:00:00 2001 From: Florent AIDE Date: Tue, 4 Oct 2016 14:39:22 +0200 Subject: [PATCH 012/135] fixed missing comma in model definition --- report_py3o/models/ir_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 7a7fe04f61..7c9686c7e2 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -61,7 +61,7 @@ def _get_py3o_fusion_filetypes(self): "the template.", default=True) py3o_server_id = fields.Many2one( - "py3o.server" + "py3o.server", "Fusion server") module = fields.Char( "Module", From 97996f32178d9974665decfb07f060dbca2dbd54 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 16:39:50 +0200 Subject: [PATCH 013/135] Add simple tests and fix call to fusion server --- report_py3o/__openerp__.py | 2 +- report_py3o/demo/.~lock.res_user.odt# | 1 + report_py3o/demo/report_py3o.xml | 28 ++++++++++++++++++++++++++ report_py3o/demo/res_user.odt | Bin 0 -> 8671 bytes report_py3o/i18n/fr.po | 2 +- report_py3o/models/ir_report.py | 16 +++++++-------- report_py3o/py3o_parser.py | 13 ++++++------ report_py3o/tests/__init__.py | 1 + report_py3o/tests/test_report_py3o.py | 27 +++++++++++++++++++++++++ report_py3o/views/ir_report.xml | 2 +- 10 files changed, 75 insertions(+), 17 deletions(-) create mode 100644 report_py3o/demo/.~lock.res_user.odt# create mode 100644 report_py3o/demo/report_py3o.xml create mode 100644 report_py3o/demo/res_user.odt create mode 100644 report_py3o/tests/__init__.py create mode 100644 report_py3o/tests/test_report_py3o.py diff --git a/report_py3o/__openerp__.py b/report_py3o/__openerp__.py index b5b8d05234..e86cc6fa82 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -24,11 +24,11 @@ }, 'data': [ 'security/ir.model.access.csv', - 'views/menu.xml', 'views/py3o_template.xml', 'views/py3o_server.xml', 'views/ir_report.xml', + 'demo/report_py3o.xml', ], 'installable': True, } diff --git a/report_py3o/demo/.~lock.res_user.odt# b/report_py3o/demo/.~lock.res_user.odt# new file mode 100644 index 0000000000..3f8e53eb11 --- /dev/null +++ b/report_py3o/demo/.~lock.res_user.odt# @@ -0,0 +1 @@ +,lmi,nbacsonelmi,04.10.2016 15:56,file:///home/lmi/.config/libreoffice/4; \ No newline at end of file diff --git a/report_py3o/demo/report_py3o.xml b/report_py3o/demo/report_py3o.xml new file mode 100644 index 0000000000..b57342f15e --- /dev/null +++ b/report_py3o/demo/report_py3o.xml @@ -0,0 +1,28 @@ + + + + + + + Py3o Demo Report + ir.actions.report.xml + res.users + py3o_user_info + py3o + odt + + odt + report_py3o + demo/res_user.odt + + + + + + res.users + Py3o Demo Report + + + + diff --git a/report_py3o/demo/res_user.odt b/report_py3o/demo/res_user.odt new file mode 100644 index 0000000000000000000000000000000000000000..f0d66bb89cedef8090f8e9848f09df270517f5c2 GIT binary patch literal 8671 zcmd6MbzD?y*Y;4-0s_*ll+q#H-AH%m83tsA1|^gpx+J600B#n`fRND*Y(_HIs=APWZ|m;>^Cm)!+q7p9>mkBdc)g}4M)Q9+5T$5;X?IpV27FNNRh| zZcj*Jb#mgPjYwF%e#{4*;5}_GT2eDf0Oh?qCBqo7^n6Z-=@x-G{*x`RXtAvtthxbZ z<~%ARR2|^UbURW!Y-uUo=?f*-&~LNR>-^)sg83HqyVy*hXS&Hxz0)?H)O~t$ZRB_5 zD}C~m%<=zo+c;iD(wHk{uBK6?M>q|jD61y(M#?1VBjG_C6;7LZeOtn1>6;u1K%e!Hz0 zRseioYI|;J#A6p60%ll+pPpBR)~T?vm)MA;sVs-;Xy>)`C-2j!dwemuczQhex|dtc zAP#Fbp=>lXT&c?gbuv*Y-JR@Fl@h9^@qJ>JmrA^Ute79dOx`Odh!N!uvI*2o z0?T{IDS*RCWj*CUShgE$AE>MnCZ!>Ls1nIHUy5vloMSpEb4YmiJW%f$$1-%%EpQ)H zpSE?EkPa-;+}H@y-Ne+2E~PNg*H+?skYb?nX~sHO7}&>4_I}u0T1iLi%}Yuu@|->c z-3fjg69Tv|EiXiR<;!fv;!|&u^|K@P(UH1)-aIk!9%o1iC(EC%^s%cbo0DKCQnL5U z<(j>OOJ0>7m&Cfyt1tSGaPbL&| z_!469nRE82ZNpfpAeU=hmke_iag?wNFV3aJ(L5nJxzu|&J4Zeb4cPKd0{Xh~RC*^r zg5h7PNI@RC+gXh&V-Xrz)g2?>Mm+7`&+Nb(9`%)zyd6}OoUS}e4?}waJ}iL&!*RRo zxe|Jx^uGU?DgDx(bs9C@#0fCdW*bLA%u;4BdWf&J>10`Tv307-PUEU<@ zpGJe_BYDdMDS@D0qu)MTw;q(_^JL`}?yik56PeGw#ME~Lk=wVm50+fU-)Rm9Y38Ks zRG6jQbL>eB-#^yb5u_C75BtE7VncHGJZfC(5`qO8Ek(^^R-BL?H`XFOF`{pLeQ+%? zw0+_Q@~4m-eD@h`JP^m%#PzmP^}&6dr-X*n+j2BwSLC8kL&YjvSVAcyM`K_qE>O#e zkp7m$csXfVd$ri(<;{hsCnqQ81LYH-Y{s~ixbZYKBxG=F9bT`2XeU|xotNDiR%3ZZ z!R&UA!3Ff<)r9tXq~clv7hfP;)hj6MU2nO)x(BM3jT z*_6prWwPFT5U2ntze@#VxOYuIkOHP=F5TK*Qh|Gb+q^_l%5^L6uEWGrXv;y{n}L?s zynAXZhfmof%a~V7*n5$}1?%0GDsqJuc`?BC=OZ36DuSZ~EvaR)KANFQDiUytW zq=OgfYbs{L@P4KTRaIc}7ULjPC@EoD>?k|G237~~rN;$)l9 z5Ka8q*?XTh_=ixSCG{$%B5~YCXDFq=3+tn#GyE0$IhTjUAM*t0Tyt}9hZQ!S^NXE! ztJug#R<$h!&m`-vlzqecV?Ooa{7L2v=lN)5M`2rMDhcQDJCBy~Jp=BVW#%QtU}7iz zC$_woSNN0({rtHf)*go@*UzX!j|sxauaY*d4eT&at{t0Yuxn!oGJ6F!O)WtK29krBmiK|y&wM@>rfo4v5))ASK;lI^ zAF>jxDN@*XkVN^T#OB`C>R~&|5#}3~541Ke8jUfzMn?Oh(tjjW^xUm5xj<;LHFQ~5 zm(xxtP&-IMUS3IUH_&jkW!vAa3#kA{^uA@vg^-&TEoC&X`b+-BxRRo9KZ6qw5p@fK z3LPRq99Rx@;@&{ybU^_un!7tQyK4G@2yQL15+<0;kiA$3ca1qVv;aRv1nxOn>qxh% zUE8<|FK1Ad_CEFhra!Rklp4Pn1gG<$bnl^x!U$Ja&AQN72o&HbCD(O zU>G1g#Y%~}S-ZwuV=ODoUj4B?hfw zc9|8Vo{Q%lhKfW&;;73Oq;I5B>qa@IAZV({fv>`8Uw*<65`ruSUM)5a>F>C>N1PW; z-L2j08_Vkt`A^e@Dw+P#Et%_JkA{lFpjfNlg9`HVH)G2z8D*?#zZ_ZRBB$;O}(BOD1+UF@? zr2bjw&J+&|N>M4!)w71{`jBQCm$$_AwnSKQ=Bf047;f2~R3!%Nc(_Ro;pbc z;xSupJxSOZR6+;l9s!(|0`Wp`%!Ih^T#Tns%8@HxWW?aGv@vaD?Gi$$#rP`4v!Ofk zy(Od(0$OpvG>+vMv6m5;V`jHzU_6SQ z<|9AB;gTiVZmFV~yKAe`8h3iFcX$@>-wyf2jcG}ZF?({Wi{JjB#c*=Lo^)_v5Yy-5 zGqPP+*j@+P z;g96%?C+kG%Vo5^Czn5W@a?%1XtT!1lfA#A_MXS<7g-U3&=fm8)NJ+pI**Cw-GCFs zsT26I<07gin$6=K2RxMU9vA(y7Swmt5d(|#S}1*FQ1spI&%9ji zlmpIXI*+pa4$(9buwO#8JR!-uT-wOxv{TrWmdnD-4;gvUy@YJ72^&UP&q;v$9jTr$4xC9>lb$)IFc+ zBd9iRzfTgRrr{m&h@-D9QnYTf(DwDPUvA+Pd_gL%+vL`$J4%K(RKZ3P&YR(3d=f-; z__@~9lViNY4a&Kq4HRY_t+j+# z$qzAu?iO^fmS(5hm$g%w;xa`fDnq21%}_c&S&ABXuvev^Noa>+mxu>E{5bgHPD)AA z`KwjO838QaQ_-oKs^jLIgh$FzD?6SbUo7k8JNM6w*)m;1}BRgSsSfJvJL0TOxI)yJ^N5K_%3S_ayap^eg@l-L!Nv? ze*4;XrHke!pK6DaxRPQbvL)_+%BTLERIq_q++Dm*|3+Ugh}RT1SZI>fh#Tr!KNiP48=jcKoz;LB4JDey2lf&XcCB^w-8?>yCK>(i*Us5&A8wnhNQzYc{?L zxRO#apM6K+sFg7(Dp%?}Nz-_`-sxTQ8H}0WagALQiR(q7!-Gc@)J^ZInx&!i6z@54 z$Mrj_ZJ9d(Ow_kqXvNG`wg|hgw8F=jZ;zP-?+9=Y^+Ne5%QQFS9Z2QX_t}R=0#%DU zUR0v*?yE&Fu(r{-_vxiyr0{?~(>QJ6m1eOmJ@8Iqszb$`EQ9RRtC6=sAIJ;SoLAC_ zwPDPdM75vvafM~zx&UjuQEc&VZ!GSEnOJvTfCt(+)G#-xoS~xR(dK`!TlR zYeo3G4?N6+n)8!t3mM~462YWT1e;&`QFug`JJRf2HNn;sLPjDvRjgt@>j!Z`BE)if z@Feh)CiuS10F#}hzP6D|vD(y(J$X0DZdYS) zqi||!%FV+K{70y3zukFL|IX8GECMsi8T6`m0(Q{&_(SiLXWPtXE2Sg6jvi?OK-23T zMvoXjN-#<#bWroE)@0TRYRsQ0_|Pmz7k>P)eAu_}+z4x$G=BDTxB(MHHY);QK2Z#z>)ACAPMaV^Zhs8!^~|GIh$HfU2!$LFunppQdWFDi)kbhIO}-QWh0%t@9#HH!k!zhK0Y{ zz|Y+AgDf!*Pj?UREB}bF!eoko3_upX&Hb(D8Ec8|bvIjM?~3bKDMB~Q?iYN9ot`nQ zJ!1S{)e{nFZKXW-4&&E=S57TE#707OYOE%NfIx!l7} zKdq*vk2KV{fcOFXpL%rkD<&Z@y^K}bmsrN$ma~<(@f_rM%m>JAi*K=Sv3(YL_(58O z&Vj>Go`giqJU}Xj8Q~N)MS*X< z%Ic>xsBit+h*wMb0$B6$ZxvU@?q~%OJ_F;&p3JED@PuJC89R(Im5Y+2<*h4bvbWzS z;4xnvCS8&lS$HKe&$wT`r{K>!zI^b&9}jJfStRhwD@{H6y+qdHhkZ4cb8!T+vh2K= zd}+J42`yOD=TBoDa8U?WvpfNY&Xs!{T3vBM1gaO|+Mt+<5%rl{TV!IG=@lf%*#LHt z#3br~!G4}dt|04Ud@_f&*RNRAYn!W2*GQn%+*U4P-O=5CW<;Ap^UtEZYzoO)O>8RH z!cxV+$n`b!b3NEHY6-%@{re-_0T%tz#BNR@j`_EEbj#-@yXnNvKSa6cT$5)AHe!U` z5+-Hh?V9c??SG`lChIqRyZcrZgU0#vRgJTyudT=~Nz&;SEc?D;eZG;)2G?5kS1ws1 zSx5ME_UPUN=9$s-J_}Zdfurd=+tipvuoar6UOGpRs8=bF6}?NEQABx@HiOh?!K9KA zO7NIidffH;D+(}bf=g&+_G?d9jY6B)n)~SF0A`xz41)E)_L?!n`W(ipG+uWp1@lImvJ6mz~eO|3T;;)#W(3$hR zFI9_^#tPUxV&eK9yMC*>F7>GzuEmp#zs8~E5XgC7UNP@3-O(uE4DK8EZuj$4G1bxK z)YBbkAAnIyM8%<=4oi_LYyf1g#X4o9yuKYeWp;8 zQN(Sa>H7_`_@M&cn6rV4!0};I?4N@E4wrp)-6q1vKNAS{78Jfl;raH z{*Kv=toW|6^ibUb08m-}Nmg#k6w=NhTL(Kg*FTFBU~UczD=QnI4dT$*mBY%-)%D+V z&?pFXLchsA0LV8hg#EQx@vn3LTGJplztTE5S=iZtIiwsQP8Kd;j=u+!{|4;h?BeEv zsFJw-1CH`{I9F#oR~s(JRJM(Q(@w%FMB^#OJ%Wvd(7NTm>wk;@oBdUsE+PqdQ_xly> zYu6tLHM2M7!-Zz2>mJagQtdkiS$vFB%qio{m&sm zluc^N?|709H3ebW+etz$tsBIbJ!qK2pELvadLO&41$c8r4-d=u@xcdWeK#@_8O zFeI3#bML5cGz)uOuU)YZUz07B*SO07C5CeCzQwH79MI^Y~L7-t`L)-6Wd!PSuE~X5GeYLN|Y_7~3IZUUIT6 zpHsKa>*iSV5omRF9bY*OR3Ex4kMY5?Y?|Vk4O-R-6!yk4^E~<>!)bG(n}wH6CT=RL z_mp#fG(6vbwA4OFW|dZHboA68I@O01cQL~uUufixUSWG&l5$~al|69U<+TBdueB-v zqQSMVV9hFQAIZA@QTmAEQL&F4d&ZS+=iXx$bZ|HU_eLBq3 zHzaV@s*P*p$+8&*x5Jz#}CRR5=g*avl%^;5SGX^f+;Bn+`FzD zK_e{B+tIJZ%bE1}7%A~Rxs4Yd4EQD~LqiJuIt4shje{Er+OPb-QQWxq7@Z-665(Dk z#JsYGG7>To;O|ST2p|7s-wUn3qJFKR{(z_=cK@!T`km$byYcf}_f2i?hY2I1;ZK#i zUx7b=)ZI*l|1dQ4pC`tD#r^zM@MqBd4^Rgm@oN721MpYW&q4p@75-r=cmDeQ@GJ7> z%I|UgMihQnE+RVq8XW&dBEFM;FNXgh0RV0!;fH8Fxgg??0oBdX{{ScVR=5BF literal 0 HcmV?d00001 diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index dcd08dae12..545acc7066 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -102,7 +102,7 @@ msgid "No Py3o server configuration found" msgstr "Pas de configuration trouv??e du serveur Py3o" #. module: report_py3o -#: field:ir.actions.report.xml,py3o_fusion_filetype:0 +#: field:ir.actions.report.xml,py3o_filetype:0 msgid "Output Format" msgstr "Format de sortie" diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 7c9686c7e2..418b71058c 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -19,17 +19,17 @@ class ReportXml(models.Model): _inherit = 'ir.actions.report.xml' @api.one - @api.constrains("py3o_fusion_filetype", "report_type") - def _check_py3o_fusion_filetype(self): - if self.report_type == "py3o" and not self.py3o_fusion_filetype: + @api.constrains("py3o_filetype", "report_type") + def _check_py3o_filetype(self): + if self.report_type == "py3o" and not self.py3o_filetype: raise ValidationError( "Field 'Output Format' is required for Py3O report") @api.one @api.constrains("py3o_is_local_fusion", "py3o_server_id", - "py3o_fusion_filetype") + "py3o_filetype") def _check_py3o_server_id(self): - is_native = Formats().get_format(self.py3o_fusion_filetype) + is_native = Formats().get_format(self.py3o_filetype) if ((not is_native or not self.py3o_is_local_fusion) and not self.py3o_server_id): raise ValidationError( @@ -37,7 +37,7 @@ def _check_py3o_server_id(self): "Please specify a Fusion Server") @api.model - def _get_py3o_fusion_filetypes(self): + def _get_py3o_filetypes(self): formats = Formats() names = formats.get_known_format_names() selections = [] @@ -48,8 +48,8 @@ def _get_py3o_fusion_filetypes(self): selections.append((name, description)) return selections - py3o_fusion_filetype = fields.Selection( - selection="_get_py3o_fusion_filetypes", + py3o_filetype = fields.Selection( + selection="_get_py3o_filetypes", string="Output Format") py3o_template_id = fields.Many2one( 'py3o.template', diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index f3e9c687bb..b3f4380d53 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -143,26 +143,27 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): localcontext = parser_instance.localcontext if report_xml.py3o_is_local_fusion: template.render(localcontext) - input = out_stream.getvalue() + in_stream = out_stream + datadict = {} else: expressions = template.get_all_user_python_expression() py_expression = template.convert_py3o_to_python_ast(expressions) convertor = Py3oConvertor() data_struct = convertor(py_expression) - input = data_struct.render(localcontext) + datadict = data_struct.render(localcontext) - filetype = report_xml.py3o_fusion_filetype + filetype = report_xml.py3o_filetype is_native = Formats().get_format(filetype).native if is_native: - res = input + res = out_stream.getvalue() else: # Call py3o.server to render the template in the desired format in_stream.seek(0) files = { 'tmpl_file': in_stream, } fields = { - "targetformat": filetype.fusion_ext, - "datadict": json.dumps(input), + "targetformat": filetype, + "datadict": json.dumps(datadict), "image_mapping": "{}", } r = requests.post( diff --git a/report_py3o/tests/__init__.py b/report_py3o/tests/__init__.py new file mode 100644 index 0000000000..13bc3247b7 --- /dev/null +++ b/report_py3o/tests/__init__.py @@ -0,0 +1 @@ +from . import test_report_py3o diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py new file mode 100644 index 0000000000..c8afa04a27 --- /dev/null +++ b/report_py3o/tests/test_report_py3o.py @@ -0,0 +1,27 @@ +# -*- coding: utf-8 -*- +# Copyright 2016 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).). + + +import mock + +from openerp.tests.common import TransactionCase +import openerp.tests + + +@openerp.tests.common.at_install(False) +@openerp.tests.common.post_install(True) +class TestReportPy3o(TransactionCase): + + def test_reports(self): + domain = [('report_type', '=', 'py3o'), + ('report_name', '=', 'py3o_user_info')] + reports = self.env['ir.actions.report.xml'].search(domain) + self.assertEqual(1, len(reports)) + for r in reports: + with mock.patch('openerp.addons.report_py3o.py3o_parser.' + 'Py3oParser.create_single_pdf') as patched_pdf: + r.render_report(self.env.user.ids, + r.report_name, + {}) + self.assertEqual(1, patched_pdf.call_count) diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index e346946419..f06b4468e4 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -14,7 +14,7 @@ attrs="{'invisible': [('report_type', '!=', 'py3o')]}"> - + From 190bbce278d1293730a745e2bf1cbc5fce2f32ce Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 16:51:01 +0200 Subject: [PATCH 014/135] Fix skip fusion on server when the fusion is local --- report_py3o/demo/.~lock.res_user.odt# | 1 - report_py3o/py3o_parser.py | 2 ++ report_py3o/tests/test_report_py3o.py | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 report_py3o/demo/.~lock.res_user.odt# diff --git a/report_py3o/demo/.~lock.res_user.odt# b/report_py3o/demo/.~lock.res_user.odt# deleted file mode 100644 index 3f8e53eb11..0000000000 --- a/report_py3o/demo/.~lock.res_user.odt# +++ /dev/null @@ -1 +0,0 @@ -,lmi,nbacsonelmi,04.10.2016 15:56,file:///home/lmi/.config/libreoffice/4; \ No newline at end of file diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index b3f4380d53..373c771882 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -166,6 +166,8 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): "datadict": json.dumps(datadict), "image_mapping": "{}", } + if report_xml.py3o_is_local_fusion: + fields['skipfusion'] = '1' r = requests.post( report_xml.py3o_server_id.url, data=fields, files=files) if r.status_code != 200: diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index c8afa04a27..fb71d8e9d6 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -14,14 +14,14 @@ class TestReportPy3o(TransactionCase): def test_reports(self): - domain = [('report_type', '=', 'py3o'), - ('report_name', '=', 'py3o_user_info')] - reports = self.env['ir.actions.report.xml'].search(domain) - self.assertEqual(1, len(reports)) - for r in reports: - with mock.patch('openerp.addons.report_py3o.py3o_parser.' - 'Py3oParser.create_single_pdf') as patched_pdf: - r.render_report(self.env.user.ids, - r.report_name, - {}) - self.assertEqual(1, patched_pdf.call_count) + report = self.env.ref("report_py3o.res_users_report_py3o") + with mock.patch('openerp.addons.report_py3o.py3o_parser.' + 'Py3oParser.create_single_pdf') as patched_pdf: + # test the call the the create method inside our custom parser + report.render_report(self.env.user.ids, + report.report_name, + {}) + self.assertEqual(1, patched_pdf.call_count) + res = report.render_report( + self.env.user.ids, report.report_name, {}) + self.assertTrue(res) From 9d61ff98cfd5bf8df2828dbffe75a26c4d92d0eb Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 17:35:54 +0200 Subject: [PATCH 015/135] Improve tests --- report_py3o/py3o_parser.py | 2 +- report_py3o/tests/test_report_py3o.py | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index 373c771882..e32e1af4ac 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -180,7 +180,7 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): # we do nice chunked reading from the network... chunk_size = 1024 with NamedTemporaryFile( - suffix=filetype.human_ext, + suffix=filetype, prefix='py3o-template-' ) as fd: for chunk in r.iter_content(chunk_size): diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index fb71d8e9d6..ee0f594b27 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -19,9 +19,21 @@ def test_reports(self): 'Py3oParser.create_single_pdf') as patched_pdf: # test the call the the create method inside our custom parser report.render_report(self.env.user.ids, - report.report_name, - {}) + report.report_name, + {}) self.assertEqual(1, patched_pdf.call_count) res = report.render_report( self.env.user.ids, report.report_name, {}) self.assertTrue(res) + py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) + # check the call to the fusion server + report.write({"py3o_filetype": "pdf", + "py3o_server_id": py3o_server.id}) + with mock.patch('requests.post') as patched_post: + magick_response = mock.MagicMock() + magick_response.status_code = 200 + patched_post.return_value = magick_response + magick_response.iter_content.return_value = "test result" + res = report.render_report( + self.env.user.ids, report.report_name, {}) + self.assertEqual(('test result', '.pdf'), res) From fb454805ac836c011047dd1a057b1abb27457fad Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 18:11:41 +0200 Subject: [PATCH 016/135] Replace openerp element by odoo --- report_py3o/views/ir_report.xml | 4 ++-- report_py3o/views/menu.xml | 4 ++-- report_py3o/views/py3o_server.xml | 4 ++-- report_py3o/views/py3o_template.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index f06b4468e4..8e923ec2d9 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -1,4 +1,4 @@ - + @@ -28,4 +28,4 @@ - + diff --git a/report_py3o/views/menu.xml b/report_py3o/views/menu.xml index 4f26473f54..38388f3034 100644 --- a/report_py3o/views/menu.xml +++ b/report_py3o/views/menu.xml @@ -1,8 +1,8 @@ - + - + diff --git a/report_py3o/views/py3o_server.xml b/report_py3o/views/py3o_server.xml index 45fa384be4..8a9682d4d3 100644 --- a/report_py3o/views/py3o_server.xml +++ b/report_py3o/views/py3o_server.xml @@ -1,5 +1,5 @@ - + py3o.server.configuration.form.view @@ -39,4 +39,4 @@ parent="py3o_config_menu" action="py3o_server_configuration_action" /> - + diff --git a/report_py3o/views/py3o_template.xml b/report_py3o/views/py3o_template.xml index adc3a953f1..0ee57f37d4 100644 --- a/report_py3o/views/py3o_template.xml +++ b/report_py3o/views/py3o_template.xml @@ -1,5 +1,5 @@ - + py3o.template.configuration.search.view @@ -51,4 +51,4 @@ parent="py3o_config_menu" action="py3o_template_configuration_action" /> - + From d43d3849b35bf195b788975c34fb645e3507d82c Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 4 Oct 2016 22:30:16 +0200 Subject: [PATCH 017/135] Small usability improvements Replace README.md by README.rst (not finished) --- report_py3o/README.md | 18 ----- report_py3o/README.rst | 94 ++++++++++++++++++++++++ report_py3o/__openerp__.py | 14 ++-- report_py3o/models/ir_report.py | 4 +- report_py3o/models/py3o_server.py | 6 +- report_py3o/models/py3o_template.py | 2 +- report_py3o/security/ir.model.access.csv | 2 +- report_py3o/views/ir_report.xml | 3 +- report_py3o/views/py3o_server.xml | 18 ++--- report_py3o/views/py3o_template.xml | 26 +++---- 10 files changed, 130 insertions(+), 57 deletions(-) delete mode 100644 report_py3o/README.md create mode 100644 report_py3o/README.rst diff --git a/report_py3o/README.md b/report_py3o/README.md deleted file mode 100644 index 51709d3d11..0000000000 --- a/report_py3o/README.md +++ /dev/null @@ -1,18 +0,0 @@ -### README ### - - -### LibreOffice Report Engine for Odoo/OpenERP ### - - -This module allows you to convert any type of report into LibreOffice/OpenOffice. -The benefits is that you have control over your documents and you can -modify them as needed. - - -Requirements -============ - -The py3o.template package is required; install it with: - easy_install -UZ py3o.template - - diff --git a/report_py3o/README.rst b/report_py3o/README.rst new file mode 100644 index 0000000000..cf4d70620a --- /dev/null +++ b/report_py3o/README.rst @@ -0,0 +1,94 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=========== +Report Py3o +=========== + +The py3o reporting engine is a reporting engine for Odoo based on `Libreoffice `_: + +* the report is created with Libreoffice (ODT or ODS), +* the report is stored on the server in OpenDocument format (.odt or .ods file) +* the report is sent to the user in OpenDocument format or in any output format supported by Libreoffice (PDF, HTML, DOC, DOCX, Docbook, XLS, etc.) + +The key advantages of a Libreoffice-based reporting engine are: + +* no need to be a developper to create or modify a report: the report is created and modified with Libreoffice. So this reporting engine has a fully WYSIWYG report developpment tool! + +* For a PDF report in A4/Letter format, it's easier to develop it with a tool such as Libreoffice that is designed to create A4/Letter documents than to develop it in HTML/CSS. + +* If you want your users to be able to modify the document after its generation by Odoo, just configure the document with ODT output (or DOC or DOCX) and the user will be able to modify the document with Libreoffice (or Word) after its generation by Odoo. + +* Easy development of spreadsheet reports in ODS format (XLS output possible). + +This reporting engine is an alternative to `Aeroo `_: these 2 reporting engines have similar features but their codes are completely different. + +Installation +============ + +You must install 2 additionnal python libs: + +.. code:: + + pip install py3o.template + pip install py3o.formats + +If you want to convert the ODT or ODS report in another format, you need several additionnal components and Python libs: + +* `Py3o Fusion server `_ +* `Py3o render server `_ +* Libreoffice started in the background in headless mode. + +TODO : continue + +Configuration +============= + +If you want to convert the report in another format, go to the menu *Configuration > Technical > Reports > Py3o > Py3o Servers* and create a new Py3o server with its URL (for example: http://localhost:8765/form). + +TODO: continue + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/143/9.0 + +Known issues / Roadmap +====================== + +* generate barcode ? + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smashing it by providing a detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Florent Aide (`XCG Consulting `_) +* Laurent Mignon (Acsone) + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/report_py3o/__openerp__.py b/report_py3o/__openerp__.py index e86cc6fa82..e4f1cd437b 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -3,20 +3,16 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'LibreOffice Report Engine', - 'description': ''' -Generation of LibreOffice/OpenOffice reports using LibreOffice/OpenOffice -templates. - -The py3o.template package is required; install it with: - pip install py3o.template -''', + 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' + 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', 'version': '9.0.1.0.0', 'category': 'Reporting', - 'author': 'XCG Consulting', + 'license': 'AGPL-3', + 'author': 'XCG Consulting,Odoo Community Association (OCA)', 'website': 'http://odoo.consulting/', 'depends': [ 'base', - 'report' + 'report', ], 'external_dependencies': { 'python': ['py3o.template', diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 418b71058c..37d017ee12 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -55,14 +55,14 @@ def _get_py3o_filetypes(self): 'py3o.template', "Template") py3o_is_local_fusion = fields.Boolean( - "Local fusion", + "Local Fusion", help="Native formats will be processed without a server. " "You must use this mode if you call methods on your model into " "the template.", default=True) py3o_server_id = fields.Many2one( "py3o.server", - "Fusion server") + "Fusion Server") module = fields.Char( "Module", help="The implementer module that provides this report") diff --git a/report_py3o/models/py3o_server.py b/report_py3o/models/py3o_server.py index bf434a5941..1808c3f7d5 100644 --- a/report_py3o/models/py3o_server.py +++ b/report_py3o/models/py3o_server.py @@ -6,6 +6,10 @@ class Py3oServer(models.Model): _name = 'py3o.server' + _rec_name = 'url' - url = fields.Char("URL", required=True) + url = fields.Char( + "Py3o Fusion Server URL", required=True, + help="If your Py3o Fusion server is on the same machine and runs " + "on the default port, the URL is http://localhost:8765/form") is_active = fields.Boolean("Active", default=True) diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py index 5f46179ded..f7873a5af5 100644 --- a/report_py3o/models/py3o_template.py +++ b/report_py3o/models/py3o_template.py @@ -8,7 +8,7 @@ class Py3oTemplate(models.Model): _name = 'py3o.template' name = fields.Char(required=True) - py3o_template_data = fields.Binary("LibreOffice template") + py3o_template_data = fields.Binary("LibreOffice Template") filetype = fields.Selection( selection=[ ('odt', "ODF Text Document"), diff --git a/report_py3o/security/ir.model.access.csv b/report_py3o/security/ir.model.access.csv index c6ba6f7688..f43cac061c 100644 --- a/report_py3o/security/ir.model.access.csv +++ b/report_py3o/security/ir.model.access.csv @@ -2,4 +2,4 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_py3o_template_admin,access_py3o_template_admin,model_py3o_template,base.group_no_one,1,1,1,1 access_py3o_template_user,access_py3o_template_user,model_py3o_template,base.group_user,1,0,0,0 access_py3o_server_admin,access_py3o_server_admin,model_py3o_server,base.group_no_one,1,1,1,1 -access_py3o_server_user,access_py3o_server_user,model_py3o_server,base.group_user,1,0,0,0 \ No newline at end of file +access_py3o_server_user,access_py3o_server_user,model_py3o_server,base.group_user,1,0,0,0 diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index 8e923ec2d9..1d01ca95ed 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -1,3 +1,4 @@ + @@ -10,7 +11,7 @@ - diff --git a/report_py3o/views/py3o_server.xml b/report_py3o/views/py3o_server.xml index 8a9682d4d3..dd936d8834 100644 --- a/report_py3o/views/py3o_server.xml +++ b/report_py3o/views/py3o_server.xml @@ -5,13 +5,11 @@ py3o.server.configuration.form.view py3o.server -
- - - - - - + + + + +
@@ -20,7 +18,7 @@ py3o.server.configuration.tree.view py3o.server - + @@ -28,14 +26,12 @@ - py3o.server.configuration.action + Py3o Servers py3o.server - form tree,form
diff --git a/report_py3o/views/py3o_template.xml b/report_py3o/views/py3o_template.xml index 0ee57f37d4..93f459aa07 100644 --- a/report_py3o/views/py3o_template.xml +++ b/report_py3o/views/py3o_template.xml @@ -5,9 +5,13 @@ py3o.template.configuration.search.view py3o.template - + + + + @@ -16,14 +20,12 @@ py3o.template.configuration.form.view py3o.template -
- - - - - - - + + + + + +
@@ -32,7 +34,7 @@ py3o.template.configuration.tree.view py3o.template - + @@ -40,14 +42,12 @@ - Py3o Templates Configuration + Py3o Templates py3o.template - form tree,form From 045ec9a6b3f849172143a9cad8fd62b93c7cde2a Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 5 Oct 2016 09:50:57 +0200 Subject: [PATCH 018/135] Take into accounts most remarks of @lasley Remove in views Protect import of py3o libs Remove dep on base module Other small changes --- report_py3o/NEWS | 4 -- report_py3o/__openerp__.py | 7 +-- report_py3o/models/ir_report.py | 21 ++++--- report_py3o/py3o_parser.py | 17 ++++-- report_py3o/views/ir_report.xml | 45 +++++++-------- report_py3o/views/menu.xml | 10 ++-- report_py3o/views/py3o_server.xml | 62 ++++++++++---------- report_py3o/views/py3o_template.xml | 90 ++++++++++++++--------------- 8 files changed, 132 insertions(+), 124 deletions(-) delete mode 100644 report_py3o/NEWS diff --git a/report_py3o/NEWS b/report_py3o/NEWS deleted file mode 100644 index f993a6ca93..0000000000 --- a/report_py3o/NEWS +++ /dev/null @@ -1,4 +0,0 @@ -report_py3o 1.3 - -Production release - diff --git a/report_py3o/__openerp__.py b/report_py3o/__openerp__.py index e4f1cd437b..26378bb70f 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -2,7 +2,7 @@ # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'LibreOffice Report Engine', + 'name': 'Py3o Report Engine', 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', 'version': '9.0.1.0.0', @@ -10,10 +10,7 @@ 'license': 'AGPL-3', 'author': 'XCG Consulting,Odoo Community Association (OCA)', 'website': 'http://odoo.consulting/', - 'depends': [ - 'base', - 'report', - ], + 'depends': ['report'], 'external_dependencies': { 'python': ['py3o.template', 'py3o.formats'] diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 37d017ee12..0c77f0d4b0 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -2,15 +2,22 @@ # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import os -from py3o.formats import Formats from openerp import api, fields, models, _ from openerp.report.interface import report_int from openerp.exceptions import ValidationError from openerp import addons from ..py3o_parser import Py3oParser +import logging +logger = logging.getLogger(__name__) -class ReportXml(models.Model): +try: + from py3o.formats import Formats +except ImportError: + logger.debug('Cannot import py3o.formats') + + +class IrActionsReportXml(models.Model): """ Inherit from ir.actions.report.xml to allow customizing the template file. The user cam chose a template from a list. The list is configurable in the configuration tab, see py3o_template.py @@ -22,8 +29,8 @@ class ReportXml(models.Model): @api.constrains("py3o_filetype", "report_type") def _check_py3o_filetype(self): if self.report_type == "py3o" and not self.py3o_filetype: - raise ValidationError( - "Field 'Output Format' is required for Py3O report") + raise ValidationError(_( + "Field 'Output Format' is required for Py3O report")) @api.one @api.constrains("py3o_is_local_fusion", "py3o_server_id", @@ -32,9 +39,9 @@ def _check_py3o_server_id(self): is_native = Formats().get_format(self.py3o_filetype) if ((not is_native or not self.py3o_is_local_fusion) and not self.py3o_server_id): - raise ValidationError( + raise ValidationError(_( "Can not use not native format in local fusion. " - "Please specify a Fusion Server") + "Please specify a Fusion Server")) @api.model def _get_py3o_filetypes(self): @@ -116,4 +123,4 @@ def _lookup_report(self, cr, name): if new_report: return new_report else: - return super(ReportXml, self)._lookup_report(cr, name) + return super(IrActionsReportXml, self)._lookup_report(cr, name) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index e32e1af4ac..853035acbf 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -9,14 +9,23 @@ from base64 import b64decode import requests from tempfile import NamedTemporaryFile -from py3o.template.helpers import Py3oConvertor -from py3o.template import Template -from py3o.formats import Formats - from openerp import _ from openerp import exceptions from openerp.report.report_sxw import report_sxw from openerp import registry +import logging + +logger = logging.getLogger(__name__) + +try: + from py3o.template.helpers import Py3oConvertor + from py3o.template import Template +except ImportError: + logger.debug('Cannot import py3o.template') +try: + from py3o.formats import Formats +except ImportError: + logger.debug('Cannot import py3o.formats') _extender_functions = {} diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index 1d01ca95ed..bc77db6f7a 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -1,32 +1,31 @@ - - + - - py3o_report_view - ir.actions.report.xml - - + + py3o_report_view + ir.actions.report.xml + + - - + + - - - - - - - - + + + + + + + + - - + + + + + - - - diff --git a/report_py3o/views/menu.xml b/report_py3o/views/menu.xml index 38388f3034..8960a20d01 100644 --- a/report_py3o/views/menu.xml +++ b/report_py3o/views/menu.xml @@ -1,8 +1,8 @@ - - - + + + diff --git a/report_py3o/views/py3o_server.xml b/report_py3o/views/py3o_server.xml index dd936d8834..7712305df6 100644 --- a/report_py3o/views/py3o_server.xml +++ b/report_py3o/views/py3o_server.xml @@ -1,38 +1,38 @@ - - - py3o.server.configuration.form.view - py3o.server - -
- - - - -
-
-
- - py3o.server.configuration.tree.view - py3o.server - - - + + py3o.server.configuration.form.view + py3o.server + +
+ + - - - + +
+
+
- - Py3o Servers - py3o.server - tree,form - + + py3o.server.configuration.tree.view + py3o.server + + + + + + + + + + Py3o Servers + py3o.server + tree,form + + + - -
diff --git a/report_py3o/views/py3o_template.xml b/report_py3o/views/py3o_template.xml index 93f459aa07..320376f8b3 100644 --- a/report_py3o/views/py3o_template.xml +++ b/report_py3o/views/py3o_template.xml @@ -1,54 +1,54 @@ - - - py3o.template.configuration.search.view - py3o.template - - - - - - - - - - - - py3o.template.configuration.form.view - py3o.template - -
- - - - - -
-
-
+ + py3o.template.configuration.search.view + py3o.template + + + + + + + + + + - - py3o.template.configuration.tree.view - py3o.template - - + + py3o.template.configuration.form.view + py3o.template + +
+ - - - + + +
+
+
+ + + py3o.template.configuration.tree.view + py3o.template + + + + + + + + + + Py3o Templates + py3o.template + tree,form + - - Py3o Templates - py3o.template - tree,form - + - -
From dbe414490900ba49cbd3846663769866215f7ba8 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 09:52:14 +0200 Subject: [PATCH 019/135] Replace plain SQL by orm --- report_py3o/models/ir_report.py | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_report.py index 0c77f0d4b0..a4cc3e5dea 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -2,12 +2,12 @@ # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import os -from openerp import api, fields, models, _ +import logging +from openerp import api, fields, models, SUPERUSER_ID, _ from openerp.report.interface import report_int from openerp.exceptions import ValidationError from openerp import addons from ..py3o_parser import Py3oParser -import logging logger = logging.getLogger(__name__) @@ -97,23 +97,23 @@ def _lookup_report(self, cr, name): if not isinstance(new_report, Py3oParser): new_report = None else: - cr.execute( - 'SELECT * ' - 'FROM ir_act_report_xml ' - 'WHERE report_name=%s AND report_type=%s', - (name, 'py3o') - ) - r = cr.dictfetchone() - if r: + report_data = self.search_read( + cr, SUPERUSER_ID, + [("report_name", "=", name), + ("report_type", "=", "py3o")], + ['parser', 'model', 'report_name', 'report_rml', 'header'], + limit=1) + if report_data: + report_data = report_data[0] kwargs = {} - if r['parser']: - kwargs['parser'] = getattr(addons, r['parser']) + if report_data['parser']: + kwargs['parser'] = getattr(addons, report_data['parser']) new_report = Py3oParser( - 'report.' + r['report_name'], - r['model'], - os.path.join('addons', r['report_rml'] or '/'), - header=r['header'], + 'report.' + report_data['report_name'], + report_data['model'], + os.path.join('addons', report_data['report_rml'] or '/'), + header=report_data['header'], register=False, **kwargs ) From bd40b3ee3f1a2a43fa70c60c42f7bca123732d05 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 09:56:18 +0200 Subject: [PATCH 020/135] rename module ir_report to ir_actions_report_xml --- report_py3o/models/__init__.py | 2 +- report_py3o/models/{ir_report.py => ir_actions_report_xml.py} | 0 report_py3o/tests/test_report_py3o.py | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) rename report_py3o/models/{ir_report.py => ir_actions_report_xml.py} (100%) diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py index 68f18d48bf..a8e7b0a69c 100644 --- a/report_py3o/models/__init__.py +++ b/report_py3o/models/__init__.py @@ -1,3 +1,3 @@ -from . import ir_report +from . import ir_actions_report_xml from . import py3o_template from . import py3o_server diff --git a/report_py3o/models/ir_report.py b/report_py3o/models/ir_actions_report_xml.py similarity index 100% rename from report_py3o/models/ir_report.py rename to report_py3o/models/ir_actions_report_xml.py diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index ee0f594b27..b2ed2f1103 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -9,8 +9,6 @@ import openerp.tests -@openerp.tests.common.at_install(False) -@openerp.tests.common.post_install(True) class TestReportPy3o(TransactionCase): def test_reports(self): From 0b166bcca8a99cd0b6ae6e92b6cfe43ec95ccc41 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 10:46:28 +0200 Subject: [PATCH 021/135] Add more tests and fixes issues found by tests --- report_py3o/models/ir_actions_report_xml.py | 2 +- report_py3o/tests/test_report_py3o.py | 87 ++++++++++++++++++++- 2 files changed, 86 insertions(+), 3 deletions(-) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index a4cc3e5dea..bf26291485 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -36,7 +36,7 @@ def _check_py3o_filetype(self): @api.constrains("py3o_is_local_fusion", "py3o_server_id", "py3o_filetype") def _check_py3o_server_id(self): - is_native = Formats().get_format(self.py3o_filetype) + is_native = Formats().get_format(self.py3o_filetype).native if ((not is_native or not self.py3o_is_local_fusion) and not self.py3o_server_id): raise ValidationError(_( diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index b2ed2f1103..ac58f59cd8 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -2,15 +2,59 @@ # Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).). - import mock +import os +import pkg_resources + +from py3o.formats import Formats from openerp.tests.common import TransactionCase -import openerp.tests +from openerp.exceptions import ValidationError + +from ..py3o_parser import TemplateNotFound +from base64 import b64encode class TestReportPy3o(TransactionCase): + def test_no_local_fusion_without_fusion_server(self): + report = self.env.ref("report_py3o.res_users_report_py3o") + self.assertTrue(report.py3o_is_local_fusion) + with self.assertRaises(ValidationError) as e: + report.py3o_is_local_fusion = False + self.assertEqual( + e.exception.name, + "Can not use not native format in local fusion. " + "Please specify a Fusion Server") + + def test_no_native_format_without_fusion_server(self): + report = self.env.ref("report_py3o.res_users_report_py3o") + formats = Formats() + is_native = formats.get_format(report.py3o_filetype).native + self.assertTrue(is_native) + new_format = None + for name in formats.get_known_format_names(): + format = formats.get_format(name) + if not format.native: + new_format = name + break + self.assertTrue(new_format) + with self.assertRaises(ValidationError) as e: + report.py3o_filetype = new_format + self.assertEqual( + e.exception.name, + "Can not use not native format in local fusion. " + "Please specify a Fusion Server") + + def test_required_py3_filetype(self): + report = self.env.ref("report_py3o.res_users_report_py3o") + self.assertEqual(report.report_type, "py3o") + with self.assertRaises(ValidationError) as e: + report.py3o_filetype = False + self.assertEqual( + e.exception.name, + "Field 'Output Format' is required for Py3O report") + def test_reports(self): report = self.env.ref("report_py3o.res_users_report_py3o") with mock.patch('openerp.addons.report_py3o.py3o_parser.' @@ -35,3 +79,42 @@ def test_reports(self): res = report.render_report( self.env.user.ids, report.report_name, {}) self.assertEqual(('test result', '.pdf'), res) + + def test_report_template_configs(self): + report = self.env.ref("report_py3o.res_users_report_py3o") + # the demo template is specified with a relative path in in the module + # path + tmpl_name = report.py3o_template_fallback + flbk_filename = pkg_resources.resource_filename( + "openerp.addons.%s" % report.module, + tmpl_name) + self.assertTrue(os.path.exists(flbk_filename)) + res = report.render_report( + self.env.user.ids, report.report_name, {}) + self.assertTrue(res) + # The generation fails if the tempalte is not found + report.module = False + with self.assertRaises(TemplateNotFound), self.env.cr.savepoint(): + report.render_report( + self.env.user.ids, report.report_name, {}) + + # the template can also be provivided as an abspaath + report.py3o_template_fallback = flbk_filename + res = report.render_report( + self.env.user.ids, report.report_name, {}) + self.assertTrue(res) + + # the tempalte can also be provided as a binay field + report.py3o_template_fallback = False + + with open(flbk_filename) as tmpl_file: + tmpl_data = b64encode(tmpl_file.read()) + py3o_template = self.env['py3o.template'].create({ + 'name': 'test_template', + 'py3o_template_data': tmpl_data, + 'filetype': 'odt'}) + report.py3o_template_id = py3o_template + report.py3o_template_fallback = flbk_filename + res = report.render_report( + self.env.user.ids, report.report_name, {}) + self.assertTrue(res) From cabf99c82b1c1f1adfd8ce33ff82b84cf3b6bcc4 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 12 Oct 2016 16:24:27 +0200 Subject: [PATCH 022/135] [FIX] Check constrains only if report_type == 'py3o' --- report_py3o/models/ir_actions_report_xml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index bf26291485..bce6593d8d 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -36,6 +36,8 @@ def _check_py3o_filetype(self): @api.constrains("py3o_is_local_fusion", "py3o_server_id", "py3o_filetype") def _check_py3o_server_id(self): + if self.report_type != "py3o": + return is_native = Formats().get_format(self.py3o_filetype).native if ((not is_native or not self.py3o_is_local_fusion) and not self.py3o_server_id): From a16a52248ee4cebb5a10c3e88aeecfc24e0d8814 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 11:48:54 +0200 Subject: [PATCH 023/135] report_py3o: full installation procedure in README --- report_py3o/README.rst | 128 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 121 insertions(+), 7 deletions(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index cf4d70620a..bda1661714 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -34,20 +34,134 @@ You must install 2 additionnal python libs: pip install py3o.template pip install py3o.formats -If you want to convert the ODT or ODS report in another format, you need several additionnal components and Python libs: +To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), you must install several additionnal components and Python libs: -* `Py3o Fusion server `_ -* `Py3o render server `_ -* Libreoffice started in the background in headless mode. +* `Py3o Fusion server `_, +* `Py3o render server `_, +* a Java Runtime Environment (JRE), which can be OpenJDK, +* Libreoffice started in the background in headless mode, +* the Java driver for Libreoffice (Juno). -TODO : continue +It is also possible to use the Python driver for Libreoffice (PyUNO), but it is recommended to use the Java driver because it is more stable. + +The installation procedure below uses the Java driver. It has been successfully tested on Ubuntu 16.04 LTS ; if you use another OS, you may have to change a few details. + +Installation of py3o.fusion: + +.. code:: + + pip install py3o.fusion + pip install service-identity + +Installation of py3o.renderserver: + +.. code:: + + pip install py3o.renderserver + +Installation of Libreoffice and JRE on Debian/Ubuntu: + +.. code:: + + sudo apt-get install default-jre ure libreoffice-java-common libreoffice-writer + +At the end, with the dependencies, you should have 6 py3o python libs: + +.. code:: + + % pip freeze | grep py3o + py3o.formats==0.3 + py3o.fusion==0.8.6.dev1 + py3o.renderclient==0.2 + py3o.renderers.juno==0.7 + py3o.renderserver==0.5.1.dev1 + py3o.template==0.9.10.dev1 + py3o.types==0.1.1 + +Start the Py3o Fusion server: + +.. code:: + + start-py3o-fusion --debug -s localhost + +Start the Py3o render server: + +.. code:: + + start-py3o-renderserver --java=/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so --ure=/usr/lib --office=/usr/lib/libreoffice --driver=juno --sofficeport=8997 + +On the output of the Py3o render server, the first line looks like: + +.. code:: + + DEBUG:root:Starting JVM: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so with options: -Djava.class.path=/usr/local/lib/python2.7/dist-packages/py3o/renderers/juno/py3oconverter.jar:/usr/lib/ure/share/java/juh.jar:/usr/lib/ure/share/java/jurt.jar:/usr/lib/ure/share/java/ridl.jar:/usr/lib/ure/share/java/unoloader.jar:/usr/lib/ure/share/java/java_uno.jar:/usr/lib/libreoffice/program/classes/unoil.jar -Xmx150M + +After **-Djava.class.path**, there is a list of Java libs with *.jar* extension ; check that each JAR file is really present on your filesystem. On Ubuntu 16.04 LTS, the package *ure* installs several libs in another directory: + +* /usr/lib/ure/share/java/juh.jar is located in /usr/share/java/juh.jar +* /usr/lib/ure/share/java/jurt.jar is located in /usr/share/java/jurt.jar +* /usr/lib/ure/share/java/ridl.jar is located in /usr/share/java/ridl.jar +* /usr/lib/ure/share/java/unoloader.jar is located in /usr/share/java/unoloader.jar +* /usr/lib/ure/share/java/java_uno.jar is located in /usr/share/java/java_uno.jar + +To work around this problem, you can create a symlink: + +.. code:: + + sudo ln -s /usr /ure + +and then use **--ure=/** instead of **--ure=/usr/lib** in the command line of *start-py3o-renderserver*. + +To check that the Py3o Fusion server is running fine, visit the URL http://:8765/form. On this web page, under the section *Target format*, make sure that you have a line *This server currently supports these formats: ods, odt, docx, doc, html, docbook, pdf, xls.*. Configuration ============= -If you want to convert the report in another format, go to the menu *Configuration > Technical > Reports > Py3o > Py3o Servers* and create a new Py3o server with its URL (for example: http://localhost:8765/form). +For example, to replace the native invoice report by a custom py3o report, add the following XML file in your custom module: + +.. code:: + + + + + + Invoice + account.invoice + account.report_invoice + py3o + odt + my_custom_module_base + report/account_invoice.odt + + + + +where *my_custom_module_base* is the name of the custom Odoo module. In this example, the invoice ODT file is located in *my_custom_module_base/report/account_invoice.odt*. + +If you want an invoice in PDF format instead of ODT format, the XML file should look like: + +.. code:: + + + + + + http://localhost:8765/form + + + + Invoice + account.invoice + account.report_invoice + py3o + pdf + + my_custom_module_base + report/account_invoice.odt + + + -TODO: continue Usage ===== From 431aab7390d28151b7fe669ce578be5f2ae913f7 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 18:56:39 +0200 Subject: [PATCH 024/135] Port report_py3o to Odoo v10 --- report_py3o/models/ir_actions_report_xml.py | 29 ++++++++++----------- report_py3o/models/py3o_server.py | 2 +- report_py3o/models/py3o_template.py | 2 +- report_py3o/py3o_parser.py | 29 ++++++++------------- report_py3o/tests/test_report_py3o.py | 8 +++--- report_py3o/views/ir_report.xml | 12 +++++++++ 6 files changed, 43 insertions(+), 39 deletions(-) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index bce6593d8d..da456fafa5 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -3,10 +3,10 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import os import logging -from openerp import api, fields, models, SUPERUSER_ID, _ -from openerp.report.interface import report_int -from openerp.exceptions import ValidationError -from openerp import addons +from odoo import api, fields, models, SUPERUSER_ID, _ +from odoo.report.interface import report_int +from odoo.exceptions import ValidationError +from odoo import addons from ..py3o_parser import Py3oParser logger = logging.getLogger(__name__) @@ -85,11 +85,12 @@ def _get_py3o_filetypes(self): )) report_type = fields.Selection(selection_add=[('py3o', "Py3o")]) - @api.cr - def _lookup_report(self, cr, name): + @api.model_cr + def _lookup_report(self, name): """Look up a report definition. """ - + # START section copied from odoo/addons/base/ir/ir_actions.py + # with small adaptations # First lookup in the deprecated place, because if the report # definition has not been updated, it is more likely the correct # definition is there. Only reports with custom parser @@ -99,14 +100,12 @@ def _lookup_report(self, cr, name): if not isinstance(new_report, Py3oParser): new_report = None else: - report_data = self.search_read( - cr, SUPERUSER_ID, - [("report_name", "=", name), - ("report_type", "=", "py3o")], - ['parser', 'model', 'report_name', 'report_rml', 'header'], - limit=1) + self._cr.execute( + "SELECT * FROM ir_act_report_xml " + "WHERE report_name=%s AND report_type=%s", (name, 'py3o')) + report_data = self._cr.dictfetchone() + # END section copied from odoo/addons/base/ir/ir_actions.py if report_data: - report_data = report_data[0] kwargs = {} if report_data['parser']: kwargs['parser'] = getattr(addons, report_data['parser']) @@ -125,4 +124,4 @@ def _lookup_report(self, cr, name): if new_report: return new_report else: - return super(IrActionsReportXml, self)._lookup_report(cr, name) + return super(IrActionsReportXml, self)._lookup_report(name) diff --git a/report_py3o/models/py3o_server.py b/report_py3o/models/py3o_server.py index 1808c3f7d5..099d355c12 100644 --- a/report_py3o/models/py3o_server.py +++ b/report_py3o/models/py3o_server.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import fields, models +from odoo import fields, models class Py3oServer(models.Model): diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py index f7873a5af5..93cab419d6 100644 --- a/report_py3o/models/py3o_template.py +++ b/report_py3o/models/py3o_template.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from openerp import fields, models +from odoo import fields, models class Py3oTemplate(models.Model): diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index 853035acbf..314085d0f9 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -9,10 +9,9 @@ from base64 import b64decode import requests from tempfile import NamedTemporaryFile -from openerp import _ -from openerp import exceptions -from openerp.report.report_sxw import report_sxw -from openerp import registry +from odoo import api, _ +from odoo import exceptions +from odoo.report.report_sxw import report_sxw import logging logger = logging.getLogger(__name__) @@ -77,12 +76,12 @@ def get_template(self, report_obj): will fallback to the template file referenced in the report definition. @param report_obj: a recordset representing the report defintion - @type report_obj: openerp.model.recordset instance + @type report_obj: odoo.model.recordset instance @returns: string or buffer containing the template data @raises: TemplateNotFound which is a subclass of - openerp.exceptions.DeferredException + odoo.exceptions.DeferredException """ tmpl_data = None @@ -99,7 +98,7 @@ def get_template(self, report_obj): if report_obj.module: # if the default is defined flbk_filename = pkg_resources.resource_filename( - "openerp.addons.%s" % report_obj.module, + "odoo.addons.%s" % report_obj.module, tmpl_name, ) elif os.path.isabs(tmpl_name): @@ -203,22 +202,16 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): def create(self, cr, uid, ids, data, context=None): """ Override this function to handle our py3o report """ - pool = registry(cr.dbname) - ir_action_report_obj = pool['ir.actions.report.xml'] - report_xml_ids = ir_action_report_obj.search( - cr, uid, [('report_name', '=', self.name[7:])], context=context - ) - if not report_xml_ids: + env = api.Environment(cr, uid, context) + report_xmls = env['ir.actions.report.xml'].search( + [('report_name', '=', self.name[7:])]) + if not report_xmls: return super(Py3oParser, self).create( cr, uid, ids, data, context=context ) - report_xml = ir_action_report_obj.browse( - cr, uid, report_xml_ids[0], context=context - ) - result = self.create_source_pdf( - cr, uid, ids, data, report_xml, context + cr, uid, ids, data, report_xmls[0], context ) if not result: diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index ac58f59cd8..2e956c9c3b 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -8,8 +8,8 @@ from py3o.formats import Formats -from openerp.tests.common import TransactionCase -from openerp.exceptions import ValidationError +from odoo.tests.common import TransactionCase +from odoo.exceptions import ValidationError from ..py3o_parser import TemplateNotFound from base64 import b64encode @@ -57,7 +57,7 @@ def test_required_py3_filetype(self): def test_reports(self): report = self.env.ref("report_py3o.res_users_report_py3o") - with mock.patch('openerp.addons.report_py3o.py3o_parser.' + with mock.patch('odoo.addons.report_py3o.py3o_parser.' 'Py3oParser.create_single_pdf') as patched_pdf: # test the call the the create method inside our custom parser report.render_report(self.env.user.ids, @@ -86,7 +86,7 @@ def test_report_template_configs(self): # path tmpl_name = report.py3o_template_fallback flbk_filename = pkg_resources.resource_filename( - "openerp.addons.%s" % report.module, + "odoo.addons.%s" % report.module, tmpl_name) self.assertTrue(os.path.exists(flbk_filename)) res = report.render_report( diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index bc77db6f7a..0b74a52f62 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -28,4 +28,16 @@
+ + py3o_report_search_view + ir.actions.report.xml + + + + + + + +
From a85a42c7293fc20c92154deab4488e54294c9173 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 18:58:27 +0200 Subject: [PATCH 025/135] Update version numbers Rename __openerp__.py to __manifest__.py --- report_py3o/README.rst | 2 +- report_py3o/{__openerp__.py => __manifest__.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename report_py3o/{__openerp__.py => __manifest__.py} (96%) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index bda1661714..e9c3c11741 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -168,7 +168,7 @@ Usage .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/143/9.0 + :target: https://runbot.odoo-community.org/runbot/143/10.0 Known issues / Roadmap ====================== diff --git a/report_py3o/__openerp__.py b/report_py3o/__manifest__.py similarity index 96% rename from report_py3o/__openerp__.py rename to report_py3o/__manifest__.py index 26378bb70f..90761d2146 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Py3o Report Engine', 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'category': 'Reporting', 'license': 'AGPL-3', 'author': 'XCG Consulting,Odoo Community Association (OCA)', From b72e82f143d2b7ad1f2d422d830ee7a703fd4e6d Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 19:02:55 +0200 Subject: [PATCH 026/135] PEP8 fix --- report_py3o/models/ir_actions_report_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index da456fafa5..3a290f1de4 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import os import logging -from odoo import api, fields, models, SUPERUSER_ID, _ +from odoo import api, fields, models, _ from odoo.report.interface import report_int from odoo.exceptions import ValidationError from odoo import addons From 62bf5df837a07e7a9f4b2111cbbcacf9f0f688db Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 4 Nov 2016 14:16:25 +0100 Subject: [PATCH 027/135] Update README --- report_py3o/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index e9c3c11741..64718f82b0 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -65,7 +65,7 @@ Installation of Libreoffice and JRE on Debian/Ubuntu: sudo apt-get install default-jre ure libreoffice-java-common libreoffice-writer -At the end, with the dependencies, you should have 6 py3o python libs: +At the end, with the dependencies, you should have the following py3o python libs: .. code:: From f51c8ac7304e571181379940bc31d2a6c99e5e16 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 00:18:35 +0100 Subject: [PATCH 028/135] FIX double dot in filename --- report_py3o/py3o_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index 314085d0f9..5bcad828da 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -197,7 +197,7 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): # ... but odoo wants the whole data in memory anyways :) res = fd.read() - return res, "." + filetype + return res, filetype def create(self, cr, uid, ids, data, context=None): """ Override this function to handle our py3o report From b7caf5aebffaf83f669f27fd838d997ef40b3681 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 00:18:53 +0100 Subject: [PATCH 029/135] Add access to report_xml object in report --- report_py3o/py3o_parser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index 5bcad828da..4fc1e90d67 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -61,6 +61,7 @@ def defautl_extend(report_xml, localcontext): # add the base64decode function to be able do decode binary fields into # the template localcontext['b64decode'] = b64decode + localcontext['report_xml'] = report_xml class Py3oParser(report_sxw): From a8c933c9840b679f8e16f615d60a94d99d92e1f6 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 09:36:28 +0100 Subject: [PATCH 030/135] FIX Adapt test suite to my recent commit to avoid double dot on filename extension --- report_py3o/tests/test_report_py3o.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 2e956c9c3b..18438c34a5 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -78,7 +78,7 @@ def test_reports(self): magick_response.iter_content.return_value = "test result" res = report.render_report( self.env.user.ids, report.report_name, {}) - self.assertEqual(('test result', '.pdf'), res) + self.assertEqual(('test result', 'pdf'), res) def test_report_template_configs(self): report = self.env.ref("report_py3o.res_users_report_py3o") From eed40a4755afadd363b259397b76b3d6078124a1 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 16 Nov 2016 14:57:14 +0100 Subject: [PATCH 031/135] [IMP] Escape 'False' when rendering value --- report_py3o/py3o_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/py3o_parser.py b/report_py3o/py3o_parser.py index 4fc1e90d67..44e856c039 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -148,7 +148,7 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): in_stream = StringIO(tmpl_data) out_stream = StringIO() - template = Template(in_stream, out_stream) + template = Template(in_stream, out_stream, escape_false=True) localcontext = parser_instance.localcontext if report_xml.py3o_is_local_fusion: template.render(localcontext) From fbc3ba3b71d0b79a3966a2188931e6751f5d0a93 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Sat, 17 Dec 2016 10:07:47 +0100 Subject: [PATCH 032/135] [IMP] Replace old style parser by TransientModel The goal is to improve the modularity by making the parser a true inheritable odoo model and share part of the code with the 'report' model Conflicts: report_py3o/models/ir_actions_report_xml.py report_py3o/models/py3o_report.py report_py3o/tests/test_report_py3o.py --- report_py3o/models/__init__.py | 1 + report_py3o/models/ir_actions_report_xml.py | 53 +---- .../{py3o_parser.py => models/py3o_report.py} | 189 ++++++++++++------ report_py3o/tests/test_report_py3o.py | 9 +- 4 files changed, 148 insertions(+), 104 deletions(-) rename report_py3o/{py3o_parser.py => models/py3o_report.py} (52%) diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py index a8e7b0a69c..425cb3d9f0 100644 --- a/report_py3o/models/__init__.py +++ b/report_py3o/models/__init__.py @@ -1,3 +1,4 @@ from . import ir_actions_report_xml from . import py3o_template from . import py3o_server +from . import py3o_report diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index 3a290f1de4..bbd95923b1 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -1,13 +1,11 @@ # -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -import os import logging from odoo import api, fields, models, _ from odoo.report.interface import report_int from odoo.exceptions import ValidationError from odoo import addons -from ..py3o_parser import Py3oParser logger = logging.getLogger(__name__) @@ -85,43 +83,14 @@ def _get_py3o_filetypes(self): )) report_type = fields.Selection(selection_add=[('py3o', "Py3o")]) - @api.model_cr - def _lookup_report(self, name): - """Look up a report definition. - """ - # START section copied from odoo/addons/base/ir/ir_actions.py - # with small adaptations - # First lookup in the deprecated place, because if the report - # definition has not been updated, it is more likely the correct - # definition is there. Only reports with custom parser - # specified in Python are still there. - if 'report.' + name in report_int._reports: - new_report = report_int._reports['report.' + name] - if not isinstance(new_report, Py3oParser): - new_report = None - else: - self._cr.execute( - "SELECT * FROM ir_act_report_xml " - "WHERE report_name=%s AND report_type=%s", (name, 'py3o')) - report_data = self._cr.dictfetchone() - # END section copied from odoo/addons/base/ir/ir_actions.py - if report_data: - kwargs = {} - if report_data['parser']: - kwargs['parser'] = getattr(addons, report_data['parser']) - - new_report = Py3oParser( - 'report.' + report_data['report_name'], - report_data['model'], - os.path.join('addons', report_data['report_rml'] or '/'), - header=report_data['header'], - register=False, - **kwargs - ) - else: - new_report = None - - if new_report: - return new_report - else: - return super(IrActionsReportXml, self)._lookup_report(name) + @api.model + def render_report(self, res_ids, name, data): + action_py3o_report = self.search( + [("report_name", "=", name), + ("report_type", "=", "py3o")]) + if action_py3o_report: + return self.env['py3o.report'].create({ + 'ir_actions_report_xml_id': action_py3o_report.id + }).create_report(res_ids, data) + return super(IrActionsReportXml, self).render_report( + res_ids, name, data) diff --git a/report_py3o/py3o_parser.py b/report_py3o/models/py3o_report.py similarity index 52% rename from report_py3o/py3o_parser.py rename to report_py3o/models/py3o_report.py index 44e856c039..7c4794556d 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/models/py3o_report.py @@ -1,24 +1,29 @@ # -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) +# Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) +import base64 +from base64 import b64decode from cStringIO import StringIO import json -import pkg_resources +import logging import os -import sys -from base64 import b64decode +import pkg_resources import requests +import sys from tempfile import NamedTemporaryFile -from odoo import api, _ from odoo import exceptions from odoo.report.report_sxw import report_sxw import logging +from zipfile import ZipFile, ZIP_DEFLATED +from openerp import api, fields, models, _ logger = logging.getLogger(__name__) try: from py3o.template.helpers import Py3oConvertor from py3o.template import Template + from py3o import formats except ImportError: logger.debug('Cannot import py3o.template') try: @@ -64,11 +69,18 @@ def defautl_extend(report_xml, localcontext): localcontext['report_xml'] = report_xml -class Py3oParser(report_sxw): - """Custom class that use Py3o to render libroffice reports. - Code partially taken from CampToCamp's webkit_report.""" +class Py3oReport(models.TransientModel): + _name = "py3o.report" + _inherit = 'report' + _description = "Report Py30" + + ir_actions_report_xml_id = fields.Many2one( + comodel_name="ir.actions.report.xml", + required=True + ) - def get_template(self, report_obj): + @api.multi + def get_template(self): """private helper to fetch the template data either from the database or from the default template file provided by the implementer. @@ -76,30 +88,27 @@ def get_template(self, report_obj): to try and fetch the report template from database. If not found it will fallback to the template file referenced in the report definition. - @param report_obj: a recordset representing the report defintion - @type report_obj: odoo.model.recordset instance - @returns: string or buffer containing the template data @raises: TemplateNotFound which is a subclass of odoo.exceptions.DeferredException """ - + self.ensure_one() tmpl_data = None - - if report_obj.py3o_template_id and report_obj.py3o_template_id.id: + report_xml = self.ir_actions_report_xml_id + if report_xml.py3o_template_id and report_xml.py3o_template_id.id: # if a user gave a report template tmpl_data = b64decode( - report_obj.py3o_template_id.py3o_template_data + report_xml.py3o_template_id.py3o_template_data ) - elif report_obj.py3o_template_fallback: - tmpl_name = report_obj.py3o_template_fallback + elif report_xml.py3o_template_fallback: + tmpl_name = report_xml.py3o_template_fallback flbk_filename = None - if report_obj.module: + if report_xml.module: # if the default is defined flbk_filename = pkg_resources.resource_filename( - "odoo.addons.%s" % report_obj.module, + "odoo.addons.%s" % report_xml.module, tmpl_name, ) elif os.path.isabs(tmpl_name): @@ -119,37 +128,54 @@ def get_template(self, report_obj): return tmpl_data - def _extend_parser_context(self, parser_instance, report_xml): + @api.multi + def _extend_parser_context(self, context_instance, report_xml): # add default extenders for fct in _extender_functions.get(None, []): - fct(report_xml, parser_instance.localcontext) + fct(report_xml, context_instance.localcontext) # add extenders for registered on the template xml_id = report_xml.get_external_id().get(report_xml.id) if xml_id in _extender_functions: for fct in _extender_functions[xml_id]: - fct(report_xml, parser_instance.localcontext) + fct(report_xml, context_instance.localcontext) + + @api.multi + def _get_parser_context(self, model_instance, data): + report_xml = self.ir_actions_report_xml_id + context_instance = rml_parse(self.env.cr, self.env.uid, + report_xml.name, + context=self.env.context) + context_instance.set_context(model_instance, data, model_instance.ids, + report_xml.report_type) + self._extend_parser_context(context_instance, report_xml) + return context_instance.localcontext + + @api.multi + def _postprocess_report(self, content, res_id, save_in_attachment): + if save_in_attachment.get(res_id): + attachment = { + 'name': save_in_attachment.get(res_id), + 'datas': base64.encodestring(content), + 'datas_fname': save_in_attachment.get(res_id), + 'res_model': save_in_attachment.get('model'), + 'res_id': res_id, + } + return self.env['ir.attachment'].create(attachment) + return False - def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): - """ Overide this function to generate our py3o report + @api.multi + def _create_single_report(self, model_instance, data, save_in_attachment): + """ This function to generate our py3o report """ - if report_xml.report_type != 'py3o': - return super(Py3oParser, self).create_single_pdf( - cr, uid, ids, data, report_xml, context=context - ) - - parser_instance = self.parser(cr, uid, self.name2, context=context) - parser_instance.set_context( - self.getObjects(cr, uid, ids, context), - data, ids, report_xml.report_type - ) - self._extend_parser_context(parser_instance, report_xml) + self.ensure_one() + report_xml = self.ir_actions_report_xml_id - tmpl_data = self.get_template(report_xml) + tmpl_data = self.get_template() in_stream = StringIO(tmpl_data) out_stream = StringIO() template = Template(in_stream, out_stream, escape_false=True) - localcontext = parser_instance.localcontext + localcontext = self._get_parser_context(model_instance, data) if report_xml.py3o_is_local_fusion: template.render(localcontext) in_stream = out_stream @@ -181,7 +207,7 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): report_xml.py3o_server_id.url, data=fields, files=files) if r.status_code != 200: # server says we have an issue... let's tell that to enduser - raise exceptions.Warning( + raise UserError( _('Fusion server error %s') % r.text, ) @@ -189,32 +215,79 @@ def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): # we do nice chunked reading from the network... chunk_size = 1024 with NamedTemporaryFile( - suffix=filetype, - prefix='py3o-template-' + suffix=filetype, + prefix='py3o-template-' ) as fd: for chunk in r.iter_content(chunk_size): fd.write(chunk) fd.seek(0) # ... but odoo wants the whole data in memory anyways :) res = fd.read() + self._postprocess_report( + res, model_instance.id, save_in_attachment) + return res, "." + self.ir_actions_report_xml_id.py3o_filetype + + @api.multi + def _get_or_create_single_report(self, model_instance, data, + save_in_attachment): + self.ensure_one() + if save_in_attachment and save_in_attachment[ + 'loaded_documents'].get(model_instance.id): + d = save_in_attachment[ + 'loaded_documents'].get(model_instance.id) + return d, self.ir_actions_report_xml_id.py3o_filetype + return self._create_single_report( + model_instance, data, save_in_attachment) + + @api.multi + def _zip_results(self, results): + self.ensure_one() + zfname_prefix = self.ir_actions_report_xml_id.name + with NamedTemporaryFile(suffix="zip", prefix='py3o-zip-result') as fd: + with ZipFile(fd, 'w', ZIP_DEFLATED) as zf: + cpt = 0 + for r, ext in results: + fname = "%s_%d.%s" % (zfname_prefix, cpt, ext) + zf.writestr(fname, r) + cpt += 1 + fd.seek(0) + return fd.read(), 'zip' + + @api.multi + def _merge_pdfs(self, results): + from pyPdf import PdfFileWriter, PdfFileReader + output = PdfFileWriter() + for r in results: + reader = PdfFileReader(StringIO(r[0])) + for page in range(reader.getNumPages()): + output.addPage(reader.getPage(page)) + s = StringIO() + output.write(s) + return s.getvalue(), formats.FORMAT_PDF + + @api.multi + def _merge_results(self, results): + self.ensure_one() + if not results: + return False, False + if len(results) == 1: + return results[0] + filetype = self.ir_actions_report_xml_id.py3o_filetype + if filetype == formats.FORMAT_PDF: + return self._merge_pdfs(results) + else: + return self._zip_results(results) - return res, filetype - - def create(self, cr, uid, ids, data, context=None): + @api.multi + def create_report(self, res_ids, data): """ Override this function to handle our py3o report """ - env = api.Environment(cr, uid, context) - report_xmls = env['ir.actions.report.xml'].search( - [('report_name', '=', self.name[7:])]) - if not report_xmls: - return super(Py3oParser, self).create( - cr, uid, ids, data, context=context - ) - - result = self.create_source_pdf( - cr, uid, ids, data, report_xmls[0], context - ) - - if not result: - return False, False - return result + model_instances = self.env[self.ir_actions_report_xml_id.model].browse( + res_ids) + save_in_attachment = self._check_attachment_use( + model_instances, self.ir_actions_report_xml_id) or {} + results = [] + for model_instance in model_instances: + results.append(self._get_or_create_single_report( + model_instance, data, save_in_attachment)) + return self._merge_results(results) diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 18438c34a5..780087b60d 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -11,7 +11,7 @@ from odoo.tests.common import TransactionCase from odoo.exceptions import ValidationError -from ..py3o_parser import TemplateNotFound +from ..models.py3o_report import TemplateNotFound from base64 import b64encode @@ -56,9 +56,10 @@ def test_required_py3_filetype(self): "Field 'Output Format' is required for Py3O report") def test_reports(self): + py3o_report = self.env['py3o.report'] report = self.env.ref("report_py3o.res_users_report_py3o") - with mock.patch('odoo.addons.report_py3o.py3o_parser.' - 'Py3oParser.create_single_pdf') as patched_pdf: + with mock.patch.object( + py3o_report.__class__, '_create_single_report') as patched_pdf: # test the call the the create method inside our custom parser report.render_report(self.env.user.ids, report.report_name, @@ -98,7 +99,7 @@ def test_report_template_configs(self): report.render_report( self.env.user.ids, report.report_name, {}) - # the template can also be provivided as an abspaath + # the template can also be provided as an abspaath report.py3o_template_fallback = flbk_filename res = report.render_report( self.env.user.ids, report.report_name, {}) From 901ca4b78a1bb71523007c807e9a72afe03d8969 Mon Sep 17 00:00:00 2001 From: "Jonathan Nemry (ACSONE)" Date: Thu, 22 Dec 2016 18:07:46 +0100 Subject: [PATCH 033/135] [FIX] imports --- report_py3o/models/py3o_report.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 7c4794556d..11dabcd9e9 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -12,11 +12,12 @@ import requests import sys from tempfile import NamedTemporaryFile -from odoo import exceptions -from odoo.report.report_sxw import report_sxw import logging from zipfile import ZipFile, ZIP_DEFLATED + +from odoo.exceptions import UserError from openerp import api, fields, models, _ +from odoo.report.report_sxw import rml_parse logger = logging.getLogger(__name__) From 219fc5fc309adeeb7d4b21a246df409d9d81f8cd Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 23 Dec 2016 12:43:57 +0100 Subject: [PATCH 034/135] [IMP] Minimizes memory consumption Conflicts: report_py3o/models/py3o_report.py --- report_py3o/models/py3o_report.py | 185 +++++++++++++++----------- report_py3o/tests/test_report_py3o.py | 7 + 2 files changed, 114 insertions(+), 78 deletions(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 11dabcd9e9..b52bffbd29 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -8,16 +8,18 @@ import json import logging import os +from contextlib import closing + import pkg_resources import requests import sys -from tempfile import NamedTemporaryFile -import logging +import tempfile from zipfile import ZipFile, ZIP_DEFLATED +from odoo.exceptions import AccessError from odoo.exceptions import UserError -from openerp import api, fields, models, _ from odoo.report.report_sxw import rml_parse +from odoo import api, fields, models, _ logger = logging.getLogger(__name__) @@ -151,18 +153,40 @@ def _get_parser_context(self, model_instance, data): self._extend_parser_context(context_instance, report_xml) return context_instance.localcontext - @api.multi - def _postprocess_report(self, content, res_id, save_in_attachment): + @api.model + def _get_report_from_name(self, report_name): + """Get the first record of ir.actions.report.xml having the + ``report_name`` as value for the field report_name. + """ + res = super(Py3oReport, self)._get_report_from_name(report_name) + if res: + return res + # maybe a py3o reprot + report_obj = self.env['ir.actions.report.xml'] + return report_obj.search( + [('report_type', '=', 'py3o'), + ('report_name', '=', report_name)]) + + @api.model + def _postprocess_report(self, report_path, res_id, save_in_attachment): if save_in_attachment.get(res_id): - attachment = { - 'name': save_in_attachment.get(res_id), - 'datas': base64.encodestring(content), - 'datas_fname': save_in_attachment.get(res_id), - 'res_model': save_in_attachment.get('model'), - 'res_id': res_id, - } - return self.env['ir.attachment'].create(attachment) - return False + with open(report_path, 'rb') as pdfreport: + attachment = { + 'name': save_in_attachment.get(res_id), + 'datas': base64.encodestring(pdfreport.read()), + 'datas_fname': save_in_attachment.get(res_id), + 'res_model': save_in_attachment.get('model'), + 'res_id': res_id, + } + try: + self.env['ir.attachment'].create(attachment) + except AccessError: + logger.info("Cannot save PDF report %r as attachment", + attachment['name']) + else: + logger.info( + 'The PDF document %s is now saved in the database', + attachment['name']) @api.multi def _create_single_report(self, model_instance, data, save_in_attachment): @@ -170,30 +194,31 @@ def _create_single_report(self, model_instance, data, save_in_attachment): """ self.ensure_one() report_xml = self.ir_actions_report_xml_id - + filetype = report_xml.py3o_filetype + result_fd, result_path = tempfile.mkstemp( + suffix='.' + filetype, prefix='p3o.report.tmp.') tmpl_data = self.get_template() in_stream = StringIO(tmpl_data) - out_stream = StringIO() - template = Template(in_stream, out_stream, escape_false=True) - localcontext = self._get_parser_context(model_instance, data) - if report_xml.py3o_is_local_fusion: - template.render(localcontext) - in_stream = out_stream - datadict = {} - else: - expressions = template.get_all_user_python_expression() - py_expression = template.convert_py3o_to_python_ast(expressions) - convertor = Py3oConvertor() - data_struct = convertor(py_expression) - datadict = data_struct.render(localcontext) - - filetype = report_xml.py3o_filetype - is_native = Formats().get_format(filetype).native - if is_native: - res = out_stream.getvalue() - else: # Call py3o.server to render the template in the desired format - in_stream.seek(0) + with closing(os.fdopen(result_fd, 'w+')) as out_stream: + template = Template(in_stream, out_stream, escape_false=True) + localcontext = self._get_parser_context(model_instance, data) + is_native = Formats().get_format(filetype).native + if report_xml.py3o_is_local_fusion: + template.render(localcontext) + out_stream.seek(0) + in_stream = out_stream.read() + datadict = {} + else: + expressions = template.get_all_user_python_expression() + py_expression = template.convert_py3o_to_python_ast( + expressions) + convertor = Py3oConvertor() + data_struct = convertor(py_expression) + datadict = data_struct.render(localcontext) + + if not is_native or not report_xml.py3o_is_local_fusion: + # Call py3o.server to render the template in the desired format files = { 'tmpl_file': in_stream, } @@ -212,21 +237,13 @@ def _create_single_report(self, model_instance, data, save_in_attachment): _('Fusion server error %s') % r.text, ) - # Here is a little joke about Odoo - # we do nice chunked reading from the network... chunk_size = 1024 - with NamedTemporaryFile( - suffix=filetype, - prefix='py3o-template-' - ) as fd: + with open(result_path, 'w+') as fd: for chunk in r.iter_content(chunk_size): fd.write(chunk) - fd.seek(0) - # ... but odoo wants the whole data in memory anyways :) - res = fd.read() self._postprocess_report( - res, model_instance.id, save_in_attachment) - return res, "." + self.ir_actions_report_xml_id.py3o_filetype + result_path, model_instance.id, save_in_attachment) + return result_path @api.multi def _get_or_create_single_report(self, model_instance, data, @@ -241,43 +258,42 @@ def _get_or_create_single_report(self, model_instance, data, model_instance, data, save_in_attachment) @api.multi - def _zip_results(self, results): + def _zip_results(self, reports_path): self.ensure_one() zfname_prefix = self.ir_actions_report_xml_id.name - with NamedTemporaryFile(suffix="zip", prefix='py3o-zip-result') as fd: - with ZipFile(fd, 'w', ZIP_DEFLATED) as zf: - cpt = 0 - for r, ext in results: - fname = "%s_%d.%s" % (zfname_prefix, cpt, ext) - zf.writestr(fname, r) - cpt += 1 - fd.seek(0) - return fd.read(), 'zip' + result_path = tempfile.mktemp(suffix="zip", prefix='py3o-zip-result') + with ZipFile(result_path, 'w', ZIP_DEFLATED) as zf: + cpt = 0 + for report in reports_path: + fname = "%s_%d.%s" % ( + zfname_prefix, cpt, report.split('.')[-1]) + zf.write(report, fname) - @api.multi - def _merge_pdfs(self, results): - from pyPdf import PdfFileWriter, PdfFileReader - output = PdfFileWriter() - for r in results: - reader = PdfFileReader(StringIO(r[0])) - for page in range(reader.getNumPages()): - output.addPage(reader.getPage(page)) - s = StringIO() - output.write(s) - return s.getvalue(), formats.FORMAT_PDF + cpt += 1 + return result_path @api.multi - def _merge_results(self, results): + def _merge_results(self, reports_path): self.ensure_one() - if not results: - return False, False - if len(results) == 1: - return results[0] filetype = self.ir_actions_report_xml_id.py3o_filetype + if not reports_path: + return False, False + if len(reports_path) == 1: + return reports_path[0], filetype if filetype == formats.FORMAT_PDF: - return self._merge_pdfs(results) + return self._merge_pdf(reports_path), formats.FORMAT_PDF else: - return self._zip_results(results) + return self._zip_results(reports_path), 'zip' + + @api.model + def _cleanup_tempfiles(self, temporary_files): + # Manual cleanup of the temporary files + for temporary_file in temporary_files: + try: + os.unlink(temporary_file) + except (OSError, IOError): + logger.error( + 'Error when trying to remove file %s' % temporary_file) @api.multi def create_report(self, res_ids, data): @@ -287,8 +303,21 @@ def create_report(self, res_ids, data): res_ids) save_in_attachment = self._check_attachment_use( model_instances, self.ir_actions_report_xml_id) or {} - results = [] + reports_path = [] for model_instance in model_instances: - results.append(self._get_or_create_single_report( - model_instance, data, save_in_attachment)) - return self._merge_results(results) + reports_path.append( + self._get_or_create_single_report( + model_instance, data, save_in_attachment)) + + result_path, filetype = self._merge_results(reports_path) + reports_path.append(result_path) + + # Here is a little joke about Odoo + # we do all the generation process using files to avoid memory + # consumption... + # ... but odoo wants the whole data in memory anyways :) + + with open(result_path, 'r+b') as fd: + res = fd.read() + self._cleanup_tempfiles(set(reports_path)) + return res, filetype diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 780087b60d..70e4a51398 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -5,6 +5,7 @@ import mock import os import pkg_resources +import tempfile from py3o.formats import Formats @@ -60,11 +61,17 @@ def test_reports(self): report = self.env.ref("report_py3o.res_users_report_py3o") with mock.patch.object( py3o_report.__class__, '_create_single_report') as patched_pdf: + result = tempfile.mktemp('.txt') + with open(result, 'w') as fp: + fp.write('dummy') + patched_pdf.return_value = result # test the call the the create method inside our custom parser report.render_report(self.env.user.ids, report.report_name, {}) self.assertEqual(1, patched_pdf.call_count) + # generated files no more exists + self.assertFalse(os.path.exists(result)) res = report.render_report( self.env.user.ids, report.report_name, {}) self.assertTrue(res) From d609da6915f315870acbbd2f6c45833a843d31be Mon Sep 17 00:00:00 2001 From: "Jonathan Nemry (ACSONE)" Date: Mon, 9 Jan 2017 15:28:22 +0100 Subject: [PATCH 035/135] * travis.yml * flake8 --- report_py3o/models/ir_actions_report_xml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index bbd95923b1..cfbfeb41fc 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -3,9 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import logging from odoo import api, fields, models, _ -from odoo.report.interface import report_int from odoo.exceptions import ValidationError -from odoo import addons logger = logging.getLogger(__name__) From 06720bb94ce27fb920c111fbe02528366b0be3a5 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 25 Jan 2017 11:14:33 +0100 Subject: [PATCH 036/135] Update and improve README instructions to setup py3o --- report_py3o/README.rst | 71 ++++++++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 27 deletions(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 64718f82b0..141c33cd09 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -65,17 +65,23 @@ Installation of Libreoffice and JRE on Debian/Ubuntu: sudo apt-get install default-jre ure libreoffice-java-common libreoffice-writer +You may have to install additionnal fonts. For example, to have the special unicode symbols for phone/fax/email in the PDF reports generated by Py3o, you should install the following package: + +.. code:: + + sudo apt-get install fonts-symbola + At the end, with the dependencies, you should have the following py3o python libs: .. code:: % pip freeze | grep py3o py3o.formats==0.3 - py3o.fusion==0.8.6.dev1 + py3o.fusion==0.8.6 py3o.renderclient==0.2 - py3o.renderers.juno==0.7 - py3o.renderserver==0.5.1.dev1 - py3o.template==0.9.10.dev1 + py3o.renderers.juno==0.8 + py3o.renderserver==0.5.1 + py3o.template==0.9.11 py3o.types==0.1.1 Start the Py3o Fusion server: @@ -88,29 +94,15 @@ Start the Py3o render server: .. code:: - start-py3o-renderserver --java=/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so --ure=/usr/lib --office=/usr/lib/libreoffice --driver=juno --sofficeport=8997 + start-py3o-renderserver --java=/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so --ure=/usr/share --office=/usr/lib/libreoffice --driver=juno --sofficeport=8997 On the output of the Py3o render server, the first line looks like: .. code:: - DEBUG:root:Starting JVM: /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server/libjvm.so with options: -Djava.class.path=/usr/local/lib/python2.7/dist-packages/py3o/renderers/juno/py3oconverter.jar:/usr/lib/ure/share/java/juh.jar:/usr/lib/ure/share/java/jurt.jar:/usr/lib/ure/share/java/ridl.jar:/usr/lib/ure/share/java/unoloader.jar:/usr/lib/ure/share/java/java_uno.jar:/usr/lib/libreoffice/program/classes/unoil.jar -Xmx150M + DEBUG:root:Starting JVM: /usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so with options: -Djava.class.path=/usr/local/lib/python2.7/dist-packages/py3o/renderers/juno/py3oconverter.jar:/usr/share/java/juh.jar:/usr/share/java/jurt.jar:/usr/share/java/ridl.jar:/usr/share/java/unoloader.jar:/usr/share/java/java_uno.jar:/usr/lib/libreoffice/program/classes/unoil.jar -Xmx150M -After **-Djava.class.path**, there is a list of Java libs with *.jar* extension ; check that each JAR file is really present on your filesystem. On Ubuntu 16.04 LTS, the package *ure* installs several libs in another directory: - -* /usr/lib/ure/share/java/juh.jar is located in /usr/share/java/juh.jar -* /usr/lib/ure/share/java/jurt.jar is located in /usr/share/java/jurt.jar -* /usr/lib/ure/share/java/ridl.jar is located in /usr/share/java/ridl.jar -* /usr/lib/ure/share/java/unoloader.jar is located in /usr/share/java/unoloader.jar -* /usr/lib/ure/share/java/java_uno.jar is located in /usr/share/java/java_uno.jar - -To work around this problem, you can create a symlink: - -.. code:: - - sudo ln -s /usr /ure - -and then use **--ure=/** instead of **--ure=/usr/lib** in the command line of *start-py3o-renderserver*. +After **-Djava.class.path**, there is a list of Java libs with *.jar* extension ; check that each JAR file is really present on your filesystem. If one of the jar files is present in another directory, create a symlink that points to the real location of the file. If all the jar files are present on another directory, adapt the *--ure=* argument on the command line of Py3o render server. To check that the Py3o Fusion server is running fine, visit the URL http://:8765/form. On this web page, under the section *Target format*, make sure that you have a line *This server currently supports these formats: ods, odt, docx, doc, html, docbook, pdf, xls.*. @@ -125,9 +117,6 @@ For example, to replace the native invoice report by a custom py3o report, add t - Invoice - account.invoice - account.report_invoice py3o odt my_custom_module_base @@ -150,9 +139,6 @@ If you want an invoice in PDF format instead of ODT format, the XML file should - Invoice - account.invoice - account.report_invoice py3o pdf @@ -162,6 +148,37 @@ If you want an invoice in PDF format instead of ODT format, the XML file should +If you want to add a new py3o PDF report (and not replace a native report), the XML file should look like this: + +.. code:: + + + + + + http://localhost:8765/form + + + + Partner Summary + res.partner + res.partner.summary + py3o + pdf + + my_custom_module_base + report/partner_summary.odt + + + + + client_print_multi + res.partner + Partner Summary + + + + Usage ===== From bbcc35038dc53b06bbae032491dc4a31d459dc54 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 25 Jan 2017 11:56:21 +0100 Subject: [PATCH 037/135] [IMP] Allow to override/extend the way we get the fallback template --- report_py3o/models/py3o_report.py | 57 ++++++++++++++++++++----------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index b52bffbd29..ccebbcb806 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -83,7 +83,41 @@ class Py3oReport(models.TransientModel): ) @api.multi - def get_template(self): + def _get_template_from_path(self, tmpl_name): + """"Return the template from the path to root of the module if specied + or an absolute path on your server + """ + if not tmpl_name: + return None + report_xml = self.ir_actions_report_xml_id + flbk_filename = None + if report_xml.module: + # if the default is defined + flbk_filename = pkg_resources.resource_filename( + "odoo.addons.%s" % report_xml.module, + tmpl_name, + ) + elif os.path.isabs(tmpl_name): + # It is an absolute path + flbk_filename = os.path.normcase(os.path.normpath(tmpl_name)) + if flbk_filename and os.path.exists(flbk_filename): + # and it exists on the fileystem + with open(flbk_filename, 'r') as tmpl: + return tmpl.read() + return None + + @api.multi + def _get_template_fallback(self, model_instance): + """ + Return the template referenced in the report definition + :return: + """ + self.ensure_one() + report_xml = self.ir_actions_report_xml_id + return self._get_template_from_path(report_xml.py3o_template_fallback) + + @api.multi + def get_template(self, model_instance): """private helper to fetch the template data either from the database or from the default template file provided by the implementer. @@ -97,7 +131,6 @@ def get_template(self): odoo.exceptions.DeferredException """ self.ensure_one() - tmpl_data = None report_xml = self.ir_actions_report_xml_id if report_xml.py3o_template_id and report_xml.py3o_template_id.id: # if a user gave a report template @@ -105,22 +138,8 @@ def get_template(self): report_xml.py3o_template_id.py3o_template_data ) - elif report_xml.py3o_template_fallback: - tmpl_name = report_xml.py3o_template_fallback - flbk_filename = None - if report_xml.module: - # if the default is defined - flbk_filename = pkg_resources.resource_filename( - "odoo.addons.%s" % report_xml.module, - tmpl_name, - ) - elif os.path.isabs(tmpl_name): - # It is an absolute path - flbk_filename = os.path.normcase(os.path.normpath(tmpl_name)) - if flbk_filename and os.path.exists(flbk_filename): - # and it exists on the fileystem - with open(flbk_filename, 'r') as tmpl: - tmpl_data = tmpl.read() + else: + tmpl_data = self._get_template_fallback(model_instance) if tmpl_data is None: # if for any reason the template is not found @@ -197,7 +216,7 @@ def _create_single_report(self, model_instance, data, save_in_attachment): filetype = report_xml.py3o_filetype result_fd, result_path = tempfile.mkstemp( suffix='.' + filetype, prefix='p3o.report.tmp.') - tmpl_data = self.get_template() + tmpl_data = self.get_template(model_instance) in_stream = StringIO(tmpl_data) with closing(os.fdopen(result_fd, 'w+')) as out_stream: From 18748376e7efd28e9c8a460facb40a7f89336380 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 23 Feb 2017 10:09:38 +0100 Subject: [PATCH 038/135] [FIX] report_py3o: fix exception when report must be saved as attachement The mehtod must be called with a list of ids not with a list of browse records --- report_py3o/models/py3o_report.py | 2 +- report_py3o/tests/test_report_py3o.py | 29 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index ccebbcb806..c0734ecd59 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -321,7 +321,7 @@ def create_report(self, res_ids, data): model_instances = self.env[self.ir_actions_report_xml_id.model].browse( res_ids) save_in_attachment = self._check_attachment_use( - model_instances, self.ir_actions_report_xml_id) or {} + res_ids, self.ir_actions_report_xml_id) or {} reports_path = [] for model_instance in model_instances: reports_path.append( diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 70e4a51398..131cb563f3 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -2,6 +2,7 @@ # Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).). +from base64 import b64decode import mock import os import pkg_resources @@ -88,6 +89,34 @@ def test_reports(self): self.env.user.ids, report.report_name, {}) self.assertEqual(('test result', 'pdf'), res) + def test_report_post_process(self): + """ + By default the post_process method is in charge to save the + generated report into an ir.attachment if requested. + """ + report = self.env.ref("report_py3o.res_users_report_py3o") + report.attachment = "object.name + '.txt'" + py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) + # check the call to the fusion server + report.write({"py3o_filetype": "pdf", + "py3o_server_id": py3o_server.id}) + ir_attachment = self.env['ir.attachment'] + attachements = ir_attachment.search([(1, '=', 1)]) + with mock.patch('requests.post') as patched_post: + magick_response = mock.MagicMock() + magick_response.status_code = 200 + patched_post.return_value = magick_response + magick_response.iter_content.return_value = "test result" + res = report.render_report( + self.env.user.ids, report.report_name, {}) + self.assertEqual(('test result', 'pdf'), res) + attachements = ir_attachment.search([(1, '=', 1)]) - attachements + self.assertEqual(1, len(attachements.ids)) + self.assertEqual(self.env.user.name + '.txt', attachements.name) + self.assertEqual(self.env.user._name, attachements.res_model) + self.assertEqual(self.env.user.id, attachements.res_id) + self.assertEqual('test result', b64decode(attachements.datas)) + def test_report_template_configs(self): report = self.env.ref("report_py3o.res_users_report_py3o") # the demo template is specified with a relative path in in the module From 681e3cdaa09aac6b7aec0e2a810c7636aade833a Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 25 Feb 2017 00:31:41 -0500 Subject: [PATCH 039/135] OCA Transbot updated translations from Transifex --- report_py3o/i18n/de.po | 267 ++++++++++++++++++++++++++++++++++++ report_py3o/i18n/es.po | 276 ++++++++++++++++++++++++++++++++++++++ report_py3o/i18n/fr.po | 252 ++++++++++++++++++++++++---------- report_py3o/i18n/hr_HR.po | 267 ++++++++++++++++++++++++++++++++++++ 4 files changed, 988 insertions(+), 74 deletions(-) create mode 100644 report_py3o/i18n/de.po create mode 100644 report_py3o/i18n/es.po create mode 100644 report_py3o/i18n/hr_HR.po diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po new file mode 100644 index 0000000000..ea606b2f90 --- /dev/null +++ b/report_py3o/i18n/de.po @@ -0,0 +1,267 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# Niki Waibel , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-23 01:39+0000\n" +"PO-Revision-Date: 2017-02-23 01:39+0000\n" +"Last-Translator: Niki Waibel , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/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: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:256 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:147 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po new file mode 100644 index 0000000000..22ce188f77 --- /dev/null +++ b/report_py3o/i18n/es.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# Pedro M. Baeza , 2017 +# Fernando Lara , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-23 01:39+0000\n" +"PO-Revision-Date: 2017-02-23 01:39+0000\n" +"Last-Translator: Fernando Lara , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/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=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#, python-format +msgid "(Native)" +msgstr "(Originario)" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "Activo" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" +"No se puede usar formato nativo en fusi??n local. Especifique un servidor " +"Fusi??n" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado sobre" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nombre por Mostrar" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "Retroceder" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "Campo 'Formato de salida' es necesario para el informe Py3O" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "Tipo de Documento" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "Servidor de Fusi??n" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:256 +#, python-format +msgid "Fusion server error %s" +msgstr "Error del servidor de fusi??n %s" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "Agrupar por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" +"Si el usuario no proporciona una plantilla se utilizar?? una ruta relativa a " +"la ra??z de SU m??dulo o una ruta absoluta en SU servidor." + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" +"Si su servidor Py3o Fusion est?? en la misma m??quina y se ejecuta en el " +"puerto predeterminado, la URL es: http://localhost:8765/form" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "Ir a los informes de acciones xml id" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Ultima modificaci??n fu??" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima Actualizaci??n por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??ltima Actualizaci??n fu??" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "Plantilla de Oficina de Libros" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "Tipo de Plantilla de Documento de Oficina de Libros" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "Fusi??n Local" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "M??dulo" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" +"Los formatos de origen se procesar??n sin un servidor. Debe utilizar este " +"modo si requiere los m??todos de su modelo en la plantilla." + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:147 +#, python-format +msgid "No template found. Aborting." +msgstr "No se ha encontrado ninguna plantilla. Salir." + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "Hoja de c??lculo ODF" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "Documento de Texto ODF" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "Formato de Salida" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "Programa Py3o" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "Reporte de Demostracion Py3o" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "URL del Servidor Fusion Py3o" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "Reportes de Py3o" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "Configuraci??n del Servidor Py3o" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "Servidores Py3o" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "Configuraci??n de los Servidores Py3o" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "Modelos Py3o" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "Reporte de Py30" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "Modelo" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "El m??dulo implementador que proporciona este informe" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "py3o.servidor" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "py3o.modelo" diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index 545acc7066..ea80da77dd 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -1,108 +1,193 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * report_py3o -# +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-16 11:15+0000\n" -"PO-Revision-Date: 2015-11-27 14:56+0100\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-02-23 01:39+0000\n" +"PO-Revision-Date: 2017-02-23 01:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: \n" +"Content-Transfer-Encoding: \n" "Language: fr\n" -"X-Generator: Poedit 1.8.6\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:169 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 #, python-format -msgid "Configuration Error" -msgstr "Erreur de configuration " +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" #. module: report_py3o -#: field:py3o.fusion.filetype,create_uid:0 field:py3o.server,create_uid:0 -#: field:py3o.template,create_uid:0 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Cr???? par " #. module: report_py3o -#: field:py3o.fusion.filetype,create_date:0 field:py3o.server,create_date:0 -#: field:py3o.template,create_date:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Cr???? le " #. module: report_py3o -#: field:ir.actions.report.xml,py3o_template_fallback:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback msgid "Fallback" msgstr "Proc??dure de recours" #. module: report_py3o -#: field:py3o.fusion.filetype,fusion_ext:0 -msgid "Fusion Extension" -msgstr "Fusion Extension" +#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:190 +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:256 #, python-format -msgid "Fusion Server Says Error" -msgstr "Serveur Fusion affiche Erreur" +msgid "Fusion server error %s" +msgstr "" #. module: report_py3o -#: field:py3o.fusion.filetype,human_ext:0 -msgid "Human readble extension" -msgstr "Extension facilement lisible" +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" #. module: report_py3o -#: field:py3o.fusion.filetype,id:0 field:py3o.server,id:0 -#: field:py3o.template,id:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" #. module: report_py3o -#: help:ir.actions.report.xml,py3o_template_fallback:0 -msgid "If the user does not provide a template this will be used it should be a relative path to root of YOUR module" -msgstr "If the user does not provide a template this will be used it should be a relative path to root of YOUR module" +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" #. module: report_py3o -#: field:py3o.fusion.filetype,write_uid:0 field:py3o.server,write_uid:0 -#: field:py3o.template,write_uid:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Derni??re mise ?? jour par " #. module: report_py3o -#: field:py3o.fusion.filetype,write_date:0 field:py3o.server,write_date:0 -#: field:py3o.template,write_date:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Derni??re mise ?? jour le " #. module: report_py3o -#: view:ir.actions.report.xml:report_py3o.py3o_report_view -#: field:py3o.template,py3o_template_data:0 -msgid "LibreOffice template" -msgstr "LibreOffice template" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" #. module: report_py3o -#: field:ir.actions.report.xml,module:0 +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" msgstr "Module" #. module: report_py3o -#: field:py3o.template,name:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name msgid "Name" msgstr "Nom" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:170 +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:147 #, python-format -msgid "No Py3o server configuration found" -msgstr "Pas de configuration trouv??e du serveur Py3o" +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" #. module: report_py3o -#: field:ir.actions.report.xml,py3o_filetype:0 +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype msgid "Output Format" msgstr "Format de sortie" @@ -112,52 +197,71 @@ msgid "Py3o" msgstr "Py3o" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -#: view:py3o.server:report_py3o.py3o_server_configuration_form_view -#: view:py3o.server:report_py3o.py3o_server_configuration_tree_view +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view msgid "Py3o Server Configuration" msgstr "Configuration du serveur Py3o" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -msgid "Py3o Templates" -msgstr "Py3o Templates" +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action -#: view:py3o.template:report_py3o.py3o_template_configuration_form_view -#: view:py3o.template:report_py3o.py3o_template_configuration_tree_view -msgid "Py3o Templates Configuration" -msgstr "Py3o Templates Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "Py3o Templates" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:130 -#, python-format -msgid "Report definition %s not found" -msgstr "Report definition %s not found" +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" #. module: report_py3o -#: field:ir.actions.report.xml,py3o_template_id:0 +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id msgid "Template" msgstr "Template" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:105 -#, python-format -msgid "Template Not Found" -msgstr "Template non trouv??" - -#. module: report_py3o -#: help:ir.actions.report.xml,module:0 +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module msgid "The implementer module that provides this report" msgstr "The implementer module that provides this report" #. module: report_py3o -#: field:py3o.server,url:0 -msgid "URL" -msgstr "URL" +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -msgid "py3o.server.configuration.action" -msgstr "py3o.server.configuration.action" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po new file mode 100644 index 0000000000..ce8153e6ac --- /dev/null +++ b/report_py3o/i18n/hr_HR.po @@ -0,0 +1,267 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-23 01:39+0000\n" +"PO-Revision-Date: 2017-02-23 01:39+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:256 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:147 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" From 2a106f90fce6a42d7c5a9287d3925efabbb4ba60 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 2 Mar 2017 09:09:03 +0100 Subject: [PATCH 040/135] [FIX] delete PDF invoice attachment on invoice back to draft (native feature now working with py3o) --- report_py3o/models/__init__.py | 1 + report_py3o/models/py3o_report.py | 14 -------------- report_py3o/models/report.py | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 report_py3o/models/report.py diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py index 425cb3d9f0..863d037dd5 100644 --- a/report_py3o/models/__init__.py +++ b/report_py3o/models/__init__.py @@ -1,4 +1,5 @@ from . import ir_actions_report_xml from . import py3o_template from . import py3o_server +from . import report from . import py3o_report diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index c0734ecd59..5aa5d57440 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -172,20 +172,6 @@ def _get_parser_context(self, model_instance, data): self._extend_parser_context(context_instance, report_xml) return context_instance.localcontext - @api.model - def _get_report_from_name(self, report_name): - """Get the first record of ir.actions.report.xml having the - ``report_name`` as value for the field report_name. - """ - res = super(Py3oReport, self)._get_report_from_name(report_name) - if res: - return res - # maybe a py3o reprot - report_obj = self.env['ir.actions.report.xml'] - return report_obj.search( - [('report_type', '=', 'py3o'), - ('report_name', '=', report_name)]) - @api.model def _postprocess_report(self, report_path, res_id, save_in_attachment): if save_in_attachment.get(res_id): diff --git a/report_py3o/models/report.py b/report_py3o/models/report.py new file mode 100644 index 0000000000..0666861c06 --- /dev/null +++ b/report_py3o/models/report.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Akretion (http://www.akretion.com/) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import api, models + + +class Report(models.Model): + + _inherit = 'report' + + @api.model + def _get_report_from_name(self, report_name): + """Get the first record of ir.actions.report.xml having the + ``report_name`` as value for the field report_name. + """ + res = super(Report, self)._get_report_from_name(report_name) + if res: + return res + # maybe a py3o report + report_obj = self.env['ir.actions.report.xml'] + context = self.env['res.users'].context_get() + return report_obj.with_context(context).search( + [('report_type', '=', 'py3o'), + ('report_name', '=', report_name)], limit=1) From e00e291d045ba47c1610a0d54de23b8cad0e0d45 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 6 Mar 2017 10:30:29 +0100 Subject: [PATCH 041/135] [IMP] report_py3o: update authors and contributors --- report_py3o/README.rst | 4 +++- report_py3o/__manifest__.py | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 141c33cd09..58731bec0a 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -207,7 +207,9 @@ Contributors ------------ * Florent Aide (`XCG Consulting `_) -* Laurent Mignon (Acsone) +* Laurent Mignon , +* Alexis de Lattre , + Maintainer ---------- diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 90761d2146..6d6522f8af 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -8,7 +8,9 @@ 'version': '10.0.1.0.0', 'category': 'Reporting', 'license': 'AGPL-3', - 'author': 'XCG Consulting,Odoo Community Association (OCA)', + 'author': 'XCG Consulting,' + 'ACSONE SA/NV,' + 'Odoo Community Association (OCA)', 'website': 'http://odoo.consulting/', 'depends': ['report'], 'external_dependencies': { From 38b8a8422e0c2ef97c840b5d9a951620baa67584 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 11 Mar 2017 00:36:03 -0500 Subject: [PATCH 042/135] OCA Transbot updated translations from Transifex --- report_py3o/i18n/hr_HR.po | 43 ++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index ce8153e6ac..3da858d946 100644 --- a/report_py3o/i18n/hr_HR.po +++ b/report_py3o/i18n/hr_HR.po @@ -3,13 +3,14 @@ # * report_py3o # # Translators: +# OCA Transbot , 2017 # Bole , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-23 01:39+0000\n" -"PO-Revision-Date: 2017-02-23 01:39+0000\n" +"POT-Creation-Date: 2017-03-06 11:30+0000\n" +"PO-Revision-Date: 2017-03-06 11:30+0000\n" "Last-Translator: Bole , 2017\n" "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" "MIME-Version: 1.0\n" @@ -22,12 +23,12 @@ msgstr "" #: code:addons/report_py3o/models/ir_actions_report_xml.py:52 #, python-format msgid "(Native)" -msgstr "" +msgstr "(Izvorno)" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active msgid "Active" -msgstr "" +msgstr "Aktivan" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:40 @@ -42,21 +43,21 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" -msgstr "" +msgstr "Kreirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" -msgstr "" +msgstr "Kreirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" -msgstr "" +msgstr "Naziv" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -72,7 +73,7 @@ msgstr "" #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" -msgstr "" +msgstr "Tip datoteke" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id @@ -88,14 +89,14 @@ msgstr "" #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" -msgstr "" +msgstr "Grupiraj po" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" -msgstr "" +msgstr "ID" #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -121,27 +122,27 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" -msgstr "" +msgstr "Zadnje modificirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Zadnji a??urirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" -msgstr "" +msgstr "A??urirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data #: model:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" -msgstr "" +msgstr "LibreOffice Predlo??ak" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype @@ -156,12 +157,12 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" -msgstr "" +msgstr "Modul" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name msgid "Name" -msgstr "" +msgstr "Naziv" #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion @@ -179,7 +180,7 @@ msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Spreadsheet" -msgstr "" +msgstr "ODF Prora??unska tablica" #. module: report_py3o #: selection:py3o.template,filetype:0 @@ -189,7 +190,7 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype msgid "Output Format" -msgstr "" +msgstr "Izlazni format" #. module: report_py3o #: model:ir.ui.menu,name:report_py3o.py3o_config_menu @@ -244,7 +245,7 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id msgid "Template" -msgstr "" +msgstr "Predlo??ak" #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module @@ -259,9 +260,9 @@ msgstr "ir.actions.report.xml" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_server msgid "py3o.server" -msgstr "" +msgstr "py3o.server" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" -msgstr "" +msgstr "py3o.template" From 1fc2b5c5e1211fe74e0ddf07322b8567cc81432c Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 8 Mar 2017 13:37:33 +0100 Subject: [PATCH 043/135] [IMP] report_py3o: prevent injections when retrieving the template from path --- report_py3o/README.rst | 30 +++++++ report_py3o/models/py3o_report.py | 51 +++++++++-- report_py3o/tests/test_report_py3o.py | 124 +++++++++++++++++++------- 3 files changed, 163 insertions(+), 42 deletions(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 58731bec0a..d29fcdef4a 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -127,6 +127,36 @@ For example, to replace the native invoice report by a custom py3o report, add t where *my_custom_module_base* is the name of the custom Odoo module. In this example, the invoice ODT file is located in *my_custom_module_base/report/account_invoice.odt*. +It's also possible to reference a template located in a trusted path of your +Odoo server. In this case you must let the *module* entry empty and specify +the path to the template as *py3o_template_fallback*. + +.. code:: + + + + + + py3o + odt + /field> + /odoo/templates/py3o/report/account_invoice.odt + + + + +Moreover you must also modify the odoo server configuration file to declare +the allowed root directory for your py3o templates. Only templates located +into this directory can be loaded by py3o report. + +.. code:: + + [options] + ... + + [report_py3o] + root_tmpl_path=/odoo/templates/py3o + If you want an invoice in PDF format instead of ODT format, the XML file should look like: .. code:: diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 5aa5d57440..d8f00e747a 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -19,7 +19,7 @@ from odoo.exceptions import AccessError from odoo.exceptions import UserError from odoo.report.report_sxw import rml_parse -from odoo import api, fields, models, _ +from odoo import api, fields, models, tools, _ logger = logging.getLogger(__name__) @@ -30,7 +30,7 @@ except ImportError: logger.debug('Cannot import py3o.template') try: - from py3o.formats import Formats + from py3o.formats import Formats, UnkownFormatException except ImportError: logger.debug('Cannot import py3o.formats') @@ -82,9 +82,46 @@ class Py3oReport(models.TransientModel): required=True ) + @api.multi + def _is_valid_template_path(self, path): + """ Check if the path is a trusted path for py3o templates. + """ + real_path = os.path.realpath(path) + root_path = tools.config.get_misc('report_py3o', 'root_tmpl_path') + if not root_path: + logger.warning( + "You must provide a root template path into odoo.cfg to be " + "able to use py3o template configured with an absolute path " + "%s", real_path) + return False + is_valid = real_path.startswith(root_path + os.path.sep) + if not is_valid: + logger.warning( + "Py3o template path is not valid. %s is not a child of root " + "path %s", real_path, root_path) + return is_valid + + @api.multi + def _is_valid_template_filename(self, filename): + """ Check if the filename can be used as py3o template + """ + if filename and os.path.isfile(filename): + fname, ext = os.path.splitext(filename) + ext = ext.replace('.', '') + try: + fformat = Formats().get_format(ext) + if fformat and fformat.native: + return True + except UnkownFormatException: + logger.warning("Invalid py3o template %s", filename, + exc_info=1) + logger.warning( + '%s is not a valid Py3o template filename', filename) + return False + @api.multi def _get_template_from_path(self, tmpl_name): - """"Return the template from the path to root of the module if specied + """ Return the template from the path to root of the module if specied or an absolute path on your server """ if not tmpl_name: @@ -97,11 +134,9 @@ def _get_template_from_path(self, tmpl_name): "odoo.addons.%s" % report_xml.module, tmpl_name, ) - elif os.path.isabs(tmpl_name): - # It is an absolute path - flbk_filename = os.path.normcase(os.path.normpath(tmpl_name)) - if flbk_filename and os.path.exists(flbk_filename): - # and it exists on the fileystem + elif self._is_valid_template_path(tmpl_name): + flbk_filename = os.path.realpath(tmpl_name) + if self._is_valid_template_filename(flbk_filename): with open(flbk_filename, 'r') as tmpl: return tmpl.read() return None diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 131cb563f3..0ddd7541a2 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -6,10 +6,13 @@ import mock import os import pkg_resources +import shutil import tempfile +from contextlib import contextmanager from py3o.formats import Formats +from odoo import tools from odoo.tests.common import TransactionCase from odoo.exceptions import ValidationError @@ -17,13 +20,29 @@ from base64 import b64encode +@contextmanager +def temporary_copy(path): + filname, ext = os.path.splitext(path) + tmp_filename = tempfile.mktemp(suffix='.' + ext) + try: + shutil.copy2(path, tmp_filename) + yield tmp_filename + finally: + os.unlink(tmp_filename) + + class TestReportPy3o(TransactionCase): + def setUp(self): + super(TestReportPy3o, self).setUp() + self.report = self.env.ref("report_py3o.res_users_report_py3o") + self.py3o_report = self.env['py3o.report'].create({ + 'ir_actions_report_xml_id': self.report.id}) + def test_no_local_fusion_without_fusion_server(self): - report = self.env.ref("report_py3o.res_users_report_py3o") - self.assertTrue(report.py3o_is_local_fusion) + self.assertTrue(self.report.py3o_is_local_fusion) with self.assertRaises(ValidationError) as e: - report.py3o_is_local_fusion = False + self.report.py3o_is_local_fusion = False self.assertEqual( e.exception.name, "Can not use not native format in local fusion. " @@ -49,17 +68,15 @@ def test_no_native_format_without_fusion_server(self): "Please specify a Fusion Server") def test_required_py3_filetype(self): - report = self.env.ref("report_py3o.res_users_report_py3o") - self.assertEqual(report.report_type, "py3o") + self.assertEqual(self.report.report_type, "py3o") with self.assertRaises(ValidationError) as e: - report.py3o_filetype = False + self.report.py3o_filetype = False self.assertEqual( e.exception.name, "Field 'Output Format' is required for Py3O report") def test_reports(self): py3o_report = self.env['py3o.report'] - report = self.env.ref("report_py3o.res_users_report_py3o") with mock.patch.object( py3o_report.__class__, '_create_single_report') as patched_pdf: result = tempfile.mktemp('.txt') @@ -67,26 +84,26 @@ def test_reports(self): fp.write('dummy') patched_pdf.return_value = result # test the call the the create method inside our custom parser - report.render_report(self.env.user.ids, - report.report_name, - {}) + self.report.render_report(self.env.user.ids, + self.report.report_name, + {}) self.assertEqual(1, patched_pdf.call_count) # generated files no more exists self.assertFalse(os.path.exists(result)) - res = report.render_report( - self.env.user.ids, report.report_name, {}) + res = self.report.render_report( + self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) # check the call to the fusion server - report.write({"py3o_filetype": "pdf", - "py3o_server_id": py3o_server.id}) + self.report.write({"py3o_filetype": "pdf", + "py3o_server_id": py3o_server.id}) with mock.patch('requests.post') as patched_post: magick_response = mock.MagicMock() magick_response.status_code = 200 patched_post.return_value = magick_response magick_response.iter_content.return_value = "test result" - res = report.render_report( - self.env.user.ids, report.report_name, {}) + res = self.report.render_report( + self.env.user.ids, self.report.report_name, {}) self.assertEqual(('test result', 'pdf'), res) def test_report_post_process(self): @@ -118,31 +135,38 @@ def test_report_post_process(self): self.assertEqual('test result', b64decode(attachements.datas)) def test_report_template_configs(self): - report = self.env.ref("report_py3o.res_users_report_py3o") # the demo template is specified with a relative path in in the module # path - tmpl_name = report.py3o_template_fallback + tmpl_name = self.report.py3o_template_fallback flbk_filename = pkg_resources.resource_filename( - "odoo.addons.%s" % report.module, + "odoo.addons.%s" % self.report.module, tmpl_name) self.assertTrue(os.path.exists(flbk_filename)) - res = report.render_report( - self.env.user.ids, report.report_name, {}) + res = self.report.render_report( + self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) # The generation fails if the tempalte is not found - report.module = False + self.report.module = False with self.assertRaises(TemplateNotFound), self.env.cr.savepoint(): - report.render_report( - self.env.user.ids, report.report_name, {}) + self.report.render_report( + self.env.user.ids, self.report.report_name, {}) - # the template can also be provided as an abspaath - report.py3o_template_fallback = flbk_filename - res = report.render_report( - self.env.user.ids, report.report_name, {}) - self.assertTrue(res) + # the template can also be provided as an abspath if it's root path + # is trusted + self.report.py3o_template_fallback = flbk_filename + with self.assertRaises(TemplateNotFound): + self.report.render_report( + self.env.user.ids, self.report.report_name, {}) + with temporary_copy(flbk_filename) as tmp_filename: + self.report.py3o_template_fallback = tmp_filename + tools.config.misc['report_py3o'] = { + 'root_tmpl_path': os.path.dirname(tmp_filename)} + res = self.report.render_report( + self.env.user.ids, self.report.report_name, {}) + self.assertTrue(res) # the tempalte can also be provided as a binay field - report.py3o_template_fallback = False + self.report.py3o_template_fallback = False with open(flbk_filename) as tmpl_file: tmpl_data = b64encode(tmpl_file.read()) @@ -150,8 +174,40 @@ def test_report_template_configs(self): 'name': 'test_template', 'py3o_template_data': tmpl_data, 'filetype': 'odt'}) - report.py3o_template_id = py3o_template - report.py3o_template_fallback = flbk_filename - res = report.render_report( - self.env.user.ids, report.report_name, {}) + self.report.py3o_template_id = py3o_template + self.report.py3o_template_fallback = flbk_filename + res = self.report.render_report( + self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) + + def test_report_template_fallback_validity(self): + tmpl_name = self.report.py3o_template_fallback + flbk_filename = pkg_resources.resource_filename( + "odoo.addons.%s" % self.report.module, + tmpl_name) + # an exising file in a native format is a valid template if it's + self.assertTrue(self.py3o_report._get_template_from_path( + tmpl_name)) + self.report.module = None + # a directory is not a valid template.. + self.assertFalse(self.py3o_report._get_template_from_path('/etc/')) + self.assertFalse(self.py3o_report._get_template_from_path('.')) + # an vaild template outside the root_tmpl_path is not a valid template + # path + # located in trusted directory + self.report.py3o_template_fallback = flbk_filename + self.assertFalse(self.py3o_report._get_template_from_path( + flbk_filename)) + with temporary_copy(flbk_filename) as tmp_filename: + self.assertTrue(self.py3o_report._get_template_from_path( + tmp_filename)) + # check security + self.assertFalse(self.py3o_report._get_template_from_path( + 'rm -rf . & %s' % flbk_filename)) + # a file in a non native LibreOffice format is not a valid template + with tempfile.NamedTemporaryFile(suffix='.toto')as f: + self.assertFalse(self.py3o_report._get_template_from_path( + f.name)) + # non exising files are not valid template + self.assertFalse(self.py3o_report._get_template_from_path( + '/etc/test.odt')) From 68a2beb19532f02a4b4c906503b7087a88a94302 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 18 Mar 2017 01:30:42 -0400 Subject: [PATCH 044/135] OCA Transbot updated translations from Transifex --- report_py3o/i18n/es.po | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index 22ce188f77..e7cdb4c55b 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -3,15 +3,14 @@ # * report_py3o # # Translators: -# Pedro M. Baeza , 2017 -# Fernando Lara , 2017 +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-23 01:39+0000\n" -"PO-Revision-Date: 2017-02-23 01:39+0000\n" -"Last-Translator: Fernando Lara , 2017\n" +"POT-Creation-Date: 2017-03-16 13:48+0000\n" +"PO-Revision-Date: 2017-03-16 13:48+0000\n" +"Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -83,7 +82,7 @@ msgid "Fusion Server" msgstr "Servidor de Fusi??n" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:256 +#: code:addons/report_py3o/models/py3o_report.py:242 #, python-format msgid "Fusion server error %s" msgstr "Error del servidor de fusi??n %s" @@ -245,6 +244,11 @@ msgstr "Configuraci??n de los Servidores Py3o" msgid "Py3o Templates" msgstr "Modelos Py3o" +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report msgid "Report Py30" From 065ed6de782ae85d8e24b444445811fbc7b9c821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Wed, 22 Mar 2017 10:18:29 +0100 Subject: [PATCH 045/135] report_py3o: bump version following last merge --- report_py3o/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 6d6522f8af..2f9aaabac4 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Py3o Report Engine', 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', - 'version': '10.0.1.0.0', + 'version': '10.0.1.1.0', 'category': 'Reporting', 'license': 'AGPL-3', 'author': 'XCG Consulting,' From e87b05f1ec77ecf2ebac9c9ed879fec42bf35b00 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 3 Apr 2017 12:03:11 +0200 Subject: [PATCH 046/135] Fix py3o freeze when using server fusion The template file has been partially read for the parsing of the expressions, so use the original template data instead. When the fusion server receives an incomplete template, we don't receive any answer back. --- report_py3o/models/py3o_report.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index d8f00e747a..3681a1a7e0 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -247,7 +247,7 @@ def _create_single_report(self, model_instance, data, save_in_attachment): if report_xml.py3o_is_local_fusion: template.render(localcontext) out_stream.seek(0) - in_stream = out_stream.read() + tmpl_data = out_stream.read() datadict = {} else: expressions = template.get_all_user_python_expression() @@ -260,7 +260,7 @@ def _create_single_report(self, model_instance, data, save_in_attachment): if not is_native or not report_xml.py3o_is_local_fusion: # Call py3o.server to render the template in the desired format files = { - 'tmpl_file': in_stream, + 'tmpl_file': tmpl_data, } fields = { "targetformat": filetype, From e4c4334ddddffafed78d19c3aa50eb752eeb423f Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 5 Apr 2017 13:44:40 +0200 Subject: [PATCH 047/135] Pass option for escaping False values to server Needs https://bitbucket.org/faide/py3o.fusion/pull-requests/1 --- report_py3o/README.rst | 1 + report_py3o/models/py3o_report.py | 1 + 2 files changed, 2 insertions(+) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index d29fcdef4a..192965f5fe 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -239,6 +239,7 @@ Contributors * Florent Aide (`XCG Consulting `_) * Laurent Mignon , * Alexis de Lattre , +* Guewen Baconnier Maintainer diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 3681a1a7e0..79c9ffccfc 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -266,6 +266,7 @@ def _create_single_report(self, model_instance, data, save_in_attachment): "targetformat": filetype, "datadict": json.dumps(datadict), "image_mapping": "{}", + "escape_false": "on", } if report_xml.py3o_is_local_fusion: fields['skipfusion'] = '1' From 50d9cc70706eb3909a87705e205fd030a325d917 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 12 Apr 2017 14:22:04 +0200 Subject: [PATCH 048/135] Add option py3o_multi_in_one for Py3o reports --- report_py3o/models/ir_actions_report_xml.py | 6 ++++++ report_py3o/models/py3o_report.py | 18 +++++++++++++----- report_py3o/views/ir_report.xml | 1 + 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index cfbfeb41fc..5539155cf1 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -80,6 +80,12 @@ def _get_py3o_filetypes(self): "or an absolute path on your server." )) report_type = fields.Selection(selection_add=[('py3o', "Py3o")]) + py3o_multi_in_one = fields.Boolean( + string='Multiple Records in a Single Report', + help="If you execute a report on several records, " + "by default Odoo will generate a ZIP file that contains as many " + "files as selected records. If you enable this option, Odoo will " + "generate instead a single report for the selected records.") @api.model def render_report(self, res_ids, name, data): diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 79c9ffccfc..6b76aa35a7 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -282,8 +282,9 @@ def _create_single_report(self, model_instance, data, save_in_attachment): with open(result_path, 'w+') as fd: for chunk in r.iter_content(chunk_size): fd.write(chunk) - self._postprocess_report( - result_path, model_instance.id, save_in_attachment) + if len(model_instance) == 1: + self._postprocess_report( + result_path, model_instance.id, save_in_attachment) return result_path @api.multi @@ -345,10 +346,17 @@ def create_report(self, res_ids, data): save_in_attachment = self._check_attachment_use( res_ids, self.ir_actions_report_xml_id) or {} reports_path = [] - for model_instance in model_instances: + if ( + len(res_ids) > 1 and + self.ir_actions_report_xml_id.py3o_multi_in_one): reports_path.append( - self._get_or_create_single_report( - model_instance, data, save_in_attachment)) + self._create_single_report( + model_instances, data, save_in_attachment)) + else: + for model_instance in model_instances: + reports_path.append( + self._get_or_create_single_report( + model_instance, data, save_in_attachment)) result_path, filetype = self._merge_results(reports_path) reports_path.append(result_path) diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index 0b74a52f62..19f51f7262 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -15,6 +15,7 @@ + From d42e845a4de6fd407b6aca1bb763e7e7dd525b0b Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 1 May 2017 23:12:47 +0200 Subject: [PATCH 049/135] OCA Transbot updated translations from Transifex --- report_py3o/i18n/es.po | 8 +- report_py3o/i18n/pt_BR.po | 288 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 292 insertions(+), 4 deletions(-) create mode 100644 report_py3o/i18n/pt_BR.po diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index e7cdb4c55b..56485fd973 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-03-16 13:48+0000\n" -"PO-Revision-Date: 2017-03-16 13:48+0000\n" +"POT-Creation-Date: 2017-04-23 00:38+0000\n" +"PO-Revision-Date: 2017-04-23 00:38+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" @@ -82,7 +82,7 @@ msgid "Fusion Server" msgstr "Servidor de Fusi??n" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:242 +#: code:addons/report_py3o/models/py3o_report.py:278 #, python-format msgid "Fusion server error %s" msgstr "Error del servidor de fusi??n %s" @@ -179,7 +179,7 @@ msgstr "" "modo si requiere los m??todos de su modelo en la plantilla." #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:147 +#: code:addons/report_py3o/models/py3o_report.py:182 #, python-format msgid "No template found. Aborting." msgstr "No se ha encontrado ninguna plantilla. Salir." diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po new file mode 100644 index 0000000000..8a8b8636f4 --- /dev/null +++ b/report_py3o/i18n/pt_BR.po @@ -0,0 +1,288 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# Cezar Jos?? Sant Anna Junior , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-19 10:15+0000\n" +"PO-Revision-Date: 2017-05-19 10:15+0000\n" +"Last-Translator: Cezar Jos?? Sant Anna Junior , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#, python-format +msgid "(Native)" +msgstr "(Nativo)" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "Ativo" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" +"N??o foi poss??vel utilizar o formato nativo no servidor local Fusion. Por " +"favor especificar um Servidor Fusion Externo" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nome de Exibi????o" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" From effab437a29b1913a0b6ded7032af77fd6aa2705 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 30 May 2017 10:51:18 +0200 Subject: [PATCH 050/135] [FIX] report_py3o: must return the path to the report refs #119 --- report_py3o/models/py3o_report.py | 6 +++- report_py3o/tests/test_report_py3o.py | 47 +++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 6b76aa35a7..24b1af4576 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -295,7 +295,11 @@ def _get_or_create_single_report(self, model_instance, data, 'loaded_documents'].get(model_instance.id): d = save_in_attachment[ 'loaded_documents'].get(model_instance.id) - return d, self.ir_actions_report_xml_id.py3o_filetype + report_file = tempfile.mktemp( + "." + self.ir_actions_report_xml_id.py3o_filetype) + with open(report_file, "wb") as f: + f.write(d) + return report_file return self._create_single_report( model_instance, data, save_in_attachment) diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 0ddd7541a2..f53ed05844 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -2,6 +2,7 @@ # Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).). +import base64 from base64 import b64decode import mock import os @@ -106,6 +107,52 @@ def test_reports(self): self.env.user.ids, self.report.report_name, {}) self.assertEqual(('test result', 'pdf'), res) + def test_report_load_from_attachment(self): + py3o_report = self.env['py3o.report'] + with mock.patch.object( + py3o_report.__class__, '_create_single_report') as patched_pdf: + result = tempfile.mktemp('.txt') + with open(result, 'w') as fp: + fp.write('dummy') + patched_pdf.return_value = result + # test the call the the create method inside our custom parser + self.report.render_report(self.env.user.ids, + self.report.report_name, + {}) + self.assertEqual(1, patched_pdf.call_count) + # generated files no more exists + self.assertFalse(os.path.exists(result)) + res = self.report.render_report( + self.env.user.ids, self.report.report_name, {}) + self.assertTrue(res) + py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) + # check the call to the fusion server + self.report.write({"py3o_filetype": "pdf", + "py3o_server_id": py3o_server.id, + "attachment_use": True, + "attachment": "'my_saved_report'"}) + attachments = self.env['ir.attachment'].search([]) + with mock.patch('requests.post') as patched_post: + magick_response = mock.MagicMock() + magick_response.status_code = 200 + patched_post.return_value = magick_response + magick_response.iter_content.return_value = "test result" + res = self.report.render_report( + self.env.user.ids, self.report.report_name, {}) + self.assertEqual(('test result', 'pdf'), res) + new_attachments = self.env['ir.attachment'].search([]) + created_attachement = new_attachments - attachments + self.assertEqual(1, len(created_attachement)) + content = b64decode(created_attachement.datas) + self.assertEqual("test result", content) + # put a new content into tha attachement and check that the next + # time we ask the report we received the saved attachment not a newly + # generated document + created_attachement.datas = base64.encodestring("new content") + res = self.report.render_report( + self.env.user.ids, self.report.report_name, {}) + self.assertEqual(('new content', 'pdf'), res) + def test_report_post_process(self): """ By default the post_process method is in charge to save the From 843dd5647bbeb7b9e4e13a265457b420e3e6bd99 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 17 Feb 2017 14:31:57 +0100 Subject: [PATCH 051/135] [IMP] report_py3o: Take into account print_report_name If a Printed Report Name is set on the action report, use it as downloaded filename refs #133 --- report_py3o/__init__.py | 1 + report_py3o/__manifest__.py | 1 + report_py3o/controllers/__init__.py | 1 + report_py3o/controllers/main.py | 100 ++++++++++++++++++ report_py3o/models/ir_actions_report_xml.py | 24 ++++- .../static/src/js/py3oactionmanager.js | 59 +++++++++++ report_py3o/views/report_py3o.xml | 10 ++ 7 files changed, 193 insertions(+), 3 deletions(-) create mode 100644 report_py3o/controllers/__init__.py create mode 100644 report_py3o/controllers/main.py create mode 100644 report_py3o/static/src/js/py3oactionmanager.js create mode 100644 report_py3o/views/report_py3o.xml diff --git a/report_py3o/__init__.py b/report_py3o/__init__.py index 0650744f6b..f7209b1710 100644 --- a/report_py3o/__init__.py +++ b/report_py3o/__init__.py @@ -1 +1,2 @@ from . import models +from . import controllers diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 2f9aaabac4..b42c128778 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -23,6 +23,7 @@ 'views/py3o_template.xml', 'views/py3o_server.xml', 'views/ir_report.xml', + 'views/report_py3o.xml', 'demo/report_py3o.xml', ], 'installable': True, diff --git a/report_py3o/controllers/__init__.py b/report_py3o/controllers/__init__.py new file mode 100644 index 0000000000..12a7e529b6 --- /dev/null +++ b/report_py3o/controllers/__init__.py @@ -0,0 +1 @@ +from . import main diff --git a/report_py3o/controllers/main.py b/report_py3o/controllers/main.py new file mode 100644 index 0000000000..71d1ca08de --- /dev/null +++ b/report_py3o/controllers/main.py @@ -0,0 +1,100 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) +import json +import mimetypes +from werkzeug import exceptions, url_decode + +from odoo.http import route, request + +from odoo.addons.report.controllers import main +from odoo.addons.web.controllers.main import ( + _serialize_exception, + content_disposition +) +from odoo.tools import html_escape + + +class ReportController(main.ReportController): + + @route() + def report_routes(self, reportname, docids=None, converter=None, **data): + if converter != 'py3o': + return super(ReportController, self).report_routes( + reportname=reportname, docids=docids, converter=converter, + **data) + context = dict(request.env.context) + + if docids: + docids = [int(i) for i in docids.split(',')] + if data.get('options'): + data.update(json.loads(data.pop('options'))) + if data.get('context'): + # Ignore 'lang' here, because the context in data is the + # one from the webclient *but* if the user explicitely wants to + # change the lang, this mechanism overwrites it. + data['context'] = json.loads(data['context']) + if data['context'].get('lang'): + del data['context']['lang'] + context.update(data['context']) + + ir_action = request.env['ir.actions.report.xml'] + action_py3o_report = ir_action.get_from_report_name( + reportname, "py3o").with_context(context) + if not action_py3o_report: + raise exceptions.HTTPException( + description='Py3o action report not found for report_name ' + '%s' % reportname) + context['report_name'] = reportname + py3o_report = request.env['py3o.report'].create({ + 'ir_actions_report_xml_id': action_py3o_report.id + }).with_context(context) + res, filetype = py3o_report.create_report(docids, data) + filename = action_py3o_report.gen_report_download_filename( + docids, data) + content_type = mimetypes.guess_type("x." + filetype)[0] + http_headers = [('Content-Type', content_type), + ('Content-Length', len(res)), + ('Content-Disposition', content_disposition(filename)) + ] + return request.make_response(res, headers=http_headers) + + @route() + def report_download(self, data, token): + """This function is used by 'qwebactionmanager.js' in order to trigger + the download of a py3o/controller report. + + :param data: a javascript array JSON.stringified containg report + internal url ([0]) and type [1] + :returns: Response with a filetoken cookie and an attachment header + """ + requestcontent = json.loads(data) + url, type = requestcontent[0], requestcontent[1] + if type != 'py3o': + return super(ReportController, self).report_download(data, token) + try: + reportname = url.split('/report/py3o/')[1].split('?')[0] + docids = None + if '/' in reportname: + reportname, docids = reportname.split('/') + + if docids: + # Generic report: + response = self.report_routes( + reportname, docids=docids, converter='py3o') + else: + # Particular report: + # decoding the args represented in JSON + data = url_decode(url.split('?')[1]).items() + response = self.report_routes( + reportname, converter='py3o', **dict(data)) + response.set_cookie('fileToken', token) + return response + except Exception, e: + se = _serialize_exception(e) + error = { + 'code': 200, + 'message': "Odoo Server Error", + 'data': se + } + return request.make_response(html_escape(json.dumps(error))) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index 5539155cf1..66d9a5fcf1 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -2,8 +2,10 @@ # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import logging +import time from odoo import api, fields, models, _ from odoo.exceptions import ValidationError +from odoo.tools.safe_eval import safe_eval logger = logging.getLogger(__name__) @@ -87,14 +89,30 @@ def _get_py3o_filetypes(self): "files as selected records. If you enable this option, Odoo will " "generate instead a single report for the selected records.") + @api.model + def get_from_report_name(self, report_name, report_type): + return self.search( + [("report_name", "=", report_name), + ("report_type", "=", report_type)]) + @api.model def render_report(self, res_ids, name, data): - action_py3o_report = self.search( - [("report_name", "=", name), - ("report_type", "=", "py3o")]) + action_py3o_report = self.get_from_report_name(name, "py3o") if action_py3o_report: return self.env['py3o.report'].create({ 'ir_actions_report_xml_id': action_py3o_report.id }).create_report(res_ids, data) return super(IrActionsReportXml, self).render_report( res_ids, name, data) + + @api.multi + def gen_report_download_filename(self, res_ids, data): + """Override this function to change the name of the downloaded report + """ + self.ensure_one() + report = self.get_from_report_name(self.report_name, self.report_type) + if report.print_report_name and not len(res_ids) > 1: + obj = self.env[self.model].browse(res_ids) + return safe_eval(report.print_report_name, + {'object': obj, 'time': time}) + return "%s.%s" % (self.name, self.py3o_filetype) diff --git a/report_py3o/static/src/js/py3oactionmanager.js b/report_py3o/static/src/js/py3oactionmanager.js new file mode 100644 index 0000000000..8e9aa2ebac --- /dev/null +++ b/report_py3o/static/src/js/py3oactionmanager.js @@ -0,0 +1,59 @@ +/* Copyright 2017 ACSONE SA/NV + * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ +odoo.define('report_py3o.report', function (require) { + +var ActionManager = require('web.ActionManager'); +var core = require('web.core'); +var crash_manager = require('web.crash_manager'); +var framework = require('web.framework'); +var session = require('web.session'); + +var _t = core._t; + +var trigger_download = function(session, response, c, action, options) { + session.get_file({ + url: '/report/download', + data: {data: JSON.stringify(response)}, + complete: framework.unblockUI, + error: c.rpc_error.bind(c), + success: function(){ + if (action && options && !action.dialog) { + options.on_close(); + } + }, + }); +}; + +ActionManager.include({ + ir_actions_report_xml: function(action, options) { + var self = this; + framework.blockUI(); + action = _.clone(action); + _t = core._t; + + // Py3o reports + if ('report_type' in action && action.report_type == 'py3o' ) { + var report_url = '/report/py3o/' + action.report_name;; + // generic report: no query string + // particular: query string of action.data.form and context + if (!('data' in action) || !(action.data)) { + if ('active_ids' in action.context) { + report_url += "/" + action.context.active_ids.join(','); + } + } else { + report_url += "&options=" + encodeURIComponent(JSON.stringify(action.data)); + report_url += "&context=" + encodeURIComponent(JSON.stringify(action.context)); + } + + var response = new Array(); + response[0] = report_url; + response[1] = action.report_type; + var c = crash_manager; + return trigger_download(self.session, response, c, action, options); + } else { + return self._super(action, options); + } + } +}); + +}); diff --git a/report_py3o/views/report_py3o.xml b/report_py3o/views/report_py3o.xml new file mode 100644 index 0000000000..d99fc0d8d9 --- /dev/null +++ b/report_py3o/views/report_py3o.xml @@ -0,0 +1,10 @@ + + + + + + From ffe3e12ec5edc6f8c06e06011a5220fc54eb7707 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 3 Jun 2017 08:34:25 +0200 Subject: [PATCH 052/135] OCA Transbot updated translations from Transifex --- report_py3o/i18n/am.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/ar.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/bg.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/bs.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/ca.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/cs.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/da.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/de.po | 53 ++++--- report_py3o/i18n/el_GR.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/en_GB.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es.po | 26 +++- report_py3o/i18n/es_AR.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_CL.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_CO.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_CR.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_DO.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_EC.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_ES.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_MX.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_PE.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_PY.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/es_VE.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/et.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/eu.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/fa.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/fi.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/fr.po | 39 +++-- report_py3o/i18n/fr_CA.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/fr_CH.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/gl.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/gl_ES.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/he.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/hr.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/hr_HR.po | 33 +++- report_py3o/i18n/hu.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/id.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/it.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/ja.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/ko.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/lt.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/lt_LT.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/lv.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/mk.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/mn.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/nb.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/nb_NO.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/nl.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/nl_BE.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/nl_NL.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/pl.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/pt.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/pt_BR.po | 26 ++-- report_py3o/i18n/pt_PT.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/ro.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/ru.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/sk.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/sl.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/sr.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/sr@latin.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/sv.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/th.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/tr.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/tr_TR.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/uk.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/vi.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/vi_VN.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/zh_CN.po | 286 +++++++++++++++++++++++++++++++++++ report_py3o/i18n/zh_TW.po | 286 +++++++++++++++++++++++++++++++++++ 68 files changed, 18142 insertions(+), 53 deletions(-) create mode 100644 report_py3o/i18n/am.po create mode 100644 report_py3o/i18n/ar.po create mode 100644 report_py3o/i18n/bg.po create mode 100644 report_py3o/i18n/bs.po create mode 100644 report_py3o/i18n/ca.po create mode 100644 report_py3o/i18n/cs.po create mode 100644 report_py3o/i18n/da.po create mode 100644 report_py3o/i18n/el_GR.po create mode 100644 report_py3o/i18n/en_GB.po create mode 100644 report_py3o/i18n/es_AR.po create mode 100644 report_py3o/i18n/es_CL.po create mode 100644 report_py3o/i18n/es_CO.po create mode 100644 report_py3o/i18n/es_CR.po create mode 100644 report_py3o/i18n/es_DO.po create mode 100644 report_py3o/i18n/es_EC.po create mode 100644 report_py3o/i18n/es_ES.po create mode 100644 report_py3o/i18n/es_MX.po create mode 100644 report_py3o/i18n/es_PE.po create mode 100644 report_py3o/i18n/es_PY.po create mode 100644 report_py3o/i18n/es_VE.po create mode 100644 report_py3o/i18n/et.po create mode 100644 report_py3o/i18n/eu.po create mode 100644 report_py3o/i18n/fa.po create mode 100644 report_py3o/i18n/fi.po create mode 100644 report_py3o/i18n/fr_CA.po create mode 100644 report_py3o/i18n/fr_CH.po create mode 100644 report_py3o/i18n/gl.po create mode 100644 report_py3o/i18n/gl_ES.po create mode 100644 report_py3o/i18n/he.po create mode 100644 report_py3o/i18n/hr.po create mode 100644 report_py3o/i18n/hu.po create mode 100644 report_py3o/i18n/id.po create mode 100644 report_py3o/i18n/it.po create mode 100644 report_py3o/i18n/ja.po create mode 100644 report_py3o/i18n/ko.po create mode 100644 report_py3o/i18n/lt.po create mode 100644 report_py3o/i18n/lt_LT.po create mode 100644 report_py3o/i18n/lv.po create mode 100644 report_py3o/i18n/mk.po create mode 100644 report_py3o/i18n/mn.po create mode 100644 report_py3o/i18n/nb.po create mode 100644 report_py3o/i18n/nb_NO.po create mode 100644 report_py3o/i18n/nl.po create mode 100644 report_py3o/i18n/nl_BE.po create mode 100644 report_py3o/i18n/nl_NL.po create mode 100644 report_py3o/i18n/pl.po create mode 100644 report_py3o/i18n/pt.po create mode 100644 report_py3o/i18n/pt_PT.po create mode 100644 report_py3o/i18n/ro.po create mode 100644 report_py3o/i18n/ru.po create mode 100644 report_py3o/i18n/sk.po create mode 100644 report_py3o/i18n/sl.po create mode 100644 report_py3o/i18n/sr.po create mode 100644 report_py3o/i18n/sr@latin.po create mode 100644 report_py3o/i18n/sv.po create mode 100644 report_py3o/i18n/th.po create mode 100644 report_py3o/i18n/tr.po create mode 100644 report_py3o/i18n/tr_TR.po create mode 100644 report_py3o/i18n/uk.po create mode 100644 report_py3o/i18n/vi.po create mode 100644 report_py3o/i18n/vi_VN.po create mode 100644 report_py3o/i18n/zh_CN.po create mode 100644 report_py3o/i18n/zh_TW.po diff --git a/report_py3o/i18n/am.po b/report_py3o/i18n/am.po new file mode 100644 index 0000000000..af1415ad76 --- /dev/null +++ b/report_py3o/i18n/am.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??ltima actualizaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/ar.po b/report_py3o/i18n/ar.po new file mode 100644 index 0000000000..2cab2c9f37 --- /dev/null +++ b/report_py3o/i18n/ar.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/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: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "???????? ????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "???????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????? ??????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "????????????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "?????? ?????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "?????? ?????????? ????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????? ?????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/bg.po b/report_py3o/i18n/bg.po new file mode 100644 index 0000000000..61385255b6 --- /dev/null +++ b/report_py3o/i18n/bg.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "?????????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "?????????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????? ???? ??????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "???????????????? ???????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "???????????????? ???????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "???????????????? ???????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/bs.po b/report_py3o/i18n/bs.po new file mode 100644 index 0000000000..d5ba3d8ca5 --- /dev/null +++ b/report_py3o/i18n/bs.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Prika??i naziv" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Zadnji a??urirao" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Zadnje a??urirano" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Ime" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/ca.po b/report_py3o/i18n/ca.po new file mode 100644 index 0000000000..74a8f70e62 --- /dev/null +++ b/report_py3o/i18n/ca.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Darrera modificaci?? el" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualitzaci?? per" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Darrera Actualitzaci?? el" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nom" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Informe" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/cs.po b/report_py3o/i18n/cs.po new file mode 100644 index 0000000000..b04b9aa269 --- /dev/null +++ b/report_py3o/i18n/cs.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Vytvo??il(a)" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Vytvo??eno" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Zobrazovan?? n??zev" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "N??zev" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/da.po b/report_py3o/i18n/da.po new file mode 100644 index 0000000000..f8578187ef --- /dev/null +++ b/report_py3o/i18n/da.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "Id" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Sidst ??ndret den" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Navn" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Rapport" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po index ea606b2f90..44675f5369 100644 --- a/report_py3o/i18n/de.po +++ b/report_py3o/i18n/de.po @@ -3,14 +3,14 @@ # * report_py3o # # Translators: -# Niki Waibel , 2017 +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-23 01:39+0000\n" -"PO-Revision-Date: 2017-02-23 01:39+0000\n" -"Last-Translator: Niki Waibel , 2017\n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 #, python-format msgid "(Native)" msgstr "" @@ -30,7 +30,7 @@ msgid "Active" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -42,21 +42,21 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" -msgstr "" +msgstr "Erstellt von" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" -msgstr "" +msgstr "Erstellt am:" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" -msgstr "" +msgstr "Anzeigename" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -64,7 +64,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -80,7 +80,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:256 +#: code:addons/report_py3o/models/py3o_report.py:278 #, python-format msgid "Fusion server error %s" msgstr "" @@ -95,7 +95,7 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" -msgstr "" +msgstr "ID" #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -104,6 +104,15 @@ msgid "" "relative path to root of YOUR module or an absolute path on your server." msgstr "" +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_py3o_server_url msgid "" @@ -121,21 +130,21 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" -msgstr "" +msgstr "Zuletzt ge??ndert am" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" -msgstr "" +msgstr "Zuletzt aktualisiert von" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" -msgstr "" +msgstr "Zuletzt aktualisiert am" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data @@ -158,10 +167,15 @@ msgstr "" msgid "Module" msgstr "" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name msgid "Name" -msgstr "" +msgstr "Bezeichnung" #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion @@ -171,7 +185,7 @@ msgid "" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:147 +#: code:addons/report_py3o/models/py3o_report.py:182 #, python-format msgid "No template found. Aborting." msgstr "" @@ -236,6 +250,11 @@ msgstr "" msgid "Py3o Templates" msgstr "" +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Bericht" + #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report msgid "Report Py30" diff --git a/report_py3o/i18n/el_GR.po b/report_py3o/i18n/el_GR.po new file mode 100644 index 0000000000..164824ce52 --- /dev/null +++ b/report_py3o/i18n/el_GR.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "?????????????????????????? ?????? " + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "?????????????????????????? ????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "??????????????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "?????????????????? ?????????????????? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????????????????? ?????????????????? ????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "??????????????" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/en_GB.po b/report_py3o/i18n/en_GB.po new file mode 100644 index 0000000000..844f7ba20f --- /dev/null +++ b/report_py3o/i18n/en_GB.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Created on" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Name" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index 56485fd973..26a69852ae 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-23 00:38+0000\n" -"PO-Revision-Date: 2017-04-23 00:38+0000\n" +"POT-Creation-Date: 2017-05-31 03:52+0000\n" +"PO-Revision-Date: 2017-05-31 03:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 #, python-format msgid "(Native)" msgstr "(Originario)" @@ -30,7 +30,7 @@ msgid "Active" msgstr "Activo" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -66,7 +66,7 @@ msgid "Fallback" msgstr "Retroceder" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "Campo 'Formato de salida' es necesario para el informe Py3O" @@ -108,6 +108,15 @@ msgstr "" "Si el usuario no proporciona una plantilla se utilizar?? una ruta relativa a " "la ra??z de SU m??dulo o una ruta absoluta en SU servidor." +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_py3o_server_url msgid "" @@ -164,6 +173,11 @@ msgstr "Fusi??n Local" msgid "Module" msgstr "M??dulo" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name msgid "Name" @@ -247,7 +261,7 @@ msgstr "Modelos Py3o" #. module: report_py3o #: model:ir.model,name:report_py3o.model_report msgid "Report" -msgstr "" +msgstr "Informe" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report diff --git a/report_py3o/i18n/es_AR.po b/report_py3o/i18n/es_AR.po new file mode 100644 index 0000000000..67199fe426 --- /dev/null +++ b/report_py3o/i18n/es_AR.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??ltima modificaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n realizada por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??ltima actualizaci??n el" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_CL.po b/report_py3o/i18n/es_CL.po new file mode 100644 index 0000000000..9cabf2401b --- /dev/null +++ b/report_py3o/i18n/es_CL.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID (identificaci??n)" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??ltima modificaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n de" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??ltima actualizaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_CO.po b/report_py3o/i18n/es_CO.po new file mode 100644 index 0000000000..fd964f73d5 --- /dev/null +++ b/report_py3o/i18n/es_CO.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nombre P??blico" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??ltima Modificaci??n el" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Iforme" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_CR.po b/report_py3o/i18n/es_CR.po new file mode 100644 index 0000000000..6264de6e1d --- /dev/null +++ b/report_py3o/i18n/es_CR.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizaci??n por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualizaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_DO.po b/report_py3o/i18n/es_DO.po new file mode 100644 index 0000000000..cc88fc5ebb --- /dev/null +++ b/report_py3o/i18n/es_DO.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??ltima modificaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n de" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??ltima actualizaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_EC.po b/report_py3o/i18n/es_EC.po new file mode 100644 index 0000000000..c3edc4c341 --- /dev/null +++ b/report_py3o/i18n/es_EC.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID (identificaci??n)" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??ltima modificaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n de" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??ltima actualizaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_ES.po b/report_py3o/i18n/es_ES.po new file mode 100644 index 0000000000..7f845e40f1 --- /dev/null +++ b/report_py3o/i18n/es_ES.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??ltima modificaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??ltima actualizaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_MX.po b/report_py3o/i18n/es_MX.po new file mode 100644 index 0000000000..ff8349e1dc --- /dev/null +++ b/report_py3o/i18n/es_MX.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualizaci??n realizada" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_PE.po b/report_py3o/i18n/es_PE.po new file mode 100644 index 0000000000..4f0dc7bc57 --- /dev/null +++ b/report_py3o/i18n/es_PE.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Ultima Modificaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Actualizado ??ltima vez por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Ultima Actualizaci??n" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_PY.po b/report_py3o/i18n/es_PY.po new file mode 100644 index 0000000000..95f66d3f0a --- /dev/null +++ b/report_py3o/i18n/es_PY.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizaci??n por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualizaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/es_VE.po b/report_py3o/i18n/es_VE.po new file mode 100644 index 0000000000..e8de1f75b9 --- /dev/null +++ b/report_py3o/i18n/es_VE.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Modificada por ??ltima vez" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n realizada por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nombre" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/et.po b/report_py3o/i18n/et.po new file mode 100644 index 0000000000..6464d9c4c2 --- /dev/null +++ b/report_py3o/i18n/et.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/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: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "N??idatav nimi" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nimi" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/eu.po b/report_py3o/i18n/eu.po new file mode 100644 index 0000000000..147d0bee6c --- /dev/null +++ b/report_py3o/i18n/eu.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Created on" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Izena" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/fa.po b/report_py3o/i18n/fa.po new file mode 100644 index 0000000000..38adeb3c07 --- /dev/null +++ b/report_py3o/i18n/fa.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "?????????? ?????? ????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "?????????? ?????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????? ????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "??????????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "?????????? ?????????? ???????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "?????????? ???? ?????? ?????????? ????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????????? ???? ?????? ?????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/fi.po b/report_py3o/i18n/fi.po new file mode 100644 index 0000000000..f3cf3550a0 --- /dev/null +++ b/report_py3o/i18n/fi.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Luotu" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Viimeksi p??ivitt??nyt" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Viimeksi p??ivitetty" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nimi" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index ea80da77dd..24f9b1a98b 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-23 01:39+0000\n" -"PO-Revision-Date: 2017-02-23 01:39+0000\n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 #, python-format msgid "(Native)" msgstr "" @@ -30,7 +30,7 @@ msgid "Active" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -56,7 +56,7 @@ msgstr "Cr???? le " #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" -msgstr "" +msgstr "Nom ?? afficher" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -64,7 +64,7 @@ msgid "Fallback" msgstr "Proc??dure de recours" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -80,7 +80,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:256 +#: code:addons/report_py3o/models/py3o_report.py:278 #, python-format msgid "Fusion server error %s" msgstr "" @@ -104,6 +104,15 @@ msgid "" "relative path to root of YOUR module or an absolute path on your server." msgstr "" +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_py3o_server_url msgid "" @@ -121,7 +130,7 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" -msgstr "" +msgstr "Derni??re modification le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid @@ -158,6 +167,11 @@ msgstr "" msgid "Module" msgstr "Module" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name msgid "Name" @@ -171,7 +185,7 @@ msgid "" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:147 +#: code:addons/report_py3o/models/py3o_report.py:182 #, python-format msgid "No template found. Aborting." msgstr "" @@ -236,6 +250,11 @@ msgstr "" msgid "Py3o Templates" msgstr "Py3o Templates" +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Rapport" + #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report msgid "Report Py30" @@ -254,7 +273,7 @@ msgstr "The implementer module that provides this report" #. module: report_py3o #: model:ir.model,name:report_py3o.model_ir_actions_report_xml msgid "ir.actions.report.xml" -msgstr "" +msgstr "ir.actions.report.xml" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_server diff --git a/report_py3o/i18n/fr_CA.po b/report_py3o/i18n/fr_CA.po new file mode 100644 index 0000000000..fde595e1a5 --- /dev/null +++ b/report_py3o/i18n/fr_CA.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Cr???? par" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Cr???? le" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "Identifiant" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Derni??re mise ?? jour par" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Derni??re mise ?? jour le" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nom" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/fr_CH.po b/report_py3o/i18n/fr_CH.po new file mode 100644 index 0000000000..f526e170a6 --- /dev/null +++ b/report_py3o/i18n/fr_CH.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Cr???? par" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Cr???? le" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nom affich??" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Derni??re modification le" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Modifi?? par" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Modifi?? le" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/gl.po b/report_py3o/i18n/gl.po new file mode 100644 index 0000000000..996894b984 --- /dev/null +++ b/report_py3o/i18n/gl.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??ltima modificaci??n" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "??ltima actualizaci??n por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??ltima actualizaci??n en" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Informe" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/gl_ES.po b/report_py3o/i18n/gl_ES.po new file mode 100644 index 0000000000..ef7c17990a --- /dev/null +++ b/report_py3o/i18n/gl_ES.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/he.po b/report_py3o/i18n/he.po new file mode 100644 index 0000000000..4b8f5d4cfc --- /dev/null +++ b/report_py3o/i18n/he.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "???????? ???? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "???????? ??-" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????? ??????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "????????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "?????????? ?????????? ??????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "?????????? ?????????????? ???? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????????? ?????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/hr.po b/report_py3o/i18n/hr.po new file mode 100644 index 0000000000..28ec0b3488 --- /dev/null +++ b/report_py3o/i18n/hr.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Naziv " + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Zadnji a??urirao" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Zadnje a??uriranje" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Naziv" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index 3da858d946..aececf71fd 100644 --- a/report_py3o/i18n/hr_HR.po +++ b/report_py3o/i18n/hr_HR.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-03-06 11:30+0000\n" -"PO-Revision-Date: 2017-03-06 11:30+0000\n" +"POT-Creation-Date: 2017-07-13 02:42+0000\n" +"PO-Revision-Date: 2017-07-13 02:42+0000\n" "Last-Translator: Bole , 2017\n" "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 #, python-format msgid "(Native)" msgstr "(Izvorno)" @@ -31,7 +31,7 @@ msgid "Active" msgstr "Aktivan" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -65,7 +65,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -81,7 +81,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:256 +#: code:addons/report_py3o/models/py3o_report.py:278 #, python-format msgid "Fusion server error %s" msgstr "" @@ -105,6 +105,15 @@ msgid "" "relative path to root of YOUR module or an absolute path on your server." msgstr "" +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_py3o_server_url msgid "" @@ -159,6 +168,11 @@ msgstr "" msgid "Module" msgstr "Modul" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name msgid "Name" @@ -172,7 +186,7 @@ msgid "" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:147 +#: code:addons/report_py3o/models/py3o_report.py:182 #, python-format msgid "No template found. Aborting." msgstr "" @@ -237,6 +251,11 @@ msgstr "" msgid "Py3o Templates" msgstr "" +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Izvje??taj" + #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report msgid "Report Py30" diff --git a/report_py3o/i18n/hu.po b/report_py3o/i18n/hu.po new file mode 100644 index 0000000000..8565236962 --- /dev/null +++ b/report_py3o/i18n/hu.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "K??sz??tette" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "L??trehoz??s d??tuma" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "N??v megjelen??t??se" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Utols?? friss??t??s d??tuma" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Utolj??ra friss??tve, ??ltal" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Utolj??ra friss??tve " + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "N??v" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/id.po b/report_py3o/i18n/id.po new file mode 100644 index 0000000000..e547bf7591 --- /dev/null +++ b/report_py3o/i18n/id.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nama" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/it.po b/report_py3o/i18n/it.po new file mode 100644 index 0000000000..7e06187880 --- /dev/null +++ b/report_py3o/i18n/it.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creato il" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nome" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Report" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/ja.po b/report_py3o/i18n/ja.po new file mode 100644 index 0000000000..0aeb03178f --- /dev/null +++ b/report_py3o/i18n/ja.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "?????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "?????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "???????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "???????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "???????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/ko.po b/report_py3o/i18n/ko.po new file mode 100644 index 0000000000..fb0499faf5 --- /dev/null +++ b/report_py3o/i18n/ko.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "?????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "?????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "?????? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "?????? ????????? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????? ?????? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/lt.po b/report_py3o/i18n/lt.po new file mode 100644 index 0000000000..fe16d70404 --- /dev/null +++ b/report_py3o/i18n/lt.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Suk??r??" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Paskutin?? kart?? keista" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Paskutin?? kart?? atnaujino" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Paskutin?? kart?? atnaujinta" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Pavadinimas" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/lt_LT.po b/report_py3o/i18n/lt_LT.po new file mode 100644 index 0000000000..a2298dfb8a --- /dev/null +++ b/report_py3o/i18n/lt_LT.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Suk??r??" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Paskutin?? kart?? atnaujino" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Paskutin?? kart?? atnaujinta" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/lv.po b/report_py3o/i18n/lv.po new file mode 100644 index 0000000000..6a1604009a --- /dev/null +++ b/report_py3o/i18n/lv.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "P??d??jo reizi atjaunoja" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "P??d??j??s izmai??as" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nosaukums" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/mk.po b/report_py3o/i18n/mk.po new file mode 100644 index 0000000000..bd08993a01 --- /dev/null +++ b/report_py3o/i18n/mk.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "???????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "???????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????????????? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "???????????????? ?????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "???????????????? ?????????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "???????????????? ?????????????????? ????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/mn.po b/report_py3o/i18n/mn.po new file mode 100644 index 0000000000..8f8c55a8dd --- /dev/null +++ b/report_py3o/i18n/mn.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "??????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????????????????? ??????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "?????????????? ???????????? ???????????? ??????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "?????????????? ???????????? ????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????????????? ???????????? ???????????? ??????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/nb.po b/report_py3o/i18n/nb.po new file mode 100644 index 0000000000..20fd4d5130 --- /dev/null +++ b/report_py3o/i18n/nb.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokm??l (https://www.transifex.com/oca/teams/23907/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Navn" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/nb_NO.po b/report_py3o/i18n/nb_NO.po new file mode 100644 index 0000000000..eea2fc8d09 --- /dev/null +++ b/report_py3o/i18n/nb_NO.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokm??l (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Rapport" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/nl.po b/report_py3o/i18n/nl.po new file mode 100644 index 0000000000..de738da05d --- /dev/null +++ b/report_py3o/i18n/nl.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Naam" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/nl_BE.po b/report_py3o/i18n/nl_BE.po new file mode 100644 index 0000000000..b96fa6e3fc --- /dev/null +++ b/report_py3o/i18n/nl_BE.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Naam:" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/nl_NL.po b/report_py3o/i18n/nl_NL.po new file mode 100644 index 0000000000..9cbbbb308c --- /dev/null +++ b/report_py3o/i18n/nl_NL.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-23 00:28+0000\n" +"PO-Revision-Date: 2017-06-23 00:28+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "Actief" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "Groeperen op" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "LibreOffice Sjabloon" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "Module" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Naam" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "ODF-Tekstdocument" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "Py3o" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "Py3o Rapporten" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "Py3o Servers" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "Py3o Sjablonen" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Rapport" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "Sjabloon" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "py3o.server" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "py3o.template" diff --git a/report_py3o/i18n/pl.po b/report_py3o/i18n/pl.po new file mode 100644 index 0000000000..4f6639705f --- /dev/null +++ b/report_py3o/i18n/pl.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Wy??wietlana nazwa " + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nazwa" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Raport" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/pt.po b/report_py3o/i18n/pt.po new file mode 100644 index 0000000000..3598585f6b --- /dev/null +++ b/report_py3o/i18n/pt.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nome" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Modificado a ??ltima vez por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela ??ltima vez por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Atualizado pela ??ltima vez em" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nome" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Relat??rio" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po index 8a8b8636f4..230b8f95f3 100644 --- a/report_py3o/i18n/pt_BR.po +++ b/report_py3o/i18n/pt_BR.po @@ -3,14 +3,14 @@ # * report_py3o # # Translators: -# Cezar Jos?? Sant Anna Junior , 2017 +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-19 10:15+0000\n" -"PO-Revision-Date: 2017-05-19 10:15+0000\n" -"Last-Translator: Cezar Jos?? Sant Anna Junior , 2017\n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 #, python-format msgid "(Native)" msgstr "(Nativo)" @@ -30,7 +30,7 @@ msgid "Active" msgstr "Ativo" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -66,7 +66,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -97,7 +97,7 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" -msgstr "" +msgstr "Identifica????o" #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -132,21 +132,21 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" -msgstr "" +msgstr "??ltima atualiza????o em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" -msgstr "" +msgstr "??ltima atualiza????o por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" -msgstr "" +msgstr "??ltima atualiza????o em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data @@ -177,7 +177,7 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name msgid "Name" -msgstr "" +msgstr "Nome" #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion @@ -255,7 +255,7 @@ msgstr "" #. module: report_py3o #: model:ir.model,name:report_py3o.model_report msgid "Report" -msgstr "" +msgstr "Relat??rio" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report diff --git a/report_py3o/i18n/pt_PT.po b/report_py3o/i18n/pt_PT.po new file mode 100644 index 0000000000..168160d591 --- /dev/null +++ b/report_py3o/i18n/pt_PT.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??ltima Modifica????o Em" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela ??ltima vez por" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Atualizado pela ??ltima vez em" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Nome" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Relat??rio" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/ro.po b/report_py3o/i18n/ro.po new file mode 100644 index 0000000000..24af576bb3 --- /dev/null +++ b/report_py3o/i18n/ro.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Nume Afi??at" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare ??n" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare f??cut?? de" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/ru.po b/report_py3o/i18n/ru.po new file mode 100644 index 0000000000..4a67dbaafb --- /dev/null +++ b/report_py3o/i18n/ru.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "??????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "?????????????????? ?????? ??????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????????????????? ?????? ??????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "????????????????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/sk.po b/report_py3o/i18n/sk.po new file mode 100644 index 0000000000..2903f02efe --- /dev/null +++ b/report_py3o/i18n/sk.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Vytvoren??" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Zobrazi?? meno" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Posledn?? modifik??cia" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Naposledy upravovan??" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Meno" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/sl.po b/report_py3o/i18n/sl.po new file mode 100644 index 0000000000..d56f01fc1d --- /dev/null +++ b/report_py3o/i18n/sl.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Zadnji?? spremenjeno" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Zadnji?? posodobljeno" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Naziv" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Poro??ilo" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/sr.po b/report_py3o/i18n/sr.po new file mode 100644 index 0000000000..6bed824773 --- /dev/null +++ b/report_py3o/i18n/sr.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Ime" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/sr@latin.po b/report_py3o/i18n/sr@latin.po new file mode 100644 index 0000000000..e422b271e5 --- /dev/null +++ b/report_py3o/i18n/sr@latin.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Ime:" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/sv.po b/report_py3o/i18n/sv.po new file mode 100644 index 0000000000..24f93532e6 --- /dev/null +++ b/report_py3o/i18n/sv.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Namn" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/th.po b/report_py3o/i18n/th.po new file mode 100644 index 0000000000..c09fb607c6 --- /dev/null +++ b/report_py3o/i18n/th.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "????????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "??????????????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "??????????????????????????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "????????????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??????????????????????????????????????????????????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "???????????????????????????????????????????????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????????????????????????????????????????????????????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "????????????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/tr.po b/report_py3o/i18n/tr.po new file mode 100644 index 0000000000..f3aba30ee2 --- /dev/null +++ b/report_py3o/i18n/tr.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Olu??turan" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Olu??turuldu" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "G??r??nen ??sim" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "Son de??i??iklik" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Son g??ncelleyen" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "Son g??ncelleme" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Ad??" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/tr_TR.po b/report_py3o/i18n/tr_TR.po new file mode 100644 index 0000000000..cc395d00af --- /dev/null +++ b/report_py3o/i18n/tr_TR.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "Olu??turan" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "Olu??turulma tarihi" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "G??r??nen ad" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "Kimlik" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "En son g??ncelleme tarihi" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "En son g??ncelleyen " + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "En son g??ncelleme tarihi" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Ad" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "Rapor" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/uk.po b/report_py3o/i18n/uk.po new file mode 100644 index 0000000000..c9efb1e0a8 --- /dev/null +++ b/report_py3o/i18n/uk.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "??????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "???????? ??????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "?????????? ?????? ????????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "?????????????? ??????????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "???????????????? ????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "?????????????? ??????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "Name" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/vi.po b/report_py3o/i18n/vi.po new file mode 100644 index 0000000000..09d35b9e6d --- /dev/null +++ b/report_py3o/i18n/vi.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "???????c t???o b???i" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "???????c t???o v??o" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "T??n hi???n th???" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "S???a l???n cu???i v??o" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "C???p nh???t l???n cu???i v??o" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "T??n" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/vi_VN.po b/report_py3o/i18n/vi_VN.po new file mode 100644 index 0000000000..516cb9f846 --- /dev/null +++ b/report_py3o/i18n/vi_VN.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "T???o b???i" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "T???o v??o" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "C???p nh???t l???n cu???i b???i" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "C???p nh???t l???n cu???i v??o" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/zh_CN.po b/report_py3o/i18n/zh_CN.po new file mode 100644 index 0000000000..0dd16df22e --- /dev/null +++ b/report_py3o/i18n/zh_CN.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "?????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "??????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "???????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "??????????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/zh_TW.po b/report_py3o/i18n/zh_TW.po new file mode 100644 index 0000000000..9e1d738a2f --- /dev/null +++ b/report_py3o/i18n/zh_TW.po @@ -0,0 +1,286 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-17 02:52+0000\n" +"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "?????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "?????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:278 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "" +"If you execute a report on several records, by default Odoo will generate a " +"ZIP file that contains as many files as selected records. If you enable this" +" option, Odoo will generate instead a single report for the selected " +"records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "????????????:" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "???????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "???????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "??????" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:182 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" From eac82dcde27413fa7eb0ba8a2f1197f6cb5c244f Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 31 Oct 2017 11:17:17 +0100 Subject: [PATCH 053/135] [IMP] report_py3o: Allows to interpret \n and \t in texts, cleans html tags too --- report_py3o/models/py3o_report.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 24b1af4576..a892dec130 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -9,6 +9,7 @@ import logging import os from contextlib import closing +from genshi.core import Markup import pkg_resources import requests @@ -64,12 +65,22 @@ def fct1(fct): return fct1 +def format_multiline_value(value): + if value: + return Markup(unicode(value).replace('<', '<').replace('>', '>'). + replace('\n', ''). + replace('\t', '')) + return "" + + @py3o_report_extender() def defautl_extend(report_xml, localcontext): # add the base64decode function to be able do decode binary fields into # the template localcontext['b64decode'] = b64decode localcontext['report_xml'] = report_xml + localcontext['format_multiline_value'] = format_multiline_value + localcontext['html_sanitize'] = tools.html2plaintext class Py3oReport(models.TransientModel): From 2141a40caf7bbbe2169633260d3c3cbc8f2ff16a Mon Sep 17 00:00:00 2001 From: omar7r Date: Tue, 7 Nov 2017 20:16:05 +0100 Subject: [PATCH 054/135] [FIX] Deletes an unnecessary function call --- report_py3o/models/py3o_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index a892dec130..01decb420b 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -67,7 +67,7 @@ def fct1(fct): def format_multiline_value(value): if value: - return Markup(unicode(value).replace('<', '<').replace('>', '>'). + return Markup(value.replace('<', '<').replace('>', '>'). replace('\n', ''). replace('\t', '')) return "" From c33c328b7de3f652343680e4f3f78b337c59eeca Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 9 Nov 2017 11:05:01 +0100 Subject: [PATCH 055/135] [FIX] report_py3o: Removes api.one --- report_py3o/models/ir_actions_report_xml.py | 27 +++++++++++---------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index 66d9a5fcf1..7298486ef9 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -23,25 +23,26 @@ class IrActionsReportXml(models.Model): _inherit = 'ir.actions.report.xml' - @api.one + @api.multi @api.constrains("py3o_filetype", "report_type") def _check_py3o_filetype(self): - if self.report_type == "py3o" and not self.py3o_filetype: - raise ValidationError(_( - "Field 'Output Format' is required for Py3O report")) + for report in self: + if report.report_type == "py3o" and not report.py3o_filetype: + raise ValidationError(_( + "Field 'Output Format' is required for Py3O report")) - @api.one + @api.multi @api.constrains("py3o_is_local_fusion", "py3o_server_id", "py3o_filetype") def _check_py3o_server_id(self): - if self.report_type != "py3o": - return - is_native = Formats().get_format(self.py3o_filetype).native - if ((not is_native or not self.py3o_is_local_fusion) and - not self.py3o_server_id): - raise ValidationError(_( - "Can not use not native format in local fusion. " - "Please specify a Fusion Server")) + for report in self: + if report.report_type == "py3o": + is_native = Formats().get_format(report.py3o_filetype).native + if ((not is_native or not report.py3o_is_local_fusion) and + not report.py3o_server_id): + raise ValidationError(_( + "Can not use not native format in local fusion. " + "Please specify a Fusion Server")) @api.model def _get_py3o_filetypes(self): From dad5603f392d49006b4fb09d08b036c9f9b5a417 Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 9 Nov 2017 11:28:11 +0100 Subject: [PATCH 056/135] [FIX] report_py3o: Import new dependencies in try...except --- report_py3o/models/py3o_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 01decb420b..13f95c3a90 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -9,7 +9,6 @@ import logging import os from contextlib import closing -from genshi.core import Markup import pkg_resources import requests @@ -28,6 +27,7 @@ from py3o.template.helpers import Py3oConvertor from py3o.template import Template from py3o import formats + from genshi.core import Markup except ImportError: logger.debug('Cannot import py3o.template') try: From 44b64fe83c43258ed9a76d2e28b1d855f74f5a0d Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 10 Nov 2017 11:45:01 +0100 Subject: [PATCH 057/135] [UPD] report_py3o: Bump version --- report_py3o/README.rst | 1 + report_py3o/__manifest__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 192965f5fe..4c8afb7789 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -240,6 +240,7 @@ Contributors * Laurent Mignon , * Alexis de Lattre , * Guewen Baconnier +* Omar Casti??eira Maintainer diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index b42c128778..81e7fcd593 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Py3o Report Engine', 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', - 'version': '10.0.1.1.0', + 'version': '10.0.1.2.0', 'category': 'Reporting', 'license': 'AGPL-3', 'author': 'XCG Consulting,' From f5c633a01e0304daf22b8b1e2a3a0f1ef93e642a Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 25 Nov 2017 09:34:20 +0100 Subject: [PATCH 058/135] OCA Transbot updated translations from Transifex --- report_py3o/i18n/es.po | 28 +++++++++++++++------------- report_py3o/i18n/fr.po | 22 +++++++++++----------- report_py3o/i18n/hr_HR.po | 20 ++++++++++---------- report_py3o/i18n/pt_BR.po | 17 +++++++++-------- 4 files changed, 45 insertions(+), 42 deletions(-) diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index 26a69852ae..eacfc818ee 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -4,13 +4,15 @@ # # Translators: # OCA Transbot , 2017 +# Fernando Lara , 2017 +# Pedro M. Baeza , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-31 03:52+0000\n" -"PO-Revision-Date: 2017-05-31 03:52+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2017-11-22 01:45+0000\n" +"PO-Revision-Date: 2017-11-22 01:45+0000\n" +"Last-Translator: Pedro M. Baeza , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 #, python-format msgid "(Native)" msgstr "(Originario)" @@ -30,7 +32,7 @@ msgid "Active" msgstr "Activo" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -51,14 +53,14 @@ msgstr "Creado por" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" -msgstr "Creado sobre" +msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" -msgstr "Nombre por Mostrar" +msgstr "Nombre mostrado" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -66,7 +68,7 @@ msgid "Fallback" msgstr "Retroceder" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "Campo 'Formato de salida' es necesario para el informe Py3O" @@ -82,7 +84,7 @@ msgid "Fusion Server" msgstr "Servidor de Fusi??n" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 +#: code:addons/report_py3o/models/py3o_report.py:289 #, python-format msgid "Fusion server error %s" msgstr "Error del servidor de fusi??n %s" @@ -136,21 +138,21 @@ msgstr "Ir a los informes de acciones xml id" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" -msgstr "Ultima modificaci??n fu??" +msgstr "??ltima modificaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" -msgstr "??ltima Actualizaci??n por" +msgstr "??ltima actualizaci??n por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" -msgstr "??ltima Actualizaci??n fu??" +msgstr "??ltima actualizaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data @@ -193,7 +195,7 @@ msgstr "" "modo si requiere los m??todos de su modelo en la plantilla." #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:193 #, python-format msgid "No template found. Aborting." msgstr "No se ha encontrado ninguna plantilla. Salir." diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index 24f9b1a98b..46ce1c83a7 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2017-11-22 01:45+0000\n" +"PO-Revision-Date: 2017-11-22 01:45+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 #, python-format msgid "(Native)" msgstr "" @@ -30,7 +30,7 @@ msgid "Active" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -42,14 +42,14 @@ msgstr "" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" -msgstr "Cr???? par " +msgstr "Cr???? par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" -msgstr "Cr???? le " +msgstr "Date" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name @@ -64,7 +64,7 @@ msgid "Fallback" msgstr "Proc??dure de recours" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -80,7 +80,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 +#: code:addons/report_py3o/models/py3o_report.py:289 #, python-format msgid "Fusion server error %s" msgstr "" @@ -137,14 +137,14 @@ msgstr "Derni??re modification le" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" -msgstr "Derni??re mise ?? jour par " +msgstr "Derni??re mise ?? jour par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" -msgstr "Derni??re mise ?? jour le " +msgstr "Derni??re mise ?? jour le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data @@ -185,7 +185,7 @@ msgid "" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:193 #, python-format msgid "No template found. Aborting." msgstr "" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index aececf71fd..38a4d566f6 100644 --- a/report_py3o/i18n/hr_HR.po +++ b/report_py3o/i18n/hr_HR.po @@ -3,15 +3,15 @@ # * report_py3o # # Translators: -# OCA Transbot , 2017 # Bole , 2017 +# OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-13 02:42+0000\n" -"PO-Revision-Date: 2017-07-13 02:42+0000\n" -"Last-Translator: Bole , 2017\n" +"POT-Creation-Date: 2017-11-22 01:45+0000\n" +"PO-Revision-Date: 2017-11-22 01:45+0000\n" +"Last-Translator: OCA Transbot , 2017\n" "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 #, python-format msgid "(Native)" msgstr "(Izvorno)" @@ -31,7 +31,7 @@ msgid "Active" msgstr "Aktivan" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -65,7 +65,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -81,7 +81,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 +#: code:addons/report_py3o/models/py3o_report.py:289 #, python-format msgid "Fusion server error %s" msgstr "" @@ -145,7 +145,7 @@ msgstr "Zadnji a??urirao" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" -msgstr "A??urirano" +msgstr "Zadnje a??urirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data @@ -186,7 +186,7 @@ msgid "" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:193 #, python-format msgid "No template found. Aborting." msgstr "" diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po index 230b8f95f3..d75dbf001a 100644 --- a/report_py3o/i18n/pt_BR.po +++ b/report_py3o/i18n/pt_BR.po @@ -3,13 +3,14 @@ # * report_py3o # # Translators: +# Cezar Jos?? Sant Anna Junior , 2017 # OCA Transbot , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2017-11-22 01:45+0000\n" +"PO-Revision-Date: 2017-11-22 01:45+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -19,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 #, python-format msgid "(Native)" msgstr "(Nativo)" @@ -30,7 +31,7 @@ msgid "Active" msgstr "Ativo" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 #, python-format msgid "" "Can not use not native format in local fusion. Please specify a Fusion " @@ -58,7 +59,7 @@ msgstr "Criado em" #: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" -msgstr "Nome de Exibi????o" +msgstr "Nome para Mostrar" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -66,7 +67,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -82,7 +83,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 +#: code:addons/report_py3o/models/py3o_report.py:289 #, python-format msgid "Fusion server error %s" msgstr "" @@ -187,7 +188,7 @@ msgid "" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:193 #, python-format msgid "No template found. Aborting." msgstr "" From e73d551d466ee310ee09ee0131be2374be9c2286 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Sun, 17 Dec 2017 16:01:44 +0100 Subject: [PATCH 059/135] [RFR] split off the fusion server to its own module use libreoffice for conversions in the base version. Fixes #179 --- report_py3o/README.rst | 123 ++++++-------------- report_py3o/__manifest__.py | 3 +- report_py3o/demo/report_py3o.xml | 2 - report_py3o/models/__init__.py | 1 - report_py3o/models/ir_actions_report_xml.py | 22 ---- report_py3o/models/py3o_report.py | 90 +++++++------- report_py3o/models/py3o_server.py | 15 --- report_py3o/models/py3o_template.py | 4 + report_py3o/security/ir.model.access.csv | 2 - report_py3o/static/description/icon.png | Bin 0 -> 9455 bytes report_py3o/tests/test_report_py3o.py | 112 ++++-------------- report_py3o/views/ir_report.xml | 2 - report_py3o/views/py3o_server.xml | 38 ------ report_py3o/views/py3o_template.xml | 2 +- 14 files changed, 108 insertions(+), 308 deletions(-) delete mode 100644 report_py3o/models/py3o_server.py create mode 100644 report_py3o/static/description/icon.png delete mode 100644 report_py3o/views/py3o_server.xml diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 4c8afb7789..ca61a314a3 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -12,99 +12,30 @@ The py3o reporting engine is a reporting engine for Odoo based on `Libreoffice < * the report is stored on the server in OpenDocument format (.odt or .ods file) * the report is sent to the user in OpenDocument format or in any output format supported by Libreoffice (PDF, HTML, DOC, DOCX, Docbook, XLS, etc.) -The key advantages of a Libreoffice-based reporting engine are: - -* no need to be a developper to create or modify a report: the report is created and modified with Libreoffice. So this reporting engine has a fully WYSIWYG report developpment tool! - -* For a PDF report in A4/Letter format, it's easier to develop it with a tool such as Libreoffice that is designed to create A4/Letter documents than to develop it in HTML/CSS. +The key advantages of a Libreoffice based reporting engine are: +* no need to be a developer to create or modify a report: the report is created and modified with Libreoffice. So this reporting engine has a full WYSIWYG report development tool! +* For a PDF report in A4/Letter format, it's easier to develop it with a tool such as Libreoffice that is designed to create A4/Letter documents than to develop it in HTML/CSS, also some print peculiarities (backgrounds, margin boxes) are not very well supported by the HTML/CSS based solutions. * If you want your users to be able to modify the document after its generation by Odoo, just configure the document with ODT output (or DOC or DOCX) and the user will be able to modify the document with Libreoffice (or Word) after its generation by Odoo. - * Easy development of spreadsheet reports in ODS format (XLS output possible). -This reporting engine is an alternative to `Aeroo `_: these 2 reporting engines have similar features but their codes are completely different. +This reporting engine is an alternative to `Aeroo `_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details. Installation ============ -You must install 2 additionnal python libs: +Install the required python libs: .. code:: pip install py3o.template pip install py3o.formats -To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), you must install several additionnal components and Python libs: - -* `Py3o Fusion server `_, -* `Py3o render server `_, -* a Java Runtime Environment (JRE), which can be OpenJDK, -* Libreoffice started in the background in headless mode, -* the Java driver for Libreoffice (Juno). - -It is also possible to use the Python driver for Libreoffice (PyUNO), but it is recommended to use the Java driver because it is more stable. - -The installation procedure below uses the Java driver. It has been successfully tested on Ubuntu 16.04 LTS ; if you use another OS, you may have to change a few details. - -Installation of py3o.fusion: - -.. code:: - - pip install py3o.fusion - pip install service-identity - -Installation of py3o.renderserver: - -.. code:: - - pip install py3o.renderserver - -Installation of Libreoffice and JRE on Debian/Ubuntu: - -.. code:: - - sudo apt-get install default-jre ure libreoffice-java-common libreoffice-writer - -You may have to install additionnal fonts. For example, to have the special unicode symbols for phone/fax/email in the PDF reports generated by Py3o, you should install the following package: - -.. code:: - - sudo apt-get install fonts-symbola - -At the end, with the dependencies, you should have the following py3o python libs: - -.. code:: - - % pip freeze | grep py3o - py3o.formats==0.3 - py3o.fusion==0.8.6 - py3o.renderclient==0.2 - py3o.renderers.juno==0.8 - py3o.renderserver==0.5.1 - py3o.template==0.9.11 - py3o.types==0.1.1 - -Start the Py3o Fusion server: - -.. code:: - - start-py3o-fusion --debug -s localhost - -Start the Py3o render server: - -.. code:: - - start-py3o-renderserver --java=/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so --ure=/usr/share --office=/usr/lib/libreoffice --driver=juno --sofficeport=8997 - -On the output of the Py3o render server, the first line looks like: +To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), install libreoffice: .. code:: - DEBUG:root:Starting JVM: /usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so with options: -Djava.class.path=/usr/local/lib/python2.7/dist-packages/py3o/renderers/juno/py3oconverter.jar:/usr/share/java/juh.jar:/usr/share/java/jurt.jar:/usr/share/java/ridl.jar:/usr/share/java/unoloader.jar:/usr/share/java/java_uno.jar:/usr/lib/libreoffice/program/classes/unoil.jar -Xmx150M - -After **-Djava.class.path**, there is a list of Java libs with *.jar* extension ; check that each JAR file is really present on your filesystem. If one of the jar files is present in another directory, create a symlink that points to the real location of the file. If all the jar files are present on another directory, adapt the *--ure=* argument on the command line of Py3o render server. - -To check that the Py3o Fusion server is running fine, visit the URL http://:8765/form. On this web page, under the section *Target format*, make sure that you have a line *This server currently supports these formats: ods, odt, docx, doc, html, docbook, pdf, xls.*. + apt-get --no-install-recommends install libreoffice Configuration ============= @@ -139,7 +70,6 @@ the path to the template as *py3o_template_fallback*. py3o odt - /field> /odoo/templates/py3o/report/account_invoice.odt @@ -164,14 +94,9 @@ If you want an invoice in PDF format instead of ODT format, the XML file should - - http://localhost:8765/form - - py3o pdf - my_custom_module_base report/account_invoice.odt @@ -185,17 +110,12 @@ If you want to add a new py3o PDF report (and not replace a native report), the - - http://localhost:8765/form - - Partner Summary res.partner res.partner.summary py3o pdf - my_custom_module_base report/partner_summary.odt @@ -210,6 +130,12 @@ If you want to add a new py3o PDF report (and not replace a native report), the +Configuration parameters +------------------------ + +py3o.conversion_command + The command to be used to run the conversion, ``libreoffice`` by default. If you change this, whatever you set here must accept the parameters ``--headless --convert-to $ext $file`` and put the resulting file into ``$file``'s directory with extension ``$ext``. The command will be started in ``$file``'s directory. + Usage ===== @@ -217,10 +143,32 @@ Usage :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/143/10.0 +The templating language is `extensively documented `_, the records are exposed in libreoffice as ``objects``, on which you can also call functions. + +Available functions and objects +------------------------------- + +user + Browse record of current user +lang + The user's company's language as string (ISO code) +b64decode + ``base64.b64decode`` +format_multiline_value(string) + Generate the ODF equivalent of ``
`` and `` `` for multiline fields (ODF is XML internally, so those would be skipped otherwise) +html_sanitize(string) + Sanitize HTML string +time + Python's ``time`` module +display_address(partner) + Return a formatted string of the partner's address + Known issues / Roadmap ====================== * generate barcode ? +* add more detailed example in demo file to showcase features +* add migration guide aeroo -> py3o Bug Tracker =========== @@ -241,6 +189,7 @@ Contributors * Alexis de Lattre , * Guewen Baconnier * Omar Casti??eira +* Holger Brunn Maintainer diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 81e7fcd593..5b03d46d4a 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Py3o Report Engine', 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', - 'version': '10.0.1.2.0', + 'version': '10.0.2.0.0', 'category': 'Reporting', 'license': 'AGPL-3', 'author': 'XCG Consulting,' @@ -21,7 +21,6 @@ 'security/ir.model.access.csv', 'views/menu.xml', 'views/py3o_template.xml', - 'views/py3o_server.xml', 'views/ir_report.xml', 'views/report_py3o.xml', 'demo/report_py3o.xml', diff --git a/report_py3o/demo/report_py3o.xml b/report_py3o/demo/report_py3o.xml index b57342f15e..4a47c38ad1 100644 --- a/report_py3o/demo/report_py3o.xml +++ b/report_py3o/demo/report_py3o.xml @@ -11,8 +11,6 @@ py3o_user_info py3o odt - - odt report_py3o demo/res_user.odt diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py index 863d037dd5..e050d2c786 100644 --- a/report_py3o/models/__init__.py +++ b/report_py3o/models/__init__.py @@ -1,5 +1,4 @@ from . import ir_actions_report_xml from . import py3o_template -from . import py3o_server from . import report from . import py3o_report diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report_xml.py index 7298486ef9..0b6a16d363 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -31,19 +31,6 @@ def _check_py3o_filetype(self): raise ValidationError(_( "Field 'Output Format' is required for Py3O report")) - @api.multi - @api.constrains("py3o_is_local_fusion", "py3o_server_id", - "py3o_filetype") - def _check_py3o_server_id(self): - for report in self: - if report.report_type == "py3o": - is_native = Formats().get_format(report.py3o_filetype).native - if ((not is_native or not report.py3o_is_local_fusion) and - not report.py3o_server_id): - raise ValidationError(_( - "Can not use not native format in local fusion. " - "Please specify a Fusion Server")) - @api.model def _get_py3o_filetypes(self): formats = Formats() @@ -62,15 +49,6 @@ def _get_py3o_filetypes(self): py3o_template_id = fields.Many2one( 'py3o.template', "Template") - py3o_is_local_fusion = fields.Boolean( - "Local Fusion", - help="Native formats will be processed without a server. " - "You must use this mode if you call methods on your model into " - "the template.", - default=True) - py3o_server_id = fields.Many2one( - "py3o.server", - "Fusion Server") module = fields.Char( "Module", help="The implementer module that provides this report") diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 13f95c3a90..66198f200d 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -5,26 +5,23 @@ import base64 from base64 import b64decode from cStringIO import StringIO -import json import logging import os from contextlib import closing +import subprocess import pkg_resources -import requests import sys import tempfile from zipfile import ZipFile, ZIP_DEFLATED from odoo.exceptions import AccessError -from odoo.exceptions import UserError from odoo.report.report_sxw import rml_parse from odoo import api, fields, models, tools, _ logger = logging.getLogger(__name__) try: - from py3o.template.helpers import Py3oConvertor from py3o.template import Template from py3o import formats from genshi.core import Markup @@ -244,60 +241,63 @@ def _create_single_report(self, model_instance, data, save_in_attachment): """ This function to generate our py3o report """ self.ensure_one() - report_xml = self.ir_actions_report_xml_id - filetype = report_xml.py3o_filetype result_fd, result_path = tempfile.mkstemp( - suffix='.' + filetype, prefix='p3o.report.tmp.') + suffix='.ods', prefix='p3o.report.tmp.') tmpl_data = self.get_template(model_instance) in_stream = StringIO(tmpl_data) with closing(os.fdopen(result_fd, 'w+')) as out_stream: template = Template(in_stream, out_stream, escape_false=True) localcontext = self._get_parser_context(model_instance, data) - is_native = Formats().get_format(filetype).native - if report_xml.py3o_is_local_fusion: - template.render(localcontext) - out_stream.seek(0) - tmpl_data = out_stream.read() - datadict = {} - else: - expressions = template.get_all_user_python_expression() - py_expression = template.convert_py3o_to_python_ast( - expressions) - convertor = Py3oConvertor() - data_struct = convertor(py_expression) - datadict = data_struct.render(localcontext) - - if not is_native or not report_xml.py3o_is_local_fusion: - # Call py3o.server to render the template in the desired format - files = { - 'tmpl_file': tmpl_data, - } - fields = { - "targetformat": filetype, - "datadict": json.dumps(datadict), - "image_mapping": "{}", - "escape_false": "on", - } - if report_xml.py3o_is_local_fusion: - fields['skipfusion'] = '1' - r = requests.post( - report_xml.py3o_server_id.url, data=fields, files=files) - if r.status_code != 200: - # server says we have an issue... let's tell that to enduser - raise UserError( - _('Fusion server error %s') % r.text, - ) + template.render(localcontext) + out_stream.seek(0) + tmpl_data = out_stream.read() + + result_path = self._convert_single_report( + result_path, model_instance, data + ) - chunk_size = 1024 - with open(result_path, 'w+') as fd: - for chunk in r.iter_content(chunk_size): - fd.write(chunk) if len(model_instance) == 1: self._postprocess_report( result_path, model_instance.id, save_in_attachment) + + return result_path + + @api.multi + def _convert_single_report(self, result_path, model_instance, data): + """Run a command to convert to our target format""" + filetype = self.ir_actions_report_xml_id.py3o_filetype + if not Formats().get_format(filetype).native: + command = self._convert_single_report_cmd( + result_path, model_instance, data, + ) + logger.debug('Running command %s', command) + output = subprocess.check_output( + command, cwd=os.path.dirname(result_path), + ) + logger.debug('Output was %s', output) + self._cleanup_tempfiles([result_path]) + result_path, result_filename = os.path.split(result_path) + result_path = os.path.join( + result_path, '%s.%s' % ( + os.path.splitext(result_filename)[0], filetype + ) + ) return result_path + @api.multi + def _convert_single_report_cmd(self, result_path, model_instance, data): + """Return a command list suitable for use in subprocess.call""" + return [ + self.env['ir.config_parameter'].get_param( + 'py3o.conversion_command', 'libreoffice', + ), + '--headless', + '--convert-to', + self.ir_actions_report_xml_id.py3o_filetype, + result_path, + ] + @api.multi def _get_or_create_single_report(self, model_instance, data, save_in_attachment): diff --git a/report_py3o/models/py3o_server.py b/report_py3o/models/py3o_server.py deleted file mode 100644 index 099d355c12..0000000000 --- a/report_py3o/models/py3o_server.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2013 XCG Consulting (http://odoo.consulting) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -from odoo import fields, models - - -class Py3oServer(models.Model): - _name = 'py3o.server' - _rec_name = 'url' - - url = fields.Char( - "Py3o Fusion Server URL", required=True, - help="If your Py3o Fusion server is on the same machine and runs " - "on the default port, the URL is http://localhost:8765/form") - is_active = fields.Boolean("Active", default=True) diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py index 93cab419d6..0cce01b4fc 100644 --- a/report_py3o/models/py3o_template.py +++ b/report_py3o/models/py3o_template.py @@ -13,6 +13,10 @@ class Py3oTemplate(models.Model): selection=[ ('odt', "ODF Text Document"), ('ods', "ODF Spreadsheet"), + ('odp', "ODF Presentation"), + ('fodt', "ODF Text Document (Flat)"), + ('fods', "ODF Spreadsheet (Flat)"), + ('fodp', "ODF Presentation (Flat)"), ], string="LibreOffice Template File Type", required=True, diff --git a/report_py3o/security/ir.model.access.csv b/report_py3o/security/ir.model.access.csv index f43cac061c..6d45c8de55 100644 --- a/report_py3o/security/ir.model.access.csv +++ b/report_py3o/security/ir.model.access.csv @@ -1,5 +1,3 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_py3o_template_admin,access_py3o_template_admin,model_py3o_template,base.group_no_one,1,1,1,1 access_py3o_template_user,access_py3o_template_user,model_py3o_template,base.group_user,1,0,0,0 -access_py3o_server_admin,access_py3o_server_admin,model_py3o_server,base.group_no_one,1,1,1,1 -access_py3o_server_user,access_py3o_server_user,model_py3o_server,base.group_user,1,0,0,0 diff --git a/report_py3o/static/description/icon.png b/report_py3o/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0328b516c4980e8e44cdb63fd945757ddd132d GIT binary patch literal 9455 zcmW++2RxMjAAjx~&dlBk9S+%}OXg)AGE&Cb*&}d0jUxM@u(PQx^-s)697TX`ehR4?GS^qbkof1cslKgkU)h65qZ9Oc=ml_0temigYLJfnz{IDzUf>bGs4N!v3=Z3jMq&A#7%rM5eQ#dc?k~! zVpnB`o+K7|Al`Q_U;eD$B zfJtP*jH`siUq~{KE)`jP2|#TUEFGRryE2`i0**z#*^6~AI|YzIWy$Cu#CSLW3q=GA z6`?GZymC;dCPk~rBS%eCb`5OLr;RUZ;D`}um=H)BfVIq%7VhiMr)_#G0N#zrNH|__ zc+blN2UAB0=617@>_u;MPHN;P;N#YoE=)R#i$k_`UAA>WWCcEVMh~L_ zj--gtp&|K1#58Yz*AHCTMziU1Jzt_jG0I@qAOHsk$2}yTmVkBp_eHuY$A9)>P6o~I z%aQ?!(GqeQ-Y+b0I(m9pwgi(IIZZzsbMv+9w{PFtd_<_(LA~0H(xz{=FhLB@(1&qHA5EJw1>>=%q2f&^X>IQ{!GJ4e9U z&KlB)z(84HmNgm2hg2C0>WM{E(DdPr+EeU_N@57;PC2&DmGFW_9kP&%?X4}+xWi)( z;)z%wI5>D4a*5XwD)P--sPkoY(a~WBw;E~AW`Yue4kFa^LM3X`8x|}ZUeMnqr}>kH zG%WWW>3ml$Yez?i%)2pbKPI7?5o?hydokgQyZsNEr{a|mLdt;X2TX(#B1j35xPnPW z*bMSSOauW>o;*=kO8ojw91VX!qoOQb)zHJ!odWB}d+*K?#sY_jqPdg{Sm2HdYzdEx zOGVPhVRTGPtv0o}RfVP;Nd(|CB)I;*t&QO8h zFfekr30S!-LHmV_Su-W+rEwYXJ^;6&3|L$mMC8*bQptyOo9;>Qb9Q9`ySe3%V$A*9 zeKEe+b0{#KWGp$F+tga)0RtI)nhMa-K@JS}2krK~n8vJ=Ngm?R!9G<~RyuU0d?nz# z-5EK$o(!F?hmX*2Yt6+coY`6jGbb7tF#6nHA zuKk=GGJ;ZwON1iAfG$E#Y7MnZVmrY|j0eVI(DN_MNFJmyZ|;w4tf@=CCDZ#5N_0K= z$;R~bbk?}TpfDjfB&aiQ$VA}s?P}xPERJG{kxk5~R`iRS(SK5d+Xs9swCozZISbnS zk!)I0>t=A<-^z(cmSFz3=jZ23u13X><0b)P)^1T_))Kr`e!-pb#q&J*Q`p+B6la%C zuVl&0duN<;uOsB3%T9Fp8t{ED108<+W(nOZd?gDnfNBC3>M8WE61$So|P zVvqH0SNtDTcsUdzaMDpT=Ty0pDHHNL@Z0w$Y`XO z2M-_r1S+GaH%pz#Uy0*w$Vdl=X=rQXEzO}d6J^R6zjM1u&c9vYLvLp?W7w(?np9x1 zE_0JSAJCPB%i7p*Wvg)pn5T`8k3-uR?*NT|J`eS#_#54p>!p(mLDvmc-3o0mX*mp_ zN*AeS<>#^-{S%W<*mz^!X$w_2dHWpcJ6^j64qFBft-o}o_Vx80o0>}Du;>kLts;$8 zC`7q$QI(dKYG`Wa8#wl@V4jVWBRGQ@1dr-hstpQL)Tl+aqVpGpbSfN>5i&QMXfiZ> zaA?T1VGe?rpQ@;+pkrVdd{klI&jVS@I5_iz!=UMpTsa~mBga?1r}aRBm1WS;TT*s0f0lY=JBl66Upy)-k4J}lh=P^8(SXk~0xW=T9v*B|gzIhN z>qsO7dFd~mgxAy4V?&)=5ieYq?zi?ZEoj)&2o)RLy=@hbCRcfT5jigwtQGE{L*8<@Yd{zg;CsL5mvzfDY}P-wos_6PfprFVaeqNE%h zKZhLtcQld;ZD+>=nqN~>GvROfueSzJD&BE*}XfU|H&(FssBqY=hPCt`d zH?@s2>I(|;fcW&YM6#V#!kUIP8$Nkdh0A(bEVj``-AAyYgwY~jB zT|I7Bf@%;7aL7Wf4dZ%VqF$eiaC38OV6oy3Z#TER2G+fOCd9Iaoy6aLYbPTN{XRPz z;U!V|vBf%H!}52L2gH_+j;`bTcQRXB+y9onc^wLm5wi3-Be}U>k_u>2Eg$=k!(l@I zcCg+flakT2Nej3i0yn+g+}%NYb?ta;R?(g5SnwsQ49U8Wng8d|{B+lyRcEDvR3+`O{zfmrmvFrL6acVP%yG98X zo&+VBg@px@i)%o?dG(`T;n*$S5*rnyiR#=wW}}GsAcfyQpE|>a{=$Hjg=-*_K;UtD z#z-)AXwSRY?OPefw^iI+ z)AXz#PfEjlwTes|_{sB?4(O@fg0AJ^g8gP}ex9Ucf*@_^J(s_5jJV}c)s$`Myn|Kd z$6>}#q^n{4vN@+Os$m7KV+`}c%4)4pv@06af4-x5#wj!KKb%caK{A&Y#Rfs z-po?Dcb1({W=6FKIUirH&(yg=*6aLCekcKwyfK^JN5{wcA3nhO(o}SK#!CINhI`-I z1)6&n7O&ZmyFMuNwvEic#IiOAwNkR=u5it{B9n2sAJV5pNhar=j5`*N!Na;c7g!l$ z3aYBqUkqqTJ=Re-;)s!EOeij=7SQZ3Hq}ZRds%IM*PtM$wV z@;rlc*NRK7i3y5BETSKuumEN`Xu_8GP1Ri=OKQ$@I^ko8>H6)4rjiG5{VBM>B|%`&&s^)jS|-_95&yc=GqjNo{zFkw%%HHhS~e=s zD#sfS+-?*t|J!+ozP6KvtOl!R)@@-z24}`9{QaVLD^9VCSR2b`b!KC#o;Ki<+wXB6 zx3&O0LOWcg4&rv4QG0)4yb}7BFSEg~=IR5#ZRj8kg}dS7_V&^%#Do==#`u zpy6{ox?jWuR(;pg+f@mT>#HGWHAJRRDDDv~@(IDw&R>9643kK#HN`!1vBJHnC+RM&yIh8{gG2q zA%e*U3|N0XSRa~oX-3EAneep)@{h2vvd3Xvy$7og(sayr@95+e6~Xvi1tUqnIxoIH zVWo*OwYElb#uyW{Imam6f2rGbjR!Y3`#gPqkv57dB6K^wRGxc9B(t|aYDGS=m$&S!NmCtrMMaUg(c zc2qC=2Z`EEFMW-me5B)24AqF*bV5Dr-M5ig(l-WPS%CgaPzs6p_gnCIvTJ=Y<6!gT zVt@AfYCzjjsMEGi=rDQHo0yc;HqoRNnNFeWZgcm?f;cp(6CNylj36DoL(?TS7eU#+ z7&mfr#y))+CJOXQKUMZ7QIdS9@#-}7y2K1{8)cCt0~-X0O!O?Qx#E4Og+;A2SjalQ zs7r?qn0H044=sDN$SRG$arw~n=+T_DNdSrarmu)V6@|?1-ZB#hRn`uilTGPJ@fqEy zGt(f0B+^JDP&f=r{#Y_wi#AVDf-y!RIXU^0jXsFpf>=Ji*TeqSY!H~AMbJdCGLhC) zn7Rx+sXw6uYj;WRYrLd^5IZq@6JI1C^YkgnedZEYy<&4(z%Q$5yv#Boo{AH8n$a zhb4Y3PWdr269&?V%uI$xMcUrMzl=;w<_nm*qr=c3Rl@i5wWB;e-`t7D&c-mcQl7x! zZWB`UGcw=Y2=}~wzrfLx=uet<;m3~=8I~ZRuzvMQUQdr+yTV|ATf1Uuomr__nDf=X zZ3WYJtHp_ri(}SQAPjv+Y+0=fH4krOP@S&=zZ-t1jW1o@}z;xk8 z(Nz1co&El^HK^NrhVHa-_;&88vTU>_J33=%{if;BEY*J#1n59=07jrGQ#IP>@u#3A z;!q+E1Rj3ZJ+!4bq9F8PXJ@yMgZL;>&gYA0%_Kbi8?S=XGM~dnQZQ!yBSgcZhY96H zrWnU;k)qy`rX&&xlDyA%(a1Hhi5CWkmg(`Gb%m(HKi-7Z!LKGRP_B8@`7&hdDy5n= z`OIxqxiVfX@OX1p(mQu>0Ai*v_cTMiw4qRt3~NBvr9oBy0)r>w3p~V0SCm=An6@3n)>@z!|o-$HvDK z|3D2ZMJkLE5loMKl6R^ez@Zz%S$&mbeoqH5`Bb){Ei21q&VP)hWS2tjShfFtGE+$z zzCR$P#uktu+#!w)cX!lWN1XU%K-r=s{|j?)Akf@q#3b#{6cZCuJ~gCxuMXRmI$nGtnH+-h z+GEi!*X=AP<|fG`1>MBdTb?28JYc=fGvAi2I<$B(rs$;eoJCyR6_bc~p!XR@O-+sD z=eH`-ye})I5ic1eL~TDmtfJ|8`0VJ*Yr=hNCd)G1p2MMz4C3^Mj?7;!w|Ly%JqmuW zlIEW^Ft%z?*|fpXda>Jr^1noFZEwFgVV%|*XhH@acv8rdGxeEX{M$(vG{Zw+x(ei@ zmfXb22}8-?Fi`vo-YVrTH*C?a8%M=Hv9MqVH7H^J$KsD?>!SFZ;ZsvnHr_gn=7acz z#W?0eCdVhVMWN12VV^$>WlQ?f;P^{(&pYTops|btm6aj>_Uz+hqpGwB)vWp0Cf5y< zft8-je~nn?W11plq}N)4A{l8I7$!ks_x$PXW-2XaRFswX_BnF{R#6YIwMhAgd5F9X zGmwdadS6(a^fjHtXg8=l?Rc0Sm%hk6E9!5cLVloEy4eh(=FwgP`)~I^5~pBEWo+F6 zSf2ncyMurJN91#cJTy_u8Y}@%!bq1RkGC~-bV@SXRd4F{R-*V`bS+6;W5vZ(&+I<9$;-V|eNfLa5n-6% z2(}&uGRF;p92eS*sE*oR$@pexaqr*meB)VhmIg@h{uzkk$9~qh#cHhw#>O%)b@+(| z^IQgqzuj~Sk(J;swEM-3TrJAPCq9k^^^`q{IItKBRXYe}e0Tdr=Huf7da3$l4PdpwWDop%^}n;dD#K4s#DYA8SHZ z&1!riV4W4R7R#C))JH1~axJ)RYnM$$lIR%6fIVA@zV{XVyx}C+a-Dt8Y9M)^KU0+H zR4IUb2CJ{Hg>CuaXtD50jB(_Tcx=Z$^WYu2u5kubqmwp%drJ6 z?Fo40g!Qd<-l=TQxqHEOuPX0;^z7iX?Ke^a%XT<13TA^5`4Xcw6D@Ur&VT&CUe0d} z1GjOVF1^L@>O)l@?bD~$wzgf(nxX1OGD8fEV?TdJcZc2KoUe|oP1#=$$7ee|xbY)A zDZq+cuTpc(fFdj^=!;{k03C69lMQ(|>uhRfRu%+!k&YOi-3|1QKB z z?n?eq1XP>p-IM$Z^C;2L3itnbJZAip*Zo0aw2bs8@(s^~*8T9go!%dHcAz2lM;`yp zD=7&xjFV$S&5uDaiScyD?B-i1ze`+CoRtz`Wn+Zl&#s4&}MO{@N!ufrzjG$B79)Y2d3tBk&)TxUTw@QS0TEL_?njX|@vq?Uz(nBFK5Pq7*xj#u*R&i|?7+6# z+|r_n#SW&LXhtheZdah{ZVoqwyT{D>MC3nkFF#N)xLi{p7J1jXlmVeb;cP5?e(=f# zuT7fvjSbjS781v?7{)-X3*?>tq?)Yd)~|1{BDS(pqC zC}~H#WXlkUW*H5CDOo<)#x7%RY)A;ShGhI5s*#cRDA8YgqG(HeKDx+#(ZQ?386dv! zlXCO)w91~Vw4AmOcATuV653fa9R$fyK8ul%rG z-wfS zihugoZyr38Im?Zuh6@RcF~t1anQu7>#lPpb#}4cOA!EM11`%f*07RqOVkmX{p~KJ9 z^zP;K#|)$`^Rb{rnHGH{~>1(fawV0*Z#)}M`m8-?ZJV<+e}s9wE# z)l&az?w^5{)`S(%MRzxdNqrs1n*-=jS^_jqE*5XDrA0+VE`5^*p3CuM<&dZEeCjoz zR;uu_H9ZPZV|fQq`Cyw4nscrVwi!fE6ciMmX$!_hN7uF;jjKG)d2@aC4ropY)8etW=xJvni)8eHi`H$%#zn^WJ5NLc-rqk|u&&4Z6fD_m&JfSI1Bvb?b<*n&sfl0^t z=HnmRl`XrFvMKB%9}>PaA`m-fK6a0(8=qPkWS5bb4=v?XcWi&hRY?O5HdulRi4?fN zlsJ*N-0Qw+Yic@s0(2uy%F@ib;GjXt01Fmx5XbRo6+n|pP(&nodMoap^z{~q ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k zQ^EX7Nw}?EzVoBfT(-LT|=9N@^hcn-_p&sqG z&*oVs2JSU+N4ZD`FhCAWaS;>|wH2G*Id|?pa#@>tyxX`+4HyIArWDvVrX)2WAOQff z0qyHu&-S@i^MS-+j--!pr4fPBj~_8({~e1bfcl0wI1kaoN>mJL6KUPQm5N7lB(ui1 zE-o%kq)&djzWJ}ob<-GfDlkB;F31j-VHKvQUGQ3sp`CwyGJk_i!y^sD0fqC@$9|jO zOqN!r!8-p==F@ZVP=U$qSpY(gQ0)59P1&t@y?5rvg<}E+GB}26NYPp4f2YFQrQtot5mn3wu_qprZ=>Ig-$ zbW26Ws~IgY>}^5w`vTB(G`PTZaDiGBo5o(tp)qli|NeV( z@H_=R8V39rt5J5YB2Ky?4eJJ#b`_iBe2ot~6%7mLt5t8Vwi^Jy7|jWXqa3amOIoRb zOr}WVFP--DsS`1WpN%~)t3R!arKF^Q$e12KEqU36AWwnCBICpH4XCsfnyrHr>$I$4 z!DpKX$OKLWarN7nv@!uIA+~RNO)l$$w}p(;b>mx8pwYvu;dD_unryX_NhT8*Tj>BTrTTL&!?O+%Rv;b?B??gSzdp?6Uug9{ zd@V08Z$BdI?fpoCS$)t4mg4rT8Q_I}h`0d-vYZ^|dOB*Q^S|xqTV*vIg?@fVFSmMpaw0qtTRbx} z({Pg?#{2`sc9)M5N$*N|4;^t$+QP?#mov zGVC@I*lBVrOU-%2y!7%)fAKjpEFsgQc4{amtiHb95KQEwvf<(3T<9-Zm$xIew#P22 zc2Ix|App^>v6(3L_MCU0d3W##AB0M~3D00EWoKZqsJYT(#@w$Y_H7G22M~ApVFTRHMI_3be)Lkn#0F*V8Pq zc}`Cjy$bE;FJ6H7p=0y#R>`}-m4(0F>%@P|?7fx{=R^uFdISRnZ2W_xQhD{YuR3t< z{6yxu=4~JkeA;|(J6_nv#>Nvs&FuLA&PW^he@t(UwFFE8)|a!R{`E`K`i^ZnyE4$k z;(749Ix|oi$c3QbEJ3b~D_kQsPz~fIUKym($a_7dJ?o+40*OLl^{=&oq$<#Q(yyrp z{J-FAniyAw9tPbe&IhQ|a`DqFTVQGQ&Gq3!C2==4x{6EJwiPZ8zub-iXoUtkJiG{} zPaR&}_fn8_z~(=;5lD-aPWD3z8PZS@AaUiomF!G8I}Mf>e~0g#BelA-5#`cj;O5>N Xviia!U7SGha1wx#SCgwmn*{w2TRX*I literal 0 HcmV?d00001 diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index f53ed05844..0d85dff741 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -11,8 +11,6 @@ import tempfile from contextlib import contextmanager -from py3o.formats import Formats - from odoo import tools from odoo.tests.common import TransactionCase from odoo.exceptions import ValidationError @@ -40,34 +38,6 @@ def setUp(self): self.py3o_report = self.env['py3o.report'].create({ 'ir_actions_report_xml_id': self.report.id}) - def test_no_local_fusion_without_fusion_server(self): - self.assertTrue(self.report.py3o_is_local_fusion) - with self.assertRaises(ValidationError) as e: - self.report.py3o_is_local_fusion = False - self.assertEqual( - e.exception.name, - "Can not use not native format in local fusion. " - "Please specify a Fusion Server") - - def test_no_native_format_without_fusion_server(self): - report = self.env.ref("report_py3o.res_users_report_py3o") - formats = Formats() - is_native = formats.get_format(report.py3o_filetype).native - self.assertTrue(is_native) - new_format = None - for name in formats.get_known_format_names(): - format = formats.get_format(name) - if not format.native: - new_format = name - break - self.assertTrue(new_format) - with self.assertRaises(ValidationError) as e: - report.py3o_filetype = new_format - self.assertEqual( - e.exception.name, - "Can not use not native format in local fusion. " - "Please specify a Fusion Server") - def test_required_py3_filetype(self): self.assertEqual(self.report.report_type, "py3o") with self.assertRaises(ValidationError) as e: @@ -76,70 +46,40 @@ def test_required_py3_filetype(self): e.exception.name, "Field 'Output Format' is required for Py3O report") - def test_reports(self): + def _render_patched(self, result_text='test result', call_count=1): py3o_report = self.env['py3o.report'] with mock.patch.object( py3o_report.__class__, '_create_single_report') as patched_pdf: result = tempfile.mktemp('.txt') with open(result, 'w') as fp: - fp.write('dummy') + fp.write(result_text) patched_pdf.return_value = result + patched_pdf.side_effect = lambda record, data, save_attachments:\ + py3o_report._postprocess_report( + result, record.id, save_attachments, + ) or result # test the call the the create method inside our custom parser self.report.render_report(self.env.user.ids, self.report.report_name, {}) - self.assertEqual(1, patched_pdf.call_count) + self.assertEqual(call_count, patched_pdf.call_count) # generated files no more exists self.assertFalse(os.path.exists(result)) + + def test_reports(self): res = self.report.render_report( self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) - py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) - # check the call to the fusion server - self.report.write({"py3o_filetype": "pdf", - "py3o_server_id": py3o_server.id}) - with mock.patch('requests.post') as patched_post: - magick_response = mock.MagicMock() - magick_response.status_code = 200 - patched_post.return_value = magick_response - magick_response.iter_content.return_value = "test result" - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) - self.assertEqual(('test result', 'pdf'), res) - - def test_report_load_from_attachment(self): - py3o_report = self.env['py3o.report'] - with mock.patch.object( - py3o_report.__class__, '_create_single_report') as patched_pdf: - result = tempfile.mktemp('.txt') - with open(result, 'w') as fp: - fp.write('dummy') - patched_pdf.return_value = result - # test the call the the create method inside our custom parser - self.report.render_report(self.env.user.ids, - self.report.report_name, - {}) - self.assertEqual(1, patched_pdf.call_count) - # generated files no more exists - self.assertFalse(os.path.exists(result)) + self.report.py3o_filetype = 'pdf' res = self.report.render_report( self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) - py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) - # check the call to the fusion server - self.report.write({"py3o_filetype": "pdf", - "py3o_server_id": py3o_server.id, - "attachment_use": True, + + def test_report_load_from_attachment(self): + self.report.write({"attachment_use": True, "attachment": "'my_saved_report'"}) attachments = self.env['ir.attachment'].search([]) - with mock.patch('requests.post') as patched_post: - magick_response = mock.MagicMock() - magick_response.status_code = 200 - patched_post.return_value = magick_response - magick_response.iter_content.return_value = "test result" - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) - self.assertEqual(('test result', 'pdf'), res) + self._render_patched() new_attachments = self.env['ir.attachment'].search([]) created_attachement = new_attachments - attachments self.assertEqual(1, len(created_attachement)) @@ -151,29 +91,17 @@ def test_report_load_from_attachment(self): created_attachement.datas = base64.encodestring("new content") res = self.report.render_report( self.env.user.ids, self.report.report_name, {}) - self.assertEqual(('new content', 'pdf'), res) + self.assertEqual(('new content', self.report.py3o_filetype), res) def test_report_post_process(self): """ By default the post_process method is in charge to save the generated report into an ir.attachment if requested. """ - report = self.env.ref("report_py3o.res_users_report_py3o") - report.attachment = "object.name + '.txt'" - py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) - # check the call to the fusion server - report.write({"py3o_filetype": "pdf", - "py3o_server_id": py3o_server.id}) + self.report.attachment = "object.name + '.txt'" ir_attachment = self.env['ir.attachment'] attachements = ir_attachment.search([(1, '=', 1)]) - with mock.patch('requests.post') as patched_post: - magick_response = mock.MagicMock() - magick_response.status_code = 200 - patched_post.return_value = magick_response - magick_response.iter_content.return_value = "test result" - res = report.render_report( - self.env.user.ids, report.report_name, {}) - self.assertEqual(('test result', 'pdf'), res) + self._render_patched() attachements = ir_attachment.search([(1, '=', 1)]) - attachements self.assertEqual(1, len(attachements.ids)) self.assertEqual(self.env.user.name + '.txt', attachements.name) @@ -181,6 +109,7 @@ def test_report_post_process(self): self.assertEqual(self.env.user.id, attachements.res_id) self.assertEqual('test result', b64decode(attachements.datas)) + @tools.misc.mute_logger('odoo.addons.report_py3o.models.py3o_report') def test_report_template_configs(self): # the demo template is specified with a relative path in in the module # path @@ -192,7 +121,7 @@ def test_report_template_configs(self): res = self.report.render_report( self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) - # The generation fails if the tempalte is not found + # The generation fails if the template is not found self.report.module = False with self.assertRaises(TemplateNotFound), self.env.cr.savepoint(): self.report.render_report( @@ -212,7 +141,7 @@ def test_report_template_configs(self): self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) - # the tempalte can also be provided as a binay field + # the tempalte can also be provided as a binary field self.report.py3o_template_fallback = False with open(flbk_filename) as tmpl_file: @@ -227,6 +156,7 @@ def test_report_template_configs(self): self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) + @tools.misc.mute_logger('odoo.addons.report_py3o.models.py3o_report') def test_report_template_fallback_validity(self): tmpl_name = self.report.py3o_template_fallback flbk_filename = pkg_resources.resource_filename( diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_report.xml index 19f51f7262..b046823197 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -16,8 +16,6 @@ - - diff --git a/report_py3o/views/py3o_server.xml b/report_py3o/views/py3o_server.xml deleted file mode 100644 index 7712305df6..0000000000 --- a/report_py3o/views/py3o_server.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - py3o.server.configuration.form.view - py3o.server - -
- - - - -
-
-
- - - py3o.server.configuration.tree.view - py3o.server - - - - - - - - - - Py3o Servers - py3o.server - tree,form - - - - -
diff --git a/report_py3o/views/py3o_template.xml b/report_py3o/views/py3o_template.xml index 320376f8b3..95f752d8ef 100644 --- a/report_py3o/views/py3o_template.xml +++ b/report_py3o/views/py3o_template.xml @@ -24,7 +24,7 @@ - +
From d93ded94d3a07d2adebece138bb7e2b263a8ec8a Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 10 Jan 2018 21:11:10 +0100 Subject: [PATCH 060/135] Improve README.rst for report_py3o* modules --- report_py3o/README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index ca61a314a3..95444cf2ea 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -19,7 +19,7 @@ The key advantages of a Libreoffice based reporting engine are: * If you want your users to be able to modify the document after its generation by Odoo, just configure the document with ODT output (or DOC or DOCX) and the user will be able to modify the document with Libreoffice (or Word) after its generation by Odoo. * Easy development of spreadsheet reports in ODS format (XLS output possible). -This reporting engine is an alternative to `Aeroo `_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details. +This reporting engine is an alternative to `Aeroo `_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details. Installation ============ @@ -75,7 +75,7 @@ the path to the template as *py3o_template_fallback*.
-Moreover you must also modify the odoo server configuration file to declare +Moreover, you must also modify the Odoo server configuration file to declare the allowed root directory for your py3o templates. Only templates located into this directory can be loaded by py3o report. @@ -163,6 +163,11 @@ time display_address(partner) Return a formatted string of the partner's address +Sample report templates +----------------------- + +Sample py3o report templates for the main Odoo native reports (invoice, sale order, purchase order, picking, ...) are available on the Github project `odoo-py3o-report-templates `_. + Known issues / Roadmap ====================== From 0926fa89c52c107135127022dccc878983405875 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 11 Jan 2018 12:38:06 +0100 Subject: [PATCH 061/135] [ADD] migration script to install report_py3o_fusion_server on upgrades --- report_py3o/migrations/10.0.2.0.0/pre-migration.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 report_py3o/migrations/10.0.2.0.0/pre-migration.py diff --git a/report_py3o/migrations/10.0.2.0.0/pre-migration.py b/report_py3o/migrations/10.0.2.0.0/pre-migration.py new file mode 100644 index 0000000000..e0b7051ab9 --- /dev/null +++ b/report_py3o/migrations/10.0.2.0.0/pre-migration.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +# ?? 2018 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + + +def migrate(cr, version=None): + # when migrating from a pre-split version of the module, pull the fusion + # server module too to have no loss of features + cr.execute( + "update ir_module_module set state='to install' " + "where name='report_py3o_fusion_server' and state='uninstalled'" + ) From 08f6bf2cb1717a0bf832fdfeb8511abfce22c576 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 16 Jan 2018 12:03:40 +0100 Subject: [PATCH 062/135] OCA Transbot updated translations from Transifex --- report_py3o/i18n/am.po | 102 ++++++++------------------------ report_py3o/i18n/ar.po | 102 ++++++++------------------------ report_py3o/i18n/bg.po | 102 ++++++++------------------------ report_py3o/i18n/bs.po | 102 ++++++++------------------------ report_py3o/i18n/ca.po | 102 ++++++++------------------------ report_py3o/i18n/cs.po | 102 ++++++++------------------------ report_py3o/i18n/da.po | 102 ++++++++------------------------ report_py3o/i18n/de.po | 105 ++++++++------------------------- report_py3o/i18n/el_GR.po | 102 ++++++++------------------------ report_py3o/i18n/en_GB.po | 102 ++++++++------------------------ report_py3o/i18n/es.po | 110 ++++++++-------------------------- report_py3o/i18n/es_AR.po | 102 ++++++++------------------------ report_py3o/i18n/es_CL.po | 102 ++++++++------------------------ report_py3o/i18n/es_CO.po | 102 ++++++++------------------------ report_py3o/i18n/es_CR.po | 102 ++++++++------------------------ report_py3o/i18n/es_DO.po | 102 ++++++++------------------------ report_py3o/i18n/es_EC.po | 102 ++++++++------------------------ report_py3o/i18n/es_ES.po | 102 ++++++++------------------------ report_py3o/i18n/es_MX.po | 102 ++++++++------------------------ report_py3o/i18n/es_PE.po | 102 ++++++++------------------------ report_py3o/i18n/es_PY.po | 102 ++++++++------------------------ report_py3o/i18n/es_VE.po | 102 ++++++++------------------------ report_py3o/i18n/et.po | 102 ++++++++------------------------ report_py3o/i18n/eu.po | 102 ++++++++------------------------ report_py3o/i18n/fa.po | 102 ++++++++------------------------ report_py3o/i18n/fi.po | 102 ++++++++------------------------ report_py3o/i18n/fr.po | 107 ++++++++------------------------- report_py3o/i18n/fr_CA.po | 102 ++++++++------------------------ report_py3o/i18n/fr_CH.po | 102 ++++++++------------------------ report_py3o/i18n/gl.po | 102 ++++++++------------------------ report_py3o/i18n/gl_ES.po | 102 ++++++++------------------------ report_py3o/i18n/he.po | 102 ++++++++------------------------ report_py3o/i18n/hr.po | 111 +++++++++-------------------------- report_py3o/i18n/hr_HR.po | 102 ++++++++------------------------ report_py3o/i18n/hu.po | 102 ++++++++------------------------ report_py3o/i18n/id.po | 102 ++++++++------------------------ report_py3o/i18n/it.po | 102 ++++++++------------------------ report_py3o/i18n/ja.po | 102 ++++++++------------------------ report_py3o/i18n/ko.po | 102 ++++++++------------------------ report_py3o/i18n/lt.po | 102 ++++++++------------------------ report_py3o/i18n/lt_LT.po | 102 ++++++++------------------------ report_py3o/i18n/lv.po | 102 ++++++++------------------------ report_py3o/i18n/mk.po | 102 ++++++++------------------------ report_py3o/i18n/mn.po | 102 ++++++++------------------------ report_py3o/i18n/nb.po | 102 ++++++++------------------------ report_py3o/i18n/nb_NO.po | 102 ++++++++------------------------ report_py3o/i18n/nl.po | 102 ++++++++------------------------ report_py3o/i18n/nl_BE.po | 102 ++++++++------------------------ report_py3o/i18n/nl_NL.po | 104 ++++++++------------------------ report_py3o/i18n/pl.po | 102 ++++++++------------------------ report_py3o/i18n/pt.po | 102 ++++++++------------------------ report_py3o/i18n/pt_BR.po | 102 +++++++------------------------- report_py3o/i18n/pt_PT.po | 102 ++++++++------------------------ report_py3o/i18n/ro.po | 102 ++++++++------------------------ report_py3o/i18n/ru.po | 102 ++++++++------------------------ report_py3o/i18n/sk.po | 102 ++++++++------------------------ report_py3o/i18n/sl.po | 102 ++++++++------------------------ report_py3o/i18n/sr.po | 102 ++++++++------------------------ report_py3o/i18n/sr@latin.po | 104 ++++++++------------------------ report_py3o/i18n/sv.po | 102 ++++++++------------------------ report_py3o/i18n/th.po | 102 ++++++++------------------------ report_py3o/i18n/tr.po | 102 ++++++++------------------------ report_py3o/i18n/tr_TR.po | 102 ++++++++------------------------ report_py3o/i18n/uk.po | 102 ++++++++------------------------ report_py3o/i18n/vi.po | 102 ++++++++------------------------ report_py3o/i18n/vi_VN.po | 102 ++++++++------------------------ report_py3o/i18n/zh_CN.po | 102 ++++++++------------------------ report_py3o/i18n/zh_TW.po | 102 ++++++++------------------------ 68 files changed, 1576 insertions(+), 5389 deletions(-) diff --git a/report_py3o/i18n/am.po b/report_py3o/i18n/am.po index af1415ad76..6a72905b59 100644 --- a/report_py3o/i18n/am.po +++ b/report_py3o/i18n/am.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ar.po b/report_py3o/i18n/ar.po index 2cab2c9f37..46dfa2ec8c 100644 --- a/report_py3o/i18n/ar.po +++ b/report_py3o/i18n/ar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "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: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "???????? ????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "???????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????? ??????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "????????????" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "?????? ?????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "?????? ?????????? ????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????? ?????????? ????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/bg.po b/report_py3o/i18n/bg.po index 61385255b6..ab5739e54f 100644 --- a/report_py3o/i18n/bg.po +++ b/report_py3o/i18n/bg.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "?????????????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "?????????????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????? ???? ??????????????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "???????????????? ???????????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "???????????????? ???????????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "???????????????? ???????????????? ????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/bs.po b/report_py3o/i18n/bs.po index d5ba3d8ca5..02f0c0a603 100644 --- a/report_py3o/i18n/bs.po +++ b/report_py3o/i18n/bs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: bs\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Prika??i naziv" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnje mijenjano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnji a??urirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zadnje a??urirano" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ime" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ca.po b/report_py3o/i18n/ca.po index 74a8f70e62..0dd3b2e2ac 100644 --- a/report_py3o/i18n/ca.po +++ b/report_py3o/i18n/ca.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creat per" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creat el" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Veure el nom" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Darrera modificaci?? el" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Darrera Actualitzaci?? per" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Darrera Actualitzaci?? el" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nom" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/cs.po b/report_py3o/i18n/cs.po index b04b9aa269..f2a9e5d12c 100644 --- a/report_py3o/i18n/cs.po +++ b/report_py3o/i18n/cs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Vytvo??il(a)" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Vytvo??eno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Zobrazovan?? n??zev" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Naposled upraveno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Naposled upraveno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Naposled upraveno" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "N??zev" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/da.po b/report_py3o/i18n/da.po index f8578187ef..9e4795450e 100644 --- a/report_py3o/i18n/da.po +++ b/report_py3o/i18n/da.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Oprettet af" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Oprettet den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Vist navn" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Id" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Sidst ??ndret den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Sidst opdateret af" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Sidst opdateret den" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Navn" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po index 44675f5369..b6184ffb2a 100644 --- a/report_py3o/i18n/de.po +++ b/report_py3o/i18n/de.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2017 +# Niki Waibel , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" +"Last-Translator: Niki Waibel , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,42 +19,26 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Erstellt von" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Erstellt am:" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Anzeigename" @@ -64,7 +49,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +59,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +66,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +86,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +93,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zuletzt ge??ndert am" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert von" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" @@ -157,11 +120,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +136,59 @@ msgid "Name" msgstr "Bezeichnung" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +225,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/el_GR.po b/report_py3o/i18n/el_GR.po index 164824ce52..f8b4ff4978 100644 --- a/report_py3o/i18n/el_GR.po +++ b/report_py3o/i18n/el_GR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "?????????????????????????? ?????? " #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "?????????????????????????? ????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "??????????????" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "?????????????????? ?????????????????? ??????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????????????????? ?????????????????? ????????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/en_GB.po b/report_py3o/i18n/en_GB.po index 844f7ba20f..05daaea60f 100644 --- a/report_py3o/i18n/en_GB.po +++ b/report_py3o/i18n/en_GB.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Created by" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Created on" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Display Name" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Last Updated on" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Name" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index eacfc818ee..08df400695 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-22 01:45+0000\n" -"PO-Revision-Date: 2017-11-22 01:45+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: Pedro M. Baeza , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" @@ -21,43 +21,25 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "(Native)" msgstr "(Originario)" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "Activo" - -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 -#, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" -msgstr "" -"No se puede usar formato nativo en fusi??n local. Especifique un servidor " -"Fusi??n" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre mostrado" @@ -78,17 +60,6 @@ msgstr "Campo 'Formato de salida' es necesario para el informe Py3O" msgid "File Type" msgstr "Tipo de Documento" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "Servidor de Fusi??n" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:289 -#, python-format -msgid "Fusion server error %s" -msgstr "Error del servidor de fusi??n %s" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -96,7 +67,6 @@ msgstr "Agrupar por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -119,15 +89,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" -"Si su servidor Py3o Fusion est?? en la misma m??quina y se ejecuta en el " -"puerto predeterminado, la URL es: http://localhost:8765/form" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -135,21 +96,18 @@ msgstr "Ir a los informes de acciones xml id" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" @@ -165,11 +123,6 @@ msgstr "Plantilla de Oficina de Libros" msgid "LibreOffice Template File Type" msgstr "Tipo de Plantilla de Documento de Oficina de Libros" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "Fusi??n Local" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -186,30 +139,41 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" -"Los formatos de origen se procesar??n sin un servidor. Debe utilizar este " -"modo si requiere los m??todos de su modelo en la plantilla." - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:193 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "No se ha encontrado ninguna plantilla. Salir." +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation (Flat)" +msgstr "" + #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Spreadsheet" msgstr "Hoja de c??lculo ODF" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" +msgstr "" + #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Text Document" msgstr "Documento de Texto ODF" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype msgid "Output Format" @@ -225,32 +189,11 @@ msgstr "Programa Py3o" msgid "Py3o Demo Report" msgstr "Reporte de Demostracion Py3o" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" -msgstr "URL del Servidor Fusion Py3o" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "Reportes de Py3o" -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" -msgstr "Configuraci??n del Servidor Py3o" - -#. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" -msgstr "Servidores Py3o" - -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" -msgstr "Configuraci??n de los Servidores Py3o" - #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu @@ -285,11 +228,6 @@ msgstr "El m??dulo implementador que proporciona este informe" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "py3o.servidor" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_AR.po b/report_py3o/i18n/es_AR.po index 67199fe426..75952fdb65 100644 --- a/report_py3o/i18n/es_AR.po +++ b/report_py3o/i18n/es_AR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Mostrar Nombre" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n realizada por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n el" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_CL.po b/report_py3o/i18n/es_CL.po index 9cabf2401b..a9b259e2a5 100644 --- a/report_py3o/i18n/es_CL.po +++ b/report_py3o/i18n/es_CL.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre mostrado" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID (identificaci??n)" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_CO.po b/report_py3o/i18n/es_CO.po index fd964f73d5..8ab1bbf3a5 100644 --- a/report_py3o/i18n/es_CO.po +++ b/report_py3o/i18n/es_CO.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre P??blico" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima Modificaci??n el" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Actualizado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Actualizado" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_CR.po b/report_py3o/i18n/es_CR.po index 6264de6e1d..ac76c41c77 100644 --- a/report_py3o/i18n/es_CR.po +++ b/report_py3o/i18n/es_CR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultima actualizaci??n por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualizaci??n en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_DO.po b/report_py3o/i18n/es_DO.po index cc88fc5ebb..1bd301b6d9 100644 --- a/report_py3o/i18n/es_DO.po +++ b/report_py3o/i18n/es_DO.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_DO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre mostrado" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_EC.po b/report_py3o/i18n/es_EC.po index c3edc4c341..c91b16c52e 100644 --- a/report_py3o/i18n/es_EC.po +++ b/report_py3o/i18n/es_EC.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre mostrado" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID (identificaci??n)" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_ES.po b/report_py3o/i18n/es_ES.po index 7f845e40f1..3e0e2ed181 100644 --- a/report_py3o/i18n/es_ES.po +++ b/report_py3o/i18n/es_ES.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre para mostrar" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_MX.po b/report_py3o/i18n/es_MX.po index ff8349e1dc..b3c12bb597 100644 --- a/report_py3o/i18n/es_MX.po +++ b/report_py3o/i18n/es_MX.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre desplegado" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ultima modificacion realizada" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultima actualizacion por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualizaci??n realizada" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_PE.po b/report_py3o/i18n/es_PE.po index 4f0dc7bc57..188db973cc 100644 --- a/report_py3o/i18n/es_PE.po +++ b/report_py3o/i18n/es_PE.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre a Mostrar" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ultima Modificaci??n en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Actualizado ??ltima vez por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima Actualizaci??n" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_PY.po b/report_py3o/i18n/es_PY.po index 95f66d3f0a..6c9af9e22a 100644 --- a/report_py3o/i18n/es_PY.po +++ b/report_py3o/i18n/es_PY.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultima actualizaci??n por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualizaci??n en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_VE.po b/report_py3o/i18n/es_VE.po index e8de1f75b9..04eb84f83b 100644 --- a/report_py3o/i18n/es_VE.po +++ b/report_py3o/i18n/es_VE.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Mostrar nombre" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Modificada por ??ltima vez" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n realizada por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualizacion en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/et.po b/report_py3o/i18n/et.po index 6464d9c4c2..482a8c377f 100644 --- a/report_py3o/i18n/et.po +++ b/report_py3o/i18n/et.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Loonud" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Loodud" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "N??idatav nimi" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Viimati muudetud" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Viimati uuendatud" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Viimati uuendatud" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nimi" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/eu.po b/report_py3o/i18n/eu.po index 147d0bee6c..208ae3c078 100644 --- a/report_py3o/i18n/eu.po +++ b/report_py3o/i18n/eu.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Nork sortua" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Created on" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Izena erakutsi" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Last Updated on" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Izena" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fa.po b/report_py3o/i18n/fa.po index 38adeb3c07..83bee56d45 100644 --- a/report_py3o/i18n/fa.po +++ b/report_py3o/i18n/fa.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "?????????? ?????? ????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "?????????? ?????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????? ????????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "??????????" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "?????????? ?????????? ???????????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "?????????? ???? ?????? ?????????? ????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????????? ???? ?????? ?????????? ????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fi.po b/report_py3o/i18n/fi.po index f3cf3550a0..ebc8303232 100644 --- a/report_py3o/i18n/fi.po +++ b/report_py3o/i18n/fi.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Luonut" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Luotu" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nimi" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Viimeksi muokattu" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Viimeksi p??ivitt??nyt" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Viimeksi p??ivitetty" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nimi" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index 46ce1c83a7..da4417be46 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2017 +# Quentin THEURET , 2018 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-22 01:45+0000\n" -"PO-Revision-Date: 2017-11-22 01:45+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-01-25 03:45+0000\n" +"PO-Revision-Date: 2018-01-25 03:45+0000\n" +"Last-Translator: Quentin THEURET , 2018\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,41 +20,25 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "(Native)" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 -#, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Cr???? par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Date" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nom ?? afficher" @@ -74,17 +59,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:289 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +66,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +86,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +93,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Derni??re modification le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Derni??re mise ?? jour par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Derni??re mise ?? jour le" @@ -157,11 +120,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,16 +136,19 @@ msgid "Name" msgstr "Nom" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +#: code:addons/report_py3o/models/py3o_report.py:190 +#, python-format +msgid "No template found. Aborting." msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:193 -#, python-format -msgid "No template found. Aborting." +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o @@ -195,11 +156,21 @@ msgstr "" msgid "ODF Spreadsheet" msgstr "" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" +msgstr "" + #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Text Document" msgstr "" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype msgid "Output Format" @@ -215,32 +186,11 @@ msgstr "Py3o" msgid "Py3o Demo Report" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" -msgstr "Configuration du serveur Py3o" - -#. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" -msgstr "" - -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" -msgstr "" - #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu @@ -258,7 +208,7 @@ msgstr "Rapport" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report msgid "Report Py30" -msgstr "" +msgstr "Rapport Py3O" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id @@ -275,11 +225,6 @@ msgstr "The implementer module that provides this report" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fr_CA.po b/report_py3o/i18n/fr_CA.po index fde595e1a5..a7c1521795 100644 --- a/report_py3o/i18n/fr_CA.po +++ b/report_py3o/i18n/fr_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Cr???? par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Cr???? le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Afficher le nom" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Identifiant" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Derni??re mise ?? jour par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Derni??re mise ?? jour le" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nom" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fr_CH.po b/report_py3o/i18n/fr_CH.po index f526e170a6..9807b783cc 100644 --- a/report_py3o/i18n/fr_CH.po +++ b/report_py3o/i18n/fr_CH.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Cr???? par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Cr???? le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nom affich??" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Derni??re modification le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Modifi?? par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Modifi?? le" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/gl.po b/report_py3o/i18n/gl.po index 996894b984..703fdfd67f 100644 --- a/report_py3o/i18n/gl.po +++ b/report_py3o/i18n/gl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima modificaci??n" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/gl_ES.po b/report_py3o/i18n/gl_ES.po index ef7c17990a..b93a3dbe44 100644 --- a/report_py3o/i18n/gl_ES.po +++ b/report_py3o/i18n/gl_ES.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: gl_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/he.po b/report_py3o/i18n/he.po index 4b8f5d4cfc..aac93dc046 100644 --- a/report_py3o/i18n/he.po +++ b/report_py3o/i18n/he.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "???????? ???? ??????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "???????? ??-" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????? ??????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "????????" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "?????????? ?????????? ??????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "?????????? ?????????????? ???? ??????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????????? ?????????????? ????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/hr.po b/report_py3o/i18n/hr.po index 28ec0b3488..f8de9f76a6 100644 --- a/report_py3o/i18n/hr.po +++ b/report_py3o/i18n/hr.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2017 +# Bole , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-16 01:44+0000\n" +"PO-Revision-Date: 2018-02-16 01:44+0000\n" +"Last-Translator: Bole , 2017\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,45 +19,29 @@ msgstr "" "Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" -msgstr "Naziv " +msgstr "Naziv" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -64,7 +49,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +59,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +66,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +86,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,24 +93,21 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnji a??urirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" -msgstr "Zadnje a??uriranje" +msgstr "Zadnje a??urirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data @@ -157,11 +120,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +136,59 @@ msgid "Name" msgstr "Naziv" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -253,7 +203,7 @@ msgstr "" #. module: report_py3o #: model:ir.model,name:report_py3o.model_report msgid "Report" -msgstr "" +msgstr "Izvje??taj" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report @@ -275,11 +225,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index 38a4d566f6..76ef7db8b9 100644 --- a/report_py3o/i18n/hr_HR.po +++ b/report_py3o/i18n/hr_HR.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-22 01:45+0000\n" -"PO-Revision-Date: 2017-11-22 01:45+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" "MIME-Version: 1.0\n" @@ -20,41 +20,25 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "(Native)" msgstr "(Izvorno)" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "Aktivan" - -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 -#, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Naziv" @@ -75,17 +59,6 @@ msgstr "" msgid "File Type" msgstr "Tip datoteke" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:289 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -93,7 +66,6 @@ msgstr "Grupiraj po" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -114,13 +86,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -128,21 +93,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnji a??urirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zadnje a??urirano" @@ -158,11 +120,6 @@ msgstr "LibreOffice Predlo??ak" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -179,16 +136,19 @@ msgid "Name" msgstr "Naziv" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +#: code:addons/report_py3o/models/py3o_report.py:190 +#, python-format +msgid "No template found. Aborting." msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:193 -#, python-format -msgid "No template found. Aborting." +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o @@ -196,11 +156,21 @@ msgstr "" msgid "ODF Spreadsheet" msgstr "ODF Prora??unska tablica" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" +msgstr "" + #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Text Document" msgstr "" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype msgid "Output Format" @@ -216,32 +186,11 @@ msgstr "" msgid "Py3o Demo Report" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" -msgstr "" - -#. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" -msgstr "" - -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" -msgstr "" - #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu @@ -276,11 +225,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "py3o.server" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/hu.po b/report_py3o/i18n/hu.po index 8565236962..9b29d8e063 100644 --- a/report_py3o/i18n/hu.po +++ b/report_py3o/i18n/hu.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "K??sz??tette" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "L??trehoz??s d??tuma" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "N??v megjelen??t??se" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Utols?? friss??t??s d??tuma" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Utolj??ra friss??tve, ??ltal" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Utolj??ra friss??tve " @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "N??v" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/id.po b/report_py3o/i18n/id.po index e547bf7591..5d65b9664f 100644 --- a/report_py3o/i18n/id.po +++ b/report_py3o/i18n/id.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Dibuat oleh" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Dibuat pada" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nama Tampilan" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Terakhir Dimodifikasi pada" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Diperbaharui oleh" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Diperbaharui pada" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nama" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/it.po b/report_py3o/i18n/it.po index 7e06187880..1786ae3eff 100644 --- a/report_py3o/i18n/it.po +++ b/report_py3o/i18n/it.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creato da" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creato il" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nome da visualizzare" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ultima modifica il" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultimo aggiornamento di" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultimo aggiornamento il" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ja.po b/report_py3o/i18n/ja.po index 0aeb03178f..fc4dbc4d7b 100644 --- a/report_py3o/i18n/ja.po +++ b/report_py3o/i18n/ja.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "?????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "?????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "???????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "???????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "???????????????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ko.po b/report_py3o/i18n/ko.po index fb0499faf5..34ed394525 100644 --- a/report_py3o/i18n/ko.po +++ b/report_py3o/i18n/ko.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "?????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "?????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????? ??????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "?????? ??????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "?????? ????????? ??????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????? ?????? ??????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/lt.po b/report_py3o/i18n/lt.po index fe16d70404..9d9cecbe32 100644 --- a/report_py3o/i18n/lt.po +++ b/report_py3o/i18n/lt.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Suk??r??" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Sukurta" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Vaizduojamas pavadinimas" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Paskutin?? kart?? keista" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Paskutin?? kart?? atnaujino" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Paskutin?? kart?? atnaujinta" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Pavadinimas" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/lt_LT.po b/report_py3o/i18n/lt_LT.po index a2298dfb8a..27a4f3fba2 100644 --- a/report_py3o/i18n/lt_LT.po +++ b/report_py3o/i18n/lt_LT.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: lt_LT\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Suk??r??" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Sukurta" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Paskutin?? kart?? atnaujino" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Paskutin?? kart?? atnaujinta" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/lv.po b/report_py3o/i18n/lv.po index 6a1604009a..fb28344271 100644 --- a/report_py3o/i18n/lv.po +++ b/report_py3o/i18n/lv.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Izveidoja" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Izveidots" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "P??d??jo reizi atjaunoja" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "P??d??j??s izmai??as" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nosaukums" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/mk.po b/report_py3o/i18n/mk.po index bd08993a01..daefdccda0 100644 --- a/report_py3o/i18n/mk.po +++ b/report_py3o/i18n/mk.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "???????????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "???????????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????????????? ??????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "???????????????? ?????????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "???????????????? ?????????????????? ????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "???????????????? ?????????????????? ????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/mn.po b/report_py3o/i18n/mn.po index 8f8c55a8dd..8851f07330 100644 --- a/report_py3o/i18n/mn.po +++ b/report_py3o/i18n/mn.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "??????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????????????????? ??????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "?????????????? ???????????? ???????????? ??????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "?????????????? ???????????? ????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????????????? ???????????? ???????????? ??????????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nb.po b/report_py3o/i18n/nb.po index 20fd4d5130..b08b0c0483 100644 --- a/report_py3o/i18n/nb.po +++ b/report_py3o/i18n/nb.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Norwegian Bokm??l (https://www.transifex.com/oca/teams/23907/nb/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Opprettet av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Opprettet den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Visnings navn" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Sist oppdatert " #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Sist oppdatert" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Navn" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nb_NO.po b/report_py3o/i18n/nb_NO.po index eea2fc8d09..6e7b1b5bea 100644 --- a/report_py3o/i18n/nb_NO.po +++ b/report_py3o/i18n/nb_NO.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Norwegian Bokm??l (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Laget av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Laget den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Vis navn" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Sist endret den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Sist oppdatert den" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nl.po b/report_py3o/i18n/nl.po index de738da05d..f01e930e98 100644 --- a/report_py3o/i18n/nl.po +++ b/report_py3o/i18n/nl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Aangemaakt op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Te tonen naam" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Naam" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nl_BE.po b/report_py3o/i18n/nl_BE.po index b96fa6e3fc..d725b12b34 100644 --- a/report_py3o/i18n/nl_BE.po +++ b/report_py3o/i18n/nl_BE.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Gemaakt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Gemaakt op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Schermnaam" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Laatst Aangepast op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Naam:" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nl_NL.po b/report_py3o/i18n/nl_NL.po index 9cbbbb308c..7b0a26c228 100644 --- a/report_py3o/i18n/nl_NL.po +++ b/report_py3o/i18n/nl_NL.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-23 00:28+0000\n" -"PO-Revision-Date: 2017-06-23 00:28+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: Peter Hageman , 2017\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "Actief" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Aangemaakt op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Weergavenaam" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "Groeperen op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "" @@ -157,11 +119,6 @@ msgstr "LibreOffice Sjabloon" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,16 +135,19 @@ msgid "Name" msgstr "Naam" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +#: code:addons/report_py3o/models/py3o_report.py:190 +#, python-format +msgid "No template found. Aborting." msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 -#, python-format -msgid "No template found. Aborting." +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o @@ -195,11 +155,21 @@ msgstr "" msgid "ODF Spreadsheet" msgstr "" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" +msgstr "" + #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Text Document" msgstr "ODF-Tekstdocument" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype msgid "Output Format" @@ -215,32 +185,11 @@ msgstr "Py3o" msgid "Py3o Demo Report" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "Py3o Rapporten" -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" -msgstr "" - -#. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" -msgstr "Py3o Servers" - -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" -msgstr "" - #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "py3o.server" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/pl.po b/report_py3o/i18n/pl.po index 4f6639705f..a34c5ffafe 100644 --- a/report_py3o/i18n/pl.po +++ b/report_py3o/i18n/pl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Utworzone przez" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Utworzono" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Wy??wietlana nazwa " @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ostatnio modyfikowano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ostatnio modyfikowane przez" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ostatnia zmiana" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nazwa" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/pt.po b/report_py3o/i18n/pt.po index 3598585f6b..e42334b05b 100644 --- a/report_py3o/i18n/pt.po +++ b/report_py3o/i18n/pt.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nome" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Modificado a ??ltima vez por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Atualizado pela ??ltima vez por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Atualizado pela ??ltima vez em" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po index d75dbf001a..a7753cfdd6 100644 --- a/report_py3o/i18n/pt_BR.po +++ b/report_py3o/i18n/pt_BR.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-22 01:45+0000\n" -"PO-Revision-Date: 2017-11-22 01:45+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -20,43 +20,25 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "(Native)" msgstr "(Nativo)" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "Ativo" - -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 -#, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" -msgstr "" -"N??o foi poss??vel utilizar o formato nativo no servidor local Fusion. Por " -"favor especificar um Servidor Fusion Externo" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nome para Mostrar" @@ -77,17 +59,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:289 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -95,7 +66,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Identifica????o" @@ -116,13 +86,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -130,21 +93,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima atualiza????o em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "??ltima atualiza????o por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??ltima atualiza????o em" @@ -160,11 +120,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -181,67 +136,59 @@ msgid "Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:193 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -278,11 +225,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/pt_PT.po b/report_py3o/i18n/pt_PT.po index 168160d591..1ce90b8fc5 100644 --- a/report_py3o/i18n/pt_PT.po +++ b/report_py3o/i18n/pt_PT.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nome a Apresentar" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??ltima Modifica????o Em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Atualizado pela ??ltima vez por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Atualizado pela ??ltima vez em" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ro.po b/report_py3o/i18n/ro.po index 24af576bb3..b43c4792fc 100644 --- a/report_py3o/i18n/ro.po +++ b/report_py3o/i18n/ro.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creat de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creat la" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nume Afi??at" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ultima actualizare ??n" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultima actualizare f??cut?? de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualizare la" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ru.po b/report_py3o/i18n/ru.po index 4a67dbaafb..c182703219 100644 --- a/report_py3o/i18n/ru.po +++ b/report_py3o/i18n/ru.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "??????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "?????????????????? ?????? ??????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????????????????? ?????? ??????????????????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "????????????????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sk.po b/report_py3o/i18n/sk.po index 2903f02efe..479c31eec6 100644 --- a/report_py3o/i18n/sk.po +++ b/report_py3o/i18n/sk.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Vytvoril" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Vytvoren??" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Zobrazi?? meno" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Posledn?? modifik??cia" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Naposledy upravoval" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Naposledy upravovan??" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Meno" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sl.po b/report_py3o/i18n/sl.po index d56f01fc1d..60dcb615cf 100644 --- a/report_py3o/i18n/sl.po +++ b/report_py3o/i18n/sl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Ustvaril" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Ustvarjeno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Prikazni naziv" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnji?? spremenjeno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnji posodobil" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zadnji?? posodobljeno" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Naziv" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sr.po b/report_py3o/i18n/sr.po index 6bed824773..7d9c6f067b 100644 --- a/report_py3o/i18n/sr.po +++ b/report_py3o/i18n/sr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreiran" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ime" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sr@latin.po b/report_py3o/i18n/sr@latin.po index e422b271e5..88673a4871 100644 --- a/report_py3o/i18n/sr@latin.po +++ b/report_py3o/i18n/sr@latin.po @@ -8,52 +8,36 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreiran" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Ime za prikaz" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnja izmjena" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnja izmjena" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zadnja izmjena" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ime:" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sv.po b/report_py3o/i18n/sv.po index 24f93532e6..4e09f2cc3e 100644 --- a/report_py3o/i18n/sv.po +++ b/report_py3o/i18n/sv.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Skapad av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Skapad den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Visa namn" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Senast redigerad" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Senast uppdaterad" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Namn" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/th.po b/report_py3o/i18n/th.po index c09fb607c6..50129a856f 100644 --- a/report_py3o/i18n/th.po +++ b/report_py3o/i18n/th.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "????????????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "??????????????????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "??????????????????????????????????????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "????????????" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??????????????????????????????????????????????????????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "???????????????????????????????????????????????????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????????????????????????????????????????????????????????????????????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "????????????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/tr.po b/report_py3o/i18n/tr.po index f3aba30ee2..cbb1cc32b8 100644 --- a/report_py3o/i18n/tr.po +++ b/report_py3o/i18n/tr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Olu??turan" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Olu??turuldu" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "G??r??nen ??sim" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Son de??i??iklik" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Son g??ncelleyen" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Son g??ncelleme" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ad??" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/tr_TR.po b/report_py3o/i18n/tr_TR.po index cc395d00af..debb26bc17 100644 --- a/report_py3o/i18n/tr_TR.po +++ b/report_py3o/i18n/tr_TR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Olu??turan" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Olu??turulma tarihi" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "G??r??nen ad" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Kimlik" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "En son g??ncelleme tarihi" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "En son g??ncelleyen " #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "En son g??ncelleme tarihi" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ad" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/uk.po b/report_py3o/i18n/uk.po index c9efb1e0a8..825fc82a39 100644 --- a/report_py3o/i18n/uk.po +++ b/report_py3o/i18n/uk.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: uk\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "??????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "???????? ??????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "?????????? ?????? ????????????????????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "?????????????? ??????????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "???????????????? ????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "?????????????? ??????????????????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Name" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/vi.po b/report_py3o/i18n/vi.po index 09d35b9e6d..d7b4d7124d 100644 --- a/report_py3o/i18n/vi.po +++ b/report_py3o/i18n/vi.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "???????c t???o b???i" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "???????c t???o v??o" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "T??n hi???n th???" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "S???a l???n cu???i v??o" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "C???p nh???t l???n cu???i v??o" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "T??n" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/vi_VN.po b/report_py3o/i18n/vi_VN.po index 516cb9f846..102ecd96ca 100644 --- a/report_py3o/i18n/vi_VN.po +++ b/report_py3o/i18n/vi_VN.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "T???o b???i" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "T???o v??o" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "C???p nh???t l???n cu???i b???i" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "C???p nh???t l???n cu???i v??o" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/zh_CN.po b/report_py3o/i18n/zh_CN.po index 0dd16df22e..7e946c52f9 100644 --- a/report_py3o/i18n/zh_CN.po +++ b/report_py3o/i18n/zh_CN.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "?????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "????????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "??????????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "???????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "??????????????????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/zh_TW.po b/report_py3o/i18n/zh_TW.po index 9e1d738a2f..b4308dd582 100644 --- a/report_py3o/i18n/zh_TW.po +++ b/report_py3o/i18n/zh_TW.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "?????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "?????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "????????????" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "??????" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "????????????:" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "???????????????" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "???????????????" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" From 7374a3a607779d1add27220c41e946d66b18bab9 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 22 Mar 2018 00:29:59 +0100 Subject: [PATCH 063/135] [FIX] fallback to libreoffice conversion when no server is configured fixes #200 --- report_py3o/models/py3o_report.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 66198f200d..fce767cf21 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -253,6 +253,9 @@ def _create_single_report(self, model_instance, data, save_in_attachment): out_stream.seek(0) tmpl_data = out_stream.read() + if self.env.context.get('report_py3o_skip_conversion'): + return result_path + result_path = self._convert_single_report( result_path, model_instance, data ) From b7dd5ccf498240514b49b13b3b6c761cd531703b Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 26 Mar 2018 12:28:37 +0200 Subject: [PATCH 064/135] [FIX] report_py3o: Bump version number --- report_py3o/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 5b03d46d4a..19f1860242 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Py3o Report Engine', 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', - 'version': '10.0.2.0.0', + 'version': '10.0.2.0.1', 'category': 'Reporting', 'license': 'AGPL-3', 'author': 'XCG Consulting,' From 0c2bd2dd056836e687f8a596843cd1f4f11437e2 Mon Sep 17 00:00:00 2001 From: jesusVMayor Date: Tue, 19 Dec 2017 16:40:16 +0100 Subject: [PATCH 065/135] [FIX]report_py3o: Escape correctly html characters. --- report_py3o/models/py3o_report.py | 4 ++-- report_py3o/tests/test_report_py3o.py | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index fce767cf21..451837d5b3 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -7,6 +7,7 @@ from cStringIO import StringIO import logging import os +import cgi from contextlib import closing import subprocess @@ -64,8 +65,7 @@ def fct1(fct): def format_multiline_value(value): if value: - return Markup(value.replace('<', '<').replace('>', '>'). - replace('\n', ''). + return Markup(cgi.escape(value).replace('\n', ''). replace('\t', '')) return "" diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 0d85dff741..2cf4955092 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -15,8 +15,16 @@ from odoo.tests.common import TransactionCase from odoo.exceptions import ValidationError -from ..models.py3o_report import TemplateNotFound +from ..models.py3o_report import TemplateNotFound, format_multiline_value from base64 import b64encode +import logging + +logger = logging.getLogger(__name__) + +try: + from genshi.core import Markup +except ImportError: + logger.debug('Cannot import genshi.core') @contextmanager @@ -188,3 +196,7 @@ def test_report_template_fallback_validity(self): # non exising files are not valid template self.assertFalse(self.py3o_report._get_template_from_path( '/etc/test.odt')) + + def test_escape_html_characters_format_multiline_value(self): + self.assertEqual(Markup('<>&test;'), + format_multiline_value('<>\n&test;')) From 81069d2150cdf5914f38f633acfe1c4e620de383 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 16 Apr 2018 16:54:45 +0200 Subject: [PATCH 066/135] [IMP] check for template data, not for the id --- report_py3o/models/py3o_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 451837d5b3..1e2866c3ae 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -175,7 +175,7 @@ def get_template(self, model_instance): """ self.ensure_one() report_xml = self.ir_actions_report_xml_id - if report_xml.py3o_template_id and report_xml.py3o_template_id.id: + if report_xml.py3o_template_id.py3o_template_data: # if a user gave a report template tmpl_data = b64decode( report_xml.py3o_template_id.py3o_template_data From bb589cc8f021045793cb6a4e0352f3f4c3c9a35c Mon Sep 17 00:00:00 2001 From: Simone Rubino Date: Wed, 2 May 2018 13:08:34 +0200 Subject: [PATCH 067/135] [FIX] If this is not a py3o report, do nothing at all. In some cases the UI remains blocked otherwise --- report_py3o/__manifest__.py | 2 +- report_py3o/static/src/js/py3oactionmanager.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 19f1860242..a7ea4d1e98 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Py3o Report Engine', 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', - 'version': '10.0.2.0.1', + 'version': '10.0.2.0.2', 'category': 'Reporting', 'license': 'AGPL-3', 'author': 'XCG Consulting,' diff --git a/report_py3o/static/src/js/py3oactionmanager.js b/report_py3o/static/src/js/py3oactionmanager.js index 8e9aa2ebac..408d180a8b 100644 --- a/report_py3o/static/src/js/py3oactionmanager.js +++ b/report_py3o/static/src/js/py3oactionmanager.js @@ -27,12 +27,12 @@ var trigger_download = function(session, response, c, action, options) { ActionManager.include({ ir_actions_report_xml: function(action, options) { var self = this; - framework.blockUI(); - action = _.clone(action); - _t = core._t; // Py3o reports if ('report_type' in action && action.report_type == 'py3o' ) { + framework.blockUI(); + action = _.clone(action); + _t = core._t; var report_url = '/report/py3o/' + action.report_name;; // generic report: no query string // particular: query string of action.data.form and context From 791236636a76bbd1278ad8062c427b6be78aefdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Wed, 16 May 2018 21:04:19 +0200 Subject: [PATCH 068/135] report_py3o: mention formatLang in README --- report_py3o/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 95444cf2ea..accf123bfd 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -162,6 +162,8 @@ time Python's ``time`` module display_address(partner) Return a formatted string of the partner's address +formatLang(value, digits=None, date=False, date_time=False, grouping=True, monetary=False, dp=False, currency_obj=False) + Return a formatted numeric, monetary, date or time value according to the context language and timezone Sample report templates ----------------------- From 63a6a8719478ea1108636101f668cd1ac99aba15 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 25 Apr 2018 01:20:54 +0200 Subject: [PATCH 069/135] report_py3o_fusion_server: Add support for PDF Export options of libreoffice --- report_py3o/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index accf123bfd..5a58ac0f08 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -19,6 +19,8 @@ The key advantages of a Libreoffice based reporting engine are: * If you want your users to be able to modify the document after its generation by Odoo, just configure the document with ODT output (or DOC or DOCX) and the user will be able to modify the document with Libreoffice (or Word) after its generation by Odoo. * Easy development of spreadsheet reports in ODS format (XLS output possible). +This module *report_py3o* is the base module for the Py3o reporting engine. If used alone, it will spawn a libreoffice process for each ODT to PDF (or ODT to DOCX, ..) document conversion. This is slow and can become a problem if you have a lot of reports to convert from ODT to another format. In this case, you should consider the additionnal module *report_py3o_fusion_server* which is designed to work with a libreoffice daemon. With *report_py3o_fusion_server*, the technical environnement is more complex to setup because you have to install additionnal software components and run 2 daemons, but you have much better performances and you can configure the libreoffice PDF export options in Odoo (allows to generate PDF forms, PDF/A documents, password-protected PDFs, watermarked PDFs, etc.). + This reporting engine is an alternative to `Aeroo `_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details. Installation From 06effb60570fc49781eb5e075bb358b3a30efd71 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 23 Jun 2018 20:06:10 +0000 Subject: [PATCH 070/135] [UPD] Update report_py3o.pot --- report_py3o/i18n/am.po | 9 +- report_py3o/i18n/ar.po | 12 +- report_py3o/i18n/bg.po | 9 +- report_py3o/i18n/bs.po | 12 +- report_py3o/i18n/ca.po | 9 +- report_py3o/i18n/cs.po | 9 +- report_py3o/i18n/da.po | 9 +- report_py3o/i18n/de.po | 9 +- report_py3o/i18n/el_GR.po | 12 +- report_py3o/i18n/en_GB.po | 12 +- report_py3o/i18n/es.po | 9 +- report_py3o/i18n/es_AR.po | 12 +- report_py3o/i18n/es_CL.po | 12 +- report_py3o/i18n/es_CO.po | 12 +- report_py3o/i18n/es_CR.po | 12 +- report_py3o/i18n/es_DO.po | 12 +- report_py3o/i18n/es_EC.po | 12 +- report_py3o/i18n/es_ES.po | 12 +- report_py3o/i18n/es_MX.po | 12 +- report_py3o/i18n/es_PE.po | 12 +- report_py3o/i18n/es_PY.po | 12 +- report_py3o/i18n/es_VE.po | 12 +- report_py3o/i18n/et.po | 9 +- report_py3o/i18n/eu.po | 9 +- report_py3o/i18n/fa.po | 9 +- report_py3o/i18n/fi.po | 9 +- report_py3o/i18n/fr.po | 9 +- report_py3o/i18n/fr_CA.po | 12 +- report_py3o/i18n/fr_CH.po | 12 +- report_py3o/i18n/gl.po | 9 +- report_py3o/i18n/gl_ES.po | 12 +- report_py3o/i18n/he.po | 9 +- report_py3o/i18n/hr.po | 12 +- report_py3o/i18n/hr_HR.po | 15 ++- report_py3o/i18n/hu.po | 9 +- report_py3o/i18n/id.po | 9 +- report_py3o/i18n/it.po | 9 +- report_py3o/i18n/ja.po | 9 +- report_py3o/i18n/ko.po | 9 +- report_py3o/i18n/lt.po | 12 +- report_py3o/i18n/lt_LT.po | 15 ++- report_py3o/i18n/lv.po | 12 +- report_py3o/i18n/mk.po | 9 +- report_py3o/i18n/mn.po | 9 +- report_py3o/i18n/nb.po | 12 +- report_py3o/i18n/nb_NO.po | 12 +- report_py3o/i18n/nl.po | 9 +- report_py3o/i18n/nl_BE.po | 12 +- report_py3o/i18n/nl_NL.po | 12 +- report_py3o/i18n/pl.po | 13 +- report_py3o/i18n/pt.po | 9 +- report_py3o/i18n/pt_BR.po | 12 +- report_py3o/i18n/pt_PT.po | 12 +- report_py3o/i18n/report_py3o.pot | 220 +++++++++++++++++++++++++++++++ report_py3o/i18n/ro.po | 12 +- report_py3o/i18n/ru.po | 13 +- report_py3o/i18n/sk.po | 9 +- report_py3o/i18n/sl.po | 12 +- report_py3o/i18n/sr.po | 12 +- report_py3o/i18n/sr@latin.po | 15 ++- report_py3o/i18n/sv.po | 9 +- report_py3o/i18n/th.po | 9 +- report_py3o/i18n/tr.po | 9 +- report_py3o/i18n/tr_TR.po | 12 +- report_py3o/i18n/uk.po | 12 +- report_py3o/i18n/vi.po | 9 +- report_py3o/i18n/vi_VN.po | 12 +- report_py3o/i18n/zh_CN.po | 12 +- report_py3o/i18n/zh_TW.po | 12 +- 69 files changed, 580 insertions(+), 383 deletions(-) create mode 100644 report_py3o/i18n/report_py3o.pot diff --git a/report_py3o/i18n/am.po b/report_py3o/i18n/am.po index 6a72905b59..ce51753faa 100644 --- a/report_py3o/i18n/am.po +++ b/report_py3o/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/ar.po b/report_py3o/i18n/ar.po index 46dfa2ec8c..3998727cb5 100644 --- a/report_py3o/i18n/ar.po +++ b/report_py3o/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: 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" +"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: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/bg.po b/report_py3o/i18n/bg.po index ab5739e54f..040af98cb3 100644 --- a/report_py3o/i18n/bg.po +++ b/report_py3o/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/bs.po b/report_py3o/i18n/bs.po index 02f0c0a603..3ecb2ebb10 100644 --- a/report_py3o/i18n/bs.po +++ b/report_py3o/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/ca.po b/report_py3o/i18n/ca.po index 0dd3b2e2ac..a8eda02486 100644 --- a/report_py3o/i18n/ca.po +++ b/report_py3o/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/cs.po b/report_py3o/i18n/cs.po index f2a9e5d12c..f0ba7c21ed 100644 --- a/report_py3o/i18n/cs.po +++ b/report_py3o/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: 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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/da.po b/report_py3o/i18n/da.po index 9e4795450e..acf08ae068 100644 --- a/report_py3o/i18n/da.po +++ b/report_py3o/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po index b6184ffb2a..fcad1561d4 100644 --- a/report_py3o/i18n/de.po +++ b/report_py3o/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 # Niki Waibel , 2017 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: Niki Waibel , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: 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: report_py3o @@ -81,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/el_GR.po b/report_py3o/i18n/el_GR.po index f8b4ff4978..caf33f3b9f 100644 --- a/report_py3o/i18n/el_GR.po +++ b/report_py3o/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/en_GB.po b/report_py3o/i18n/en_GB.po index 05daaea60f..38ae7eb0f0 100644 --- a/report_py3o/i18n/en_GB.po +++ b/report_py3o/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index 08df400695..30342813ab 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 # Fernando Lara , 2017 @@ -14,10 +14,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: Pedro M. Baeza , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: 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=2; plural=(n != 1);\n" #. module: report_py3o @@ -84,9 +84,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_AR.po b/report_py3o/i18n/es_AR.po index 75952fdb65..f71a42d8b8 100644 --- a/report_py3o/i18n/es_AR.po +++ b/report_py3o/i18n/es_AR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_CL.po b/report_py3o/i18n/es_CL.po index a9b259e2a5..d13b34cb07 100644 --- a/report_py3o/i18n/es_CL.po +++ b/report_py3o/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_CO.po b/report_py3o/i18n/es_CO.po index 8ab1bbf3a5..2091ee6f20 100644 --- a/report_py3o/i18n/es_CO.po +++ b/report_py3o/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_CR.po b/report_py3o/i18n/es_CR.po index ac76c41c77..2963bbf565 100644 --- a/report_py3o/i18n/es_CR.po +++ b/report_py3o/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_DO.po b/report_py3o/i18n/es_DO.po index 1bd301b6d9..e6b382361d 100644 --- a/report_py3o/i18n/es_DO.po +++ b/report_py3o/i18n/es_DO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_DO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_EC.po b/report_py3o/i18n/es_EC.po index c91b16c52e..5d4becc156 100644 --- a/report_py3o/i18n/es_EC.po +++ b/report_py3o/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_ES.po b/report_py3o/i18n/es_ES.po index 3e0e2ed181..12486f0a46 100644 --- a/report_py3o/i18n/es_ES.po +++ b/report_py3o/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_MX.po b/report_py3o/i18n/es_MX.po index b3c12bb597..46d5a93392 100644 --- a/report_py3o/i18n/es_MX.po +++ b/report_py3o/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_PE.po b/report_py3o/i18n/es_PE.po index 188db973cc..d96ac1f8a9 100644 --- a/report_py3o/i18n/es_PE.po +++ b/report_py3o/i18n/es_PE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_PY.po b/report_py3o/i18n/es_PY.po index 6c9af9e22a..217f20fb04 100644 --- a/report_py3o/i18n/es_PY.po +++ b/report_py3o/i18n/es_PY.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/es_VE.po b/report_py3o/i18n/es_VE.po index 04eb84f83b..fbf3898336 100644 --- a/report_py3o/i18n/es_VE.po +++ b/report_py3o/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/et.po b/report_py3o/i18n/et.po index 482a8c377f..da6b753190 100644 --- a/report_py3o/i18n/et.po +++ b/report_py3o/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: 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: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/eu.po b/report_py3o/i18n/eu.po index 208ae3c078..fba1b1a123 100644 --- a/report_py3o/i18n/eu.po +++ b/report_py3o/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/fa.po b/report_py3o/i18n/fa.po index 83bee56d45..da4cfd13fd 100644 --- a/report_py3o/i18n/fa.po +++ b/report_py3o/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/fi.po b/report_py3o/i18n/fi.po index ebc8303232..6825b55adc 100644 --- a/report_py3o/i18n/fi.po +++ b/report_py3o/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: 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: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index da4417be46..01cbe52368 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 # Quentin THEURET , 2018 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2018-01-25 03:45+0000\n" "Last-Translator: Quentin THEURET , 2018\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o @@ -81,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/fr_CA.po b/report_py3o/i18n/fr_CA.po index a7c1521795..9579c7212a 100644 --- a/report_py3o/i18n/fr_CA.po +++ b/report_py3o/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/fr_CH.po b/report_py3o/i18n/fr_CH.po index 9807b783cc..702c9490d6 100644 --- a/report_py3o/i18n/fr_CH.po +++ b/report_py3o/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/gl.po b/report_py3o/i18n/gl.po index 703fdfd67f..b7742e79df 100644 --- a/report_py3o/i18n/gl.po +++ b/report_py3o/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/gl_ES.po b/report_py3o/i18n/gl_ES.po index b93a3dbe44..33065de76e 100644 --- a/report_py3o/i18n/gl_ES.po +++ b/report_py3o/i18n/gl_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/he.po b/report_py3o/i18n/he.po index aac93dc046..15daefde34 100644 --- a/report_py3o/i18n/he.po +++ b/report_py3o/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/hr.po b/report_py3o/i18n/hr.po index f8de9f76a6..d25ada0763 100644 --- a/report_py3o/i18n/hr.po +++ b/report_py3o/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 # Bole , 2017 @@ -13,11 +13,12 @@ msgstr "" "PO-Revision-Date: 2018-02-16 01:44+0000\n" "Last-Translator: Bole , 2017\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -81,9 +82,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index 76ef7db8b9..3635f7d764 100644 --- a/report_py3o/i18n/hr_HR.po +++ b/report_py3o/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # Bole , 2017 # OCA Transbot , 2017 @@ -12,12 +12,14 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_HR\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -81,9 +83,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/hu.po b/report_py3o/i18n/hu.po index 9b29d8e063..e5292aa3a3 100644 --- a/report_py3o/i18n/hu.po +++ b/report_py3o/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/id.po b/report_py3o/i18n/id.po index 5d65b9664f..2a727ba7eb 100644 --- a/report_py3o/i18n/id.po +++ b/report_py3o/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/it.po b/report_py3o/i18n/it.po index 1786ae3eff..18def6f994 100644 --- a/report_py3o/i18n/it.po +++ b/report_py3o/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/ja.po b/report_py3o/i18n/ja.po index fc4dbc4d7b..bbaee8e022 100644 --- a/report_py3o/i18n/ja.po +++ b/report_py3o/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/ko.po b/report_py3o/i18n/ko.po index 34ed394525..f77b71e3f5 100644 --- a/report_py3o/i18n/ko.po +++ b/report_py3o/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/lt.po b/report_py3o/i18n/lt.po index 9d9cecbe32..89764cd048 100644 --- a/report_py3o/i18n/lt.po +++ b/report_py3o/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/lt_LT.po b/report_py3o/i18n/lt_LT.po index 27a4f3fba2..85c3200fa6 100644 --- a/report_py3o/i18n/lt_LT.po +++ b/report_py3o/i18n/lt_LT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: lt_LT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt_LT\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +82,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/lv.po b/report_py3o/i18n/lv.po index fb28344271..3694c1bafe 100644 --- a/report_py3o/i18n/lv.po +++ b/report_py3o/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/mk.po b/report_py3o/i18n/mk.po index daefdccda0..005a1f5d14 100644 --- a/report_py3o/i18n/mk.po +++ b/report_py3o/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/mn.po b/report_py3o/i18n/mn.po index 8851f07330..8df312ebd0 100644 --- a/report_py3o/i18n/mn.po +++ b/report_py3o/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/nb.po b/report_py3o/i18n/nb.po index b08b0c0483..e9dcbc787d 100644 --- a/report_py3o/i18n/nb.po +++ b/report_py3o/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokm??l (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokm??l (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/nb_NO.po b/report_py3o/i18n/nb_NO.po index 6e7b1b5bea..5578bc8d3c 100644 --- a/report_py3o/i18n/nb_NO.po +++ b/report_py3o/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokm??l (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"Language-Team: Norwegian Bokm??l (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/nl.po b/report_py3o/i18n/nl.po index f01e930e98..3de8513a18 100644 --- a/report_py3o/i18n/nl.po +++ b/report_py3o/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/nl_BE.po b/report_py3o/i18n/nl_BE.po index d725b12b34..9155058902 100644 --- a/report_py3o/i18n/nl_BE.po +++ b/report_py3o/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/nl_NL.po b/report_py3o/i18n/nl_NL.po index 7b0a26c228..3da2695173 100644 --- a/report_py3o/i18n/nl_NL.po +++ b/report_py3o/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # Peter Hageman , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/pl.po b/report_py3o/i18n/pl.po index a34c5ffafe..c0935f3694 100644 --- a/report_py3o/i18n/pl.po +++ b/report_py3o/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +82,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/pt.po b/report_py3o/i18n/pt.po index e42334b05b..99aaca5df3 100644 --- a/report_py3o/i18n/pt.po +++ b/report_py3o/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po index a7753cfdd6..78a3b35713 100644 --- a/report_py3o/i18n/pt_BR.po +++ b/report_py3o/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # Cezar Jos?? Sant Anna Junior , 2017 # OCA Transbot , 2017 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o @@ -81,9 +82,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/pt_PT.po b/report_py3o/i18n/pt_PT.po index 1ce90b8fc5..f91f3fd72f 100644 --- a/report_py3o/i18n/pt_PT.po +++ b/report_py3o/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/report_py3o.pot b/report_py3o/i18n/report_py3o.pot new file mode 100644 index 0000000000..0d20674559 --- /dev/null +++ b/report_py3o/i18n/report_py3o.pot @@ -0,0 +1,220 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#, python-format +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +msgid "Created by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +msgid "Created on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "Fallback" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +msgid "ID" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "If the user does not provide a template this will be used it should be a relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "If you execute a report on several records, by default Odoo will generate a ZIP file that contains as many files as selected records. If you enable this option, Odoo will generate instead a single report for the selected records." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +msgid "Module" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +msgid "Multiple Records in a Single Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +msgid "Name" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:190 +#, python-format +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation (Flat)" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_report +msgid "Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +msgid "Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +msgid "The implementer module that provides this report" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" + diff --git a/report_py3o/i18n/ro.po b/report_py3o/i18n/ro.po index b43c4792fc..283ae6fbf0 100644 --- a/report_py3o/i18n/ro.po +++ b/report_py3o/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/ru.po b/report_py3o/i18n/ru.po index c182703219..d53f301e23 100644 --- a/report_py3o/i18n/ru.po +++ b/report_py3o/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +82,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/sk.po b/report_py3o/i18n/sk.po index 479c31eec6..2f23276ec5 100644 --- a/report_py3o/i18n/sk.po +++ b/report_py3o/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/sl.po b/report_py3o/i18n/sl.po index 60dcb615cf..0ffccb08a4 100644 --- a/report_py3o/i18n/sl.po +++ b/report_py3o/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/sr.po b/report_py3o/i18n/sr.po index 7d9c6f067b..31543ae43f 100644 --- a/report_py3o/i18n/sr.po +++ b/report_py3o/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/sr@latin.po b/report_py3o/i18n/sr@latin.po index 88673a4871..83e6812787 100644 --- a/report_py3o/i18n/sr@latin.po +++ b/report_py3o/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +82,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/sv.po b/report_py3o/i18n/sv.po index 4e09f2cc3e..6458fc3822 100644 --- a/report_py3o/i18n/sv.po +++ b/report_py3o/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/th.po b/report_py3o/i18n/th.po index 50129a856f..0c7a1feaf6 100644 --- a/report_py3o/i18n/th.po +++ b/report_py3o/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/tr.po b/report_py3o/i18n/tr.po index cbb1cc32b8..f5731486d0 100644 --- a/report_py3o/i18n/tr.po +++ b/report_py3o/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/tr_TR.po b/report_py3o/i18n/tr_TR.po index debb26bc17..39b12d6508 100644 --- a/report_py3o/i18n/tr_TR.po +++ b/report_py3o/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/uk.po b/report_py3o/i18n/uk.po index 825fc82a39..301cab6ac9 100644 --- a/report_py3o/i18n/uk.po +++ b/report_py3o/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: uk\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/vi.po b/report_py3o/i18n/vi.po index d7b4d7124d..8017bde08c 100644 --- a/report_py3o/i18n/vi.po +++ b/report_py3o/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +80,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/vi_VN.po b/report_py3o/i18n/vi_VN.po index 102ecd96ca..30b95879b5 100644 --- a/report_py3o/i18n/vi_VN.po +++ b/report_py3o/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/zh_CN.po b/report_py3o/i18n/zh_CN.po index 7e946c52f9..a8b6dabf87 100644 --- a/report_py3o/i18n/zh_CN.po +++ b/report_py3o/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o diff --git a/report_py3o/i18n/zh_TW.po b/report_py3o/i18n/zh_TW.po index b4308dd582..5789ef534b 100644 --- a/report_py3o/i18n/zh_TW.po +++ b/report_py3o/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o @@ -80,9 +81,8 @@ msgstr "" #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " -"ZIP file that contains as many files as selected records. If you enable this" -" option, Odoo will generate instead a single report for the selected " -"records." +"ZIP file that contains as many files as selected records. If you enable this " +"option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o From a23af3fae6ea0f3fd5a4c8167d529aac00633340 Mon Sep 17 00:00:00 2001 From: Christophe CHAUVET Date: Wed, 18 Jul 2018 08:49:09 +0000 Subject: [PATCH 071/135] =?UTF-8?q?Translated=20using=20Weblate=20(Fran?= =?UTF-8?q?=C3=A7ais)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100,0% (38 of 38 strings) Translation: reporting-engine-10.0/reporting-engine-10.0-report_py3o Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-10-0/reporting-engine-10-0-report_py3o/fr/ --- report_py3o/i18n/fr.po | 50 ++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 21 deletions(-) diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index 01cbe52368..4b3f68e215 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -10,20 +10,21 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-25 03:45+0000\n" -"PO-Revision-Date: 2018-01-25 03:45+0000\n" -"Last-Translator: Quentin THEURET , 2018\n" +"PO-Revision-Date: 2018-07-18 08:55+0000\n" +"Last-Translator: Christophe CHAUVET \n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 3.0.1\n" #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "(Native)" -msgstr "" +msgstr "(Natif)" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid @@ -52,17 +53,17 @@ msgstr "Proc??dure de recours" #: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" -msgstr "" +msgstr "Le champ 'Format de sortie' est requis dans le rapport Py3O" #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" -msgstr "" +msgstr "Type de fichier" #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" -msgstr "" +msgstr "Grouper par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id @@ -76,6 +77,9 @@ msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" +"Si l'utilisateur ne fournit pas de mod??le, celui-ci sera utilis??. Il doit " +"s'agir d'un chemin relatif ?? la racine de VOTRE module ou d'un chemin absolu " +"sur votre serveur." #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one @@ -84,11 +88,15 @@ msgid "" "ZIP file that contains as many files as selected records. If you enable this " "option, Odoo will generate instead a single report for the selected records." msgstr "" +"Si vous ex??cutez un rapport sur plusieurs enregistrements, Odoo g??n??rera par " +"d??faut un fichier ZIP contenant autant de fichiers que d'enregistrements " +"s??lectionn??s. Si vous activez cette option, Odoo g??n??rera ?? la place un seul " +"rapport pour les enregistrements s??lectionn??s." #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" -msgstr "" +msgstr "Ir actions report xml id" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update @@ -112,12 +120,12 @@ msgstr "Derni??re mise ?? jour le" #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data #: model:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" -msgstr "" +msgstr "Mod??le LibreOffice" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype msgid "LibreOffice Template File Type" -msgstr "" +msgstr "Type de fichier mod??le de LibreOffice" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module @@ -127,7 +135,7 @@ msgstr "Module" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one msgid "Multiple Records in a Single Report" -msgstr "" +msgstr "Enregistrements multiples dans un seul rapport" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name @@ -138,37 +146,37 @@ msgstr "Nom" #: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." -msgstr "" +msgstr "Pas de mod??le trouv??. Annulation." #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Presentation" -msgstr "" +msgstr "Pr??sentation ODF" #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Presentation (Flat)" -msgstr "" +msgstr "Pr??sentation ODF (?? plat)" #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Spreadsheet" -msgstr "" +msgstr "Tableur ODF" #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Spreadsheet (Flat)" -msgstr "" +msgstr "Tableur ODF (?? plat)" #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Text Document" -msgstr "" +msgstr "Document texte ODF" #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Text Document (Flat)" -msgstr "" +msgstr "Document Texte ODF (?? plat)" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype @@ -183,12 +191,12 @@ msgstr "Py3o" #. module: report_py3o #: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" -msgstr "" +msgstr "Rapport de d??mo Py3o" #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" -msgstr "" +msgstr "Rapports Py3o" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action @@ -227,4 +235,4 @@ msgstr "ir.actions.report.xml" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" -msgstr "" +msgstr "py3o.template" From 6c354827a79a85c0bfaed9b90df6802911321758 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 26 Nov 2018 17:58:30 +0100 Subject: [PATCH 072/135] [MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0 --- report_py3o/__manifest__.py | 7 +- report_py3o/controllers/main.py | 21 ++-- report_py3o/demo/report_py3o.xml | 18 +-- report_py3o/i18n/am.po | 2 +- report_py3o/i18n/ar.po | 2 +- report_py3o/i18n/bg.po | 2 +- report_py3o/i18n/bs.po | 2 +- report_py3o/i18n/ca.po | 2 +- report_py3o/i18n/cs.po | 2 +- report_py3o/i18n/da.po | 2 +- report_py3o/i18n/de.po | 2 +- report_py3o/i18n/el_GR.po | 2 +- report_py3o/i18n/en_GB.po | 2 +- report_py3o/i18n/es.po | 2 +- report_py3o/i18n/es_AR.po | 2 +- report_py3o/i18n/es_CL.po | 2 +- report_py3o/i18n/es_CO.po | 2 +- report_py3o/i18n/es_CR.po | 2 +- report_py3o/i18n/es_DO.po | 2 +- report_py3o/i18n/es_EC.po | 2 +- report_py3o/i18n/es_ES.po | 2 +- report_py3o/i18n/es_MX.po | 2 +- report_py3o/i18n/es_PE.po | 2 +- report_py3o/i18n/es_PY.po | 2 +- report_py3o/i18n/es_VE.po | 2 +- report_py3o/i18n/et.po | 2 +- report_py3o/i18n/eu.po | 2 +- report_py3o/i18n/fa.po | 2 +- report_py3o/i18n/fi.po | 2 +- report_py3o/i18n/fr.po | 2 +- report_py3o/i18n/fr_CA.po | 2 +- report_py3o/i18n/fr_CH.po | 2 +- report_py3o/i18n/gl.po | 2 +- report_py3o/i18n/gl_ES.po | 2 +- report_py3o/i18n/he.po | 2 +- report_py3o/i18n/hr.po | 2 +- report_py3o/i18n/hr_HR.po | 2 +- report_py3o/i18n/hu.po | 2 +- report_py3o/i18n/id.po | 2 +- report_py3o/i18n/it.po | 2 +- report_py3o/i18n/ja.po | 2 +- report_py3o/i18n/ko.po | 2 +- report_py3o/i18n/lt.po | 2 +- report_py3o/i18n/lt_LT.po | 2 +- report_py3o/i18n/lv.po | 2 +- report_py3o/i18n/mk.po | 2 +- report_py3o/i18n/mn.po | 2 +- report_py3o/i18n/nb.po | 2 +- report_py3o/i18n/nb_NO.po | 2 +- report_py3o/i18n/nl.po | 2 +- report_py3o/i18n/nl_BE.po | 2 +- report_py3o/i18n/nl_NL.po | 2 +- report_py3o/i18n/pl.po | 2 +- report_py3o/i18n/pt.po | 2 +- report_py3o/i18n/pt_BR.po | 2 +- report_py3o/i18n/pt_PT.po | 2 +- report_py3o/i18n/report_py3o.pot | 2 +- report_py3o/i18n/ro.po | 2 +- report_py3o/i18n/ru.po | 2 +- report_py3o/i18n/sk.po | 2 +- report_py3o/i18n/sl.po | 2 +- report_py3o/i18n/sr.po | 2 +- report_py3o/i18n/sr@latin.po | 2 +- report_py3o/i18n/sv.po | 2 +- report_py3o/i18n/th.po | 2 +- report_py3o/i18n/tr.po | 2 +- report_py3o/i18n/tr_TR.po | 2 +- report_py3o/i18n/uk.po | 2 +- report_py3o/i18n/vi.po | 2 +- report_py3o/i18n/vi_VN.po | 2 +- report_py3o/i18n/zh_CN.po | 2 +- report_py3o/i18n/zh_TW.po | 2 +- .../migrations/10.0.2.0.0/pre-migration.py | 1 - report_py3o/models/__init__.py | 3 +- ...ons_report_xml.py => ir_actions_report.py} | 59 +++++++-- report_py3o/models/py3o_report.py | 118 ++++++++---------- report_py3o/models/py3o_template.py | 2 +- report_py3o/models/report.py | 25 ---- .../static/src/js/py3oactionmanager.js | 47 ++++--- report_py3o/tests/test_report_py3o.py | 25 ++-- .../{ir_report.xml => ir_actions_report.xml} | 4 +- report_py3o/views/menu.xml | 2 +- 82 files changed, 229 insertions(+), 241 deletions(-) rename report_py3o/models/{ir_actions_report_xml.py => ir_actions_report.py} (61%) delete mode 100644 report_py3o/models/report.py rename report_py3o/views/{ir_report.xml => ir_actions_report.xml} (92%) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index a7ea4d1e98..fc975fe462 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -1,18 +1,17 @@ -# -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Py3o Report Engine', 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', - 'version': '10.0.2.0.2', + 'version': '12.0.2.0.2', 'category': 'Reporting', 'license': 'AGPL-3', 'author': 'XCG Consulting,' 'ACSONE SA/NV,' 'Odoo Community Association (OCA)', 'website': 'http://odoo.consulting/', - 'depends': ['report'], + 'depends': ['web'], 'external_dependencies': { 'python': ['py3o.template', 'py3o.formats'] @@ -21,7 +20,7 @@ 'security/ir.model.access.csv', 'views/menu.xml', 'views/py3o_template.xml', - 'views/ir_report.xml', + 'views/ir_actions_report.xml', 'views/report_py3o.xml', 'demo/report_py3o.xml', ], diff --git a/report_py3o/controllers/main.py b/report_py3o/controllers/main.py index 71d1ca08de..e18a187174 100644 --- a/report_py3o/controllers/main.py +++ b/report_py3o/controllers/main.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) import json @@ -7,7 +6,7 @@ from odoo.http import route, request -from odoo.addons.report.controllers import main +from odoo.addons.web.controllers import main from odoo.addons.web.controllers.main import ( _serialize_exception, content_disposition @@ -38,20 +37,18 @@ def report_routes(self, reportname, docids=None, converter=None, **data): del data['context']['lang'] context.update(data['context']) - ir_action = request.env['ir.actions.report.xml'] + ir_action = request.env['ir.actions.report'] action_py3o_report = ir_action.get_from_report_name( reportname, "py3o").with_context(context) if not action_py3o_report: raise exceptions.HTTPException( description='Py3o action report not found for report_name ' '%s' % reportname) - context['report_name'] = reportname - py3o_report = request.env['py3o.report'].create({ - 'ir_actions_report_xml_id': action_py3o_report.id - }).with_context(context) - res, filetype = py3o_report.create_report(docids, data) + res, filetype = action_py3o_report._render_py3o(docids, data) filename = action_py3o_report.gen_report_download_filename( docids, data) + if not filename.endswith(filetype): + filename = "{}.{}".format(filename, filetype) content_type = mimetypes.guess_type("x." + filetype)[0] http_headers = [('Content-Type', content_type), ('Content-Length', len(res)), @@ -69,8 +66,8 @@ def report_download(self, data, token): :returns: Response with a filetoken cookie and an attachment header """ requestcontent = json.loads(data) - url, type = requestcontent[0], requestcontent[1] - if type != 'py3o': + url, report_type = requestcontent[0], requestcontent[1] + if 'py3o' not in report_type: return super(ReportController, self).report_download(data, token) try: reportname = url.split('/report/py3o/')[1].split('?')[0] @@ -85,12 +82,12 @@ def report_download(self, data, token): else: # Particular report: # decoding the args represented in JSON - data = url_decode(url.split('?')[1]).items() + data = list(url_decode(url.split('?')[1]).items()) response = self.report_routes( reportname, converter='py3o', **dict(data)) response.set_cookie('fileToken', token) return response - except Exception, e: + except Exception as e: se = _serialize_exception(e) error = { 'code': 200, diff --git a/report_py3o/demo/report_py3o.xml b/report_py3o/demo/report_py3o.xml index 4a47c38ad1..6d8941531c 100644 --- a/report_py3o/demo/report_py3o.xml +++ b/report_py3o/demo/report_py3o.xml @@ -4,23 +4,17 @@ - + Py3o Demo Report - ir.actions.report.xml + ir.actions.report res.users py3o_user_info py3o odt report_py3o demo/res_user.odt + + report - - - - - res.users - Py3o Demo Report - - - - + + diff --git a/report_py3o/i18n/am.po b/report_py3o/i18n/am.po index ce51753faa..62a1611e55 100644 --- a/report_py3o/i18n/am.po +++ b/report_py3o/i18n/am.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/ar.po b/report_py3o/i18n/ar.po index 3998727cb5..8a2558c169 100644 --- a/report_py3o/i18n/ar.po +++ b/report_py3o/i18n/ar.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/bg.po b/report_py3o/i18n/bg.po index 040af98cb3..ae65caace9 100644 --- a/report_py3o/i18n/bg.po +++ b/report_py3o/i18n/bg.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/bs.po b/report_py3o/i18n/bs.po index 3ecb2ebb10..065a660f15 100644 --- a/report_py3o/i18n/bs.po +++ b/report_py3o/i18n/bs.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/ca.po b/report_py3o/i18n/ca.po index a8eda02486..da14385ca3 100644 --- a/report_py3o/i18n/ca.po +++ b/report_py3o/i18n/ca.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/cs.po b/report_py3o/i18n/cs.po index f0ba7c21ed..496079b7bb 100644 --- a/report_py3o/i18n/cs.po +++ b/report_py3o/i18n/cs.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/da.po b/report_py3o/i18n/da.po index acf08ae068..e2485e4351 100644 --- a/report_py3o/i18n/da.po +++ b/report_py3o/i18n/da.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po index fcad1561d4..d0fffa3875 100644 --- a/report_py3o/i18n/de.po +++ b/report_py3o/i18n/de.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/el_GR.po b/report_py3o/i18n/el_GR.po index caf33f3b9f..ffb60e3aa3 100644 --- a/report_py3o/i18n/el_GR.po +++ b/report_py3o/i18n/el_GR.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/en_GB.po b/report_py3o/i18n/en_GB.po index 38ae7eb0f0..c48a6a4499 100644 --- a/report_py3o/i18n/en_GB.po +++ b/report_py3o/i18n/en_GB.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index 30342813ab..bd30dfa04f 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -89,7 +89,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "Ir a los informes de acciones xml id" diff --git a/report_py3o/i18n/es_AR.po b/report_py3o/i18n/es_AR.po index f71a42d8b8..4728a8b4b8 100644 --- a/report_py3o/i18n/es_AR.po +++ b/report_py3o/i18n/es_AR.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_CL.po b/report_py3o/i18n/es_CL.po index d13b34cb07..840baa0065 100644 --- a/report_py3o/i18n/es_CL.po +++ b/report_py3o/i18n/es_CL.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_CO.po b/report_py3o/i18n/es_CO.po index 2091ee6f20..c375dd8118 100644 --- a/report_py3o/i18n/es_CO.po +++ b/report_py3o/i18n/es_CO.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_CR.po b/report_py3o/i18n/es_CR.po index 2963bbf565..9deda07ecb 100644 --- a/report_py3o/i18n/es_CR.po +++ b/report_py3o/i18n/es_CR.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_DO.po b/report_py3o/i18n/es_DO.po index e6b382361d..97ebb1de37 100644 --- a/report_py3o/i18n/es_DO.po +++ b/report_py3o/i18n/es_DO.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_EC.po b/report_py3o/i18n/es_EC.po index 5d4becc156..e897d15908 100644 --- a/report_py3o/i18n/es_EC.po +++ b/report_py3o/i18n/es_EC.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_ES.po b/report_py3o/i18n/es_ES.po index 12486f0a46..d4ab2ca53b 100644 --- a/report_py3o/i18n/es_ES.po +++ b/report_py3o/i18n/es_ES.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_MX.po b/report_py3o/i18n/es_MX.po index 46d5a93392..2c95fe4f7b 100644 --- a/report_py3o/i18n/es_MX.po +++ b/report_py3o/i18n/es_MX.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_PE.po b/report_py3o/i18n/es_PE.po index d96ac1f8a9..1e288e26ff 100644 --- a/report_py3o/i18n/es_PE.po +++ b/report_py3o/i18n/es_PE.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_PY.po b/report_py3o/i18n/es_PY.po index 217f20fb04..85cd38d8d1 100644 --- a/report_py3o/i18n/es_PY.po +++ b/report_py3o/i18n/es_PY.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/es_VE.po b/report_py3o/i18n/es_VE.po index fbf3898336..de8a170cd5 100644 --- a/report_py3o/i18n/es_VE.po +++ b/report_py3o/i18n/es_VE.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/et.po b/report_py3o/i18n/et.po index da6b753190..286303881e 100644 --- a/report_py3o/i18n/et.po +++ b/report_py3o/i18n/et.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/eu.po b/report_py3o/i18n/eu.po index fba1b1a123..857aede3b9 100644 --- a/report_py3o/i18n/eu.po +++ b/report_py3o/i18n/eu.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/fa.po b/report_py3o/i18n/fa.po index da4cfd13fd..087d40aca4 100644 --- a/report_py3o/i18n/fa.po +++ b/report_py3o/i18n/fa.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/fi.po b/report_py3o/i18n/fi.po index 6825b55adc..e49f6d0be4 100644 --- a/report_py3o/i18n/fi.po +++ b/report_py3o/i18n/fi.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index 4b3f68e215..d7954ee3b2 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -94,7 +94,7 @@ msgstr "" "rapport pour les enregistrements s??lectionn??s." #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "Ir actions report xml id" diff --git a/report_py3o/i18n/fr_CA.po b/report_py3o/i18n/fr_CA.po index 9579c7212a..3ce30e92c7 100644 --- a/report_py3o/i18n/fr_CA.po +++ b/report_py3o/i18n/fr_CA.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/fr_CH.po b/report_py3o/i18n/fr_CH.po index 702c9490d6..753217af17 100644 --- a/report_py3o/i18n/fr_CH.po +++ b/report_py3o/i18n/fr_CH.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/gl.po b/report_py3o/i18n/gl.po index b7742e79df..a5a176b493 100644 --- a/report_py3o/i18n/gl.po +++ b/report_py3o/i18n/gl.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/gl_ES.po b/report_py3o/i18n/gl_ES.po index 33065de76e..d0ea89e36e 100644 --- a/report_py3o/i18n/gl_ES.po +++ b/report_py3o/i18n/gl_ES.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/he.po b/report_py3o/i18n/he.po index 15daefde34..6f4e5cdb4b 100644 --- a/report_py3o/i18n/he.po +++ b/report_py3o/i18n/he.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/hr.po b/report_py3o/i18n/hr.po index d25ada0763..340ad61c80 100644 --- a/report_py3o/i18n/hr.po +++ b/report_py3o/i18n/hr.po @@ -87,7 +87,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index 3635f7d764..e6c9a3d2f7 100644 --- a/report_py3o/i18n/hr_HR.po +++ b/report_py3o/i18n/hr_HR.po @@ -88,7 +88,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/hu.po b/report_py3o/i18n/hu.po index e5292aa3a3..ae2697a64d 100644 --- a/report_py3o/i18n/hu.po +++ b/report_py3o/i18n/hu.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/id.po b/report_py3o/i18n/id.po index 2a727ba7eb..7447c450d1 100644 --- a/report_py3o/i18n/id.po +++ b/report_py3o/i18n/id.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/it.po b/report_py3o/i18n/it.po index 18def6f994..bb5226f4d6 100644 --- a/report_py3o/i18n/it.po +++ b/report_py3o/i18n/it.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/ja.po b/report_py3o/i18n/ja.po index bbaee8e022..3210d63e08 100644 --- a/report_py3o/i18n/ja.po +++ b/report_py3o/i18n/ja.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/ko.po b/report_py3o/i18n/ko.po index f77b71e3f5..909ad3b8c0 100644 --- a/report_py3o/i18n/ko.po +++ b/report_py3o/i18n/ko.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/lt.po b/report_py3o/i18n/lt.po index 89764cd048..cca58e2653 100644 --- a/report_py3o/i18n/lt.po +++ b/report_py3o/i18n/lt.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/lt_LT.po b/report_py3o/i18n/lt_LT.po index 85c3200fa6..504f0490a5 100644 --- a/report_py3o/i18n/lt_LT.po +++ b/report_py3o/i18n/lt_LT.po @@ -87,7 +87,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/lv.po b/report_py3o/i18n/lv.po index 3694c1bafe..c13115c15b 100644 --- a/report_py3o/i18n/lv.po +++ b/report_py3o/i18n/lv.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/mk.po b/report_py3o/i18n/mk.po index 005a1f5d14..cc39f055ca 100644 --- a/report_py3o/i18n/mk.po +++ b/report_py3o/i18n/mk.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/mn.po b/report_py3o/i18n/mn.po index 8df312ebd0..5546dd7869 100644 --- a/report_py3o/i18n/mn.po +++ b/report_py3o/i18n/mn.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/nb.po b/report_py3o/i18n/nb.po index e9dcbc787d..9f4a4bdf70 100644 --- a/report_py3o/i18n/nb.po +++ b/report_py3o/i18n/nb.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/nb_NO.po b/report_py3o/i18n/nb_NO.po index 5578bc8d3c..30e19a9483 100644 --- a/report_py3o/i18n/nb_NO.po +++ b/report_py3o/i18n/nb_NO.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/nl.po b/report_py3o/i18n/nl.po index 3de8513a18..1670c4b5a1 100644 --- a/report_py3o/i18n/nl.po +++ b/report_py3o/i18n/nl.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/nl_BE.po b/report_py3o/i18n/nl_BE.po index 9155058902..4b4a85a0f8 100644 --- a/report_py3o/i18n/nl_BE.po +++ b/report_py3o/i18n/nl_BE.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/nl_NL.po b/report_py3o/i18n/nl_NL.po index 3da2695173..d9ae49bb1e 100644 --- a/report_py3o/i18n/nl_NL.po +++ b/report_py3o/i18n/nl_NL.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/pl.po b/report_py3o/i18n/pl.po index c0935f3694..4ba34e6124 100644 --- a/report_py3o/i18n/pl.po +++ b/report_py3o/i18n/pl.po @@ -87,7 +87,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/pt.po b/report_py3o/i18n/pt.po index 99aaca5df3..24fba74788 100644 --- a/report_py3o/i18n/pt.po +++ b/report_py3o/i18n/pt.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po index 78a3b35713..be70d71db2 100644 --- a/report_py3o/i18n/pt_BR.po +++ b/report_py3o/i18n/pt_BR.po @@ -87,7 +87,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/pt_PT.po b/report_py3o/i18n/pt_PT.po index f91f3fd72f..f07722e1fb 100644 --- a/report_py3o/i18n/pt_PT.po +++ b/report_py3o/i18n/pt_PT.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/report_py3o.pot b/report_py3o/i18n/report_py3o.pot index 0d20674559..40d44f4954 100644 --- a/report_py3o/i18n/report_py3o.pot +++ b/report_py3o/i18n/report_py3o.pot @@ -75,7 +75,7 @@ msgid "If you execute a report on several records, by default Odoo will generate msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/ro.po b/report_py3o/i18n/ro.po index 283ae6fbf0..de6e1f05b8 100644 --- a/report_py3o/i18n/ro.po +++ b/report_py3o/i18n/ro.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/ru.po b/report_py3o/i18n/ru.po index d53f301e23..afd783625e 100644 --- a/report_py3o/i18n/ru.po +++ b/report_py3o/i18n/ru.po @@ -87,7 +87,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/sk.po b/report_py3o/i18n/sk.po index 2f23276ec5..4e18e0382c 100644 --- a/report_py3o/i18n/sk.po +++ b/report_py3o/i18n/sk.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/sl.po b/report_py3o/i18n/sl.po index 0ffccb08a4..9856f43800 100644 --- a/report_py3o/i18n/sl.po +++ b/report_py3o/i18n/sl.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/sr.po b/report_py3o/i18n/sr.po index 31543ae43f..0ea54a0a98 100644 --- a/report_py3o/i18n/sr.po +++ b/report_py3o/i18n/sr.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/sr@latin.po b/report_py3o/i18n/sr@latin.po index 83e6812787..428ec80bdc 100644 --- a/report_py3o/i18n/sr@latin.po +++ b/report_py3o/i18n/sr@latin.po @@ -87,7 +87,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/sv.po b/report_py3o/i18n/sv.po index 6458fc3822..498f97fd12 100644 --- a/report_py3o/i18n/sv.po +++ b/report_py3o/i18n/sv.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/th.po b/report_py3o/i18n/th.po index 0c7a1feaf6..fa5f1f368e 100644 --- a/report_py3o/i18n/th.po +++ b/report_py3o/i18n/th.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/tr.po b/report_py3o/i18n/tr.po index f5731486d0..9f812f913e 100644 --- a/report_py3o/i18n/tr.po +++ b/report_py3o/i18n/tr.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/tr_TR.po b/report_py3o/i18n/tr_TR.po index 39b12d6508..4227b7d27c 100644 --- a/report_py3o/i18n/tr_TR.po +++ b/report_py3o/i18n/tr_TR.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/uk.po b/report_py3o/i18n/uk.po index 301cab6ac9..ed3119e08a 100644 --- a/report_py3o/i18n/uk.po +++ b/report_py3o/i18n/uk.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/vi.po b/report_py3o/i18n/vi.po index 8017bde08c..e5e8116f5d 100644 --- a/report_py3o/i18n/vi.po +++ b/report_py3o/i18n/vi.po @@ -85,7 +85,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/vi_VN.po b/report_py3o/i18n/vi_VN.po index 30b95879b5..d253efc750 100644 --- a/report_py3o/i18n/vi_VN.po +++ b/report_py3o/i18n/vi_VN.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/zh_CN.po b/report_py3o/i18n/zh_CN.po index a8b6dabf87..925a3c126d 100644 --- a/report_py3o/i18n/zh_CN.po +++ b/report_py3o/i18n/zh_CN.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/i18n/zh_TW.po b/report_py3o/i18n/zh_TW.po index 5789ef534b..e541d3fa78 100644 --- a/report_py3o/i18n/zh_TW.po +++ b/report_py3o/i18n/zh_TW.po @@ -86,7 +86,7 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id msgid "Ir actions report xml id" msgstr "" diff --git a/report_py3o/migrations/10.0.2.0.0/pre-migration.py b/report_py3o/migrations/10.0.2.0.0/pre-migration.py index e0b7051ab9..894c5473a4 100644 --- a/report_py3o/migrations/10.0.2.0.0/pre-migration.py +++ b/report_py3o/migrations/10.0.2.0.0/pre-migration.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # ?? 2018 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py index e050d2c786..3da72d0f29 100644 --- a/report_py3o/models/__init__.py +++ b/report_py3o/models/__init__.py @@ -1,4 +1,3 @@ -from . import ir_actions_report_xml from . import py3o_template -from . import report +from . import ir_actions_report from . import py3o_report diff --git a/report_py3o/models/ir_actions_report_xml.py b/report_py3o/models/ir_actions_report.py similarity index 61% rename from report_py3o/models/ir_actions_report_xml.py rename to report_py3o/models/ir_actions_report.py index 0b6a16d363..a5b63bfc6a 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report.py @@ -1,5 +1,5 @@ -# -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) +# Copyright 2018 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import logging import time @@ -15,13 +15,13 @@ logger.debug('Cannot import py3o.formats') -class IrActionsReportXml(models.Model): - """ Inherit from ir.actions.report.xml to allow customizing the template +class IrActionsReport(models.Model): + """ Inherit from ir.actions.report to allow customizing the template file. The user cam chose a template from a list. The list is configurable in the configuration tab, see py3o_template.py """ - _inherit = 'ir.actions.report.xml' + _inherit = 'ir.actions.report' @api.multi @api.constrains("py3o_filetype", "report_type") @@ -43,6 +43,9 @@ def _get_py3o_filetypes(self): selections.append((name, description)) return selections + report_type = fields.Selection( + selection_add=[("py3o", "py3o")] + ) py3o_filetype = fields.Selection( selection="_get_py3o_filetypes", string="Output Format") @@ -78,12 +81,21 @@ def get_from_report_name(self, report_name, report_type): def render_report(self, res_ids, name, data): action_py3o_report = self.get_from_report_name(name, "py3o") if action_py3o_report: - return self.env['py3o.report'].create({ - 'ir_actions_report_xml_id': action_py3o_report.id - }).create_report(res_ids, data) - return super(IrActionsReportXml, self).render_report( + return action_py3o_report._render_py3o(res_ids, data) + return super(IrActionsReport, self).render_report( res_ids, name, data) + @api.multi + def _render_py3o(self, res_ids, data): + self.ensure_one() + if self.report_type != "py3o": + raise RuntimeError( + "py3o rendition is only available on py3o report.\n" + "(current: '{}', expected 'py3o'".format(self.report_type)) + return self.env['py3o.report'].create({ + 'ir_actions_report_id': self.id + }).create_report(res_ids, data) + @api.multi def gen_report_download_filename(self, res_ids, data): """Override this function to change the name of the downloaded report @@ -95,3 +107,34 @@ def gen_report_download_filename(self, res_ids, data): return safe_eval(report.print_report_name, {'object': obj, 'time': time}) return "%s.%s" % (self.name, self.py3o_filetype) + + @api.model + def _get_report_from_name(self, report_name): + """Get the first record of ir.actions.report having the + ``report_name`` as value for the field report_name. + """ + res = super(IrActionsReport, self)._get_report_from_name(report_name) + if res: + return res + # maybe a py3o report + context = self.env['res.users'].context_get() + return self.with_context(context).search( + [('report_type', '=', 'py3o'), + ('report_name', '=', report_name)], limit=1) + + @api.multi + def _get_attachments(self, res_ids): + """ Return the report already generated for the given res_ids + """ + self.ensure_one() + save_in_attachment = {} + if res_ids: + # Dispatch the records by ones having an attachment + Model = self.env[self.model] + record_ids = Model.browse(res_ids) + if self.attachment: + for record_id in record_ids: + attachment_id = self.retrieve_attachment(record_id) + if attachment_id: + save_in_attachment[record_id.id] = attachment_id + return save_in_attachment diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 1e2866c3ae..29b947f570 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -1,10 +1,9 @@ -# -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) # Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) import base64 from base64 import b64decode -from cStringIO import StringIO +from io import BytesIO import logging import os import cgi @@ -16,8 +15,6 @@ import tempfile from zipfile import ZipFile, ZIP_DEFLATED -from odoo.exceptions import AccessError -from odoo.report.report_sxw import rml_parse from odoo import api, fields, models, tools, _ logger = logging.getLogger(__name__) @@ -71,7 +68,7 @@ def format_multiline_value(value): @py3o_report_extender() -def defautl_extend(report_xml, localcontext): +def default_extend(report_xml, localcontext): # add the base64decode function to be able do decode binary fields into # the template localcontext['b64decode'] = b64decode @@ -82,11 +79,10 @@ def defautl_extend(report_xml, localcontext): class Py3oReport(models.TransientModel): _name = "py3o.report" - _inherit = 'report' _description = "Report Py30" - ir_actions_report_xml_id = fields.Many2one( - comodel_name="ir.actions.report.xml", + ir_actions_report_id = fields.Many2one( + comodel_name="ir.actions.report", required=True ) @@ -134,7 +130,7 @@ def _get_template_from_path(self, tmpl_name): """ if not tmpl_name: return None - report_xml = self.ir_actions_report_xml_id + report_xml = self.ir_actions_report_id flbk_filename = None if report_xml.module: # if the default is defined @@ -145,7 +141,7 @@ def _get_template_from_path(self, tmpl_name): elif self._is_valid_template_path(tmpl_name): flbk_filename = os.path.realpath(tmpl_name) if self._is_valid_template_filename(flbk_filename): - with open(flbk_filename, 'r') as tmpl: + with open(flbk_filename, 'rb') as tmpl: return tmpl.read() return None @@ -156,7 +152,7 @@ def _get_template_fallback(self, model_instance): :return: """ self.ensure_one() - report_xml = self.ir_actions_report_xml_id + report_xml = self.ir_actions_report_id return self._get_template_from_path(report_xml.py3o_template_fallback) @api.multi @@ -174,7 +170,7 @@ def get_template(self, model_instance): odoo.exceptions.DeferredException """ self.ensure_one() - report_xml = self.ir_actions_report_xml_id + report_xml = self.ir_actions_report_id if report_xml.py3o_template_id.py3o_template_data: # if a user gave a report template tmpl_data = b64decode( @@ -187,7 +183,7 @@ def get_template(self, model_instance): if tmpl_data is None: # if for any reason the template is not found raise TemplateNotFound( - _(u'No template found. Aborting.'), + _('No template found. Aborting.'), sys.exc_info(), ) @@ -197,47 +193,35 @@ def get_template(self, model_instance): def _extend_parser_context(self, context_instance, report_xml): # add default extenders for fct in _extender_functions.get(None, []): - fct(report_xml, context_instance.localcontext) + fct(report_xml, context_instance) # add extenders for registered on the template xml_id = report_xml.get_external_id().get(report_xml.id) if xml_id in _extender_functions: for fct in _extender_functions[xml_id]: - fct(report_xml, context_instance.localcontext) + fct(report_xml, context_instance) @api.multi def _get_parser_context(self, model_instance, data): - report_xml = self.ir_actions_report_xml_id - context_instance = rml_parse(self.env.cr, self.env.uid, - report_xml.name, - context=self.env.context) - context_instance.set_context(model_instance, data, model_instance.ids, - report_xml.report_type) - self._extend_parser_context(context_instance, report_xml) - return context_instance.localcontext + report_xml = self.ir_actions_report_id + context = report_xml._get_rendering_context(model_instance.ids, data) + context['objects'] = model_instance + self._extend_parser_context(context, report_xml) + return context - @api.model - def _postprocess_report(self, report_path, res_id, save_in_attachment): - if save_in_attachment.get(res_id): - with open(report_path, 'rb') as pdfreport: - attachment = { - 'name': save_in_attachment.get(res_id), - 'datas': base64.encodestring(pdfreport.read()), - 'datas_fname': save_in_attachment.get(res_id), - 'res_model': save_in_attachment.get('model'), - 'res_id': res_id, - } - try: - self.env['ir.attachment'].create(attachment) - except AccessError: - logger.info("Cannot save PDF report %r as attachment", - attachment['name']) - else: - logger.info( - 'The PDF document %s is now saved in the database', - attachment['name']) + @api.multi + def _postprocess_report(self, model_instance, result_path): + if len(model_instance) == 1 and self.ir_actions_report_id.attachment: + with open(result_path, 'rb') as f: + # we do all the generation process using files to avoid memory + # consumption... + # ... but odoo wants the whole data in memory anyways :) + buffer = BytesIO(f.read()) + self.ir_actions_report_id.postprocess_pdf_report( + model_instance, buffer) + return result_path @api.multi - def _create_single_report(self, model_instance, data, save_in_attachment): + def _create_single_report(self, model_instance, data): """ This function to generate our py3o report """ self.ensure_one() @@ -245,8 +229,8 @@ def _create_single_report(self, model_instance, data, save_in_attachment): suffix='.ods', prefix='p3o.report.tmp.') tmpl_data = self.get_template(model_instance) - in_stream = StringIO(tmpl_data) - with closing(os.fdopen(result_fd, 'w+')) as out_stream: + in_stream = BytesIO(tmpl_data) + with closing(os.fdopen(result_fd, 'wb+')) as out_stream: template = Template(in_stream, out_stream, escape_false=True) localcontext = self._get_parser_context(model_instance, data) template.render(localcontext) @@ -260,16 +244,12 @@ def _create_single_report(self, model_instance, data, save_in_attachment): result_path, model_instance, data ) - if len(model_instance) == 1: - self._postprocess_report( - result_path, model_instance.id, save_in_attachment) - - return result_path + return self._postprocess_report(model_instance, result_path) @api.multi def _convert_single_report(self, result_path, model_instance, data): """Run a command to convert to our target format""" - filetype = self.ir_actions_report_xml_id.py3o_filetype + filetype = self.ir_actions_report_id.py3o_filetype if not Formats().get_format(filetype).native: command = self._convert_single_report_cmd( result_path, model_instance, data, @@ -297,30 +277,30 @@ def _convert_single_report_cmd(self, result_path, model_instance, data): ), '--headless', '--convert-to', - self.ir_actions_report_xml_id.py3o_filetype, + self.ir_actions_report_id.py3o_filetype, result_path, ] @api.multi def _get_or_create_single_report(self, model_instance, data, - save_in_attachment): + existing_reports_attachment): self.ensure_one() - if save_in_attachment and save_in_attachment[ - 'loaded_documents'].get(model_instance.id): - d = save_in_attachment[ - 'loaded_documents'].get(model_instance.id) + attachment = existing_reports_attachment.get( + model_instance.id) + if attachment and self.ir_actions_report_id.attachment_use: + content = base64.decodestring(attachment.datas) report_file = tempfile.mktemp( - "." + self.ir_actions_report_xml_id.py3o_filetype) + "." + self.ir_actions_report_id.py3o_filetype) with open(report_file, "wb") as f: - f.write(d) + f.write(content) return report_file return self._create_single_report( - model_instance, data, save_in_attachment) + model_instance, data) @api.multi def _zip_results(self, reports_path): self.ensure_one() - zfname_prefix = self.ir_actions_report_xml_id.name + zfname_prefix = self.ir_actions_report_id.name result_path = tempfile.mktemp(suffix="zip", prefix='py3o-zip-result') with ZipFile(result_path, 'w', ZIP_DEFLATED) as zf: cpt = 0 @@ -335,7 +315,7 @@ def _zip_results(self, reports_path): @api.multi def _merge_results(self, reports_path): self.ensure_one() - filetype = self.ir_actions_report_xml_id.py3o_filetype + filetype = self.ir_actions_report_id.py3o_filetype if not reports_path: return False, False if len(reports_path) == 1: @@ -359,22 +339,22 @@ def _cleanup_tempfiles(self, temporary_files): def create_report(self, res_ids, data): """ Override this function to handle our py3o report """ - model_instances = self.env[self.ir_actions_report_xml_id.model].browse( + model_instances = self.env[self.ir_actions_report_id.model].browse( res_ids) - save_in_attachment = self._check_attachment_use( - res_ids, self.ir_actions_report_xml_id) or {} reports_path = [] if ( len(res_ids) > 1 and - self.ir_actions_report_xml_id.py3o_multi_in_one): + self.ir_actions_report_id.py3o_multi_in_one): reports_path.append( self._create_single_report( - model_instances, data, save_in_attachment)) + model_instances, data)) else: + existing_reports_attachment = \ + self.ir_actions_report_id._get_attachments(res_ids) for model_instance in model_instances: reports_path.append( self._get_or_create_single_report( - model_instance, data, save_in_attachment)) + model_instance, data, existing_reports_attachment)) result_path, filetype = self._merge_results(reports_path) reports_path.append(result_path) diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py index 0cce01b4fc..e2a3632b5d 100644 --- a/report_py3o/models/py3o_template.py +++ b/report_py3o/models/py3o_template.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import fields, models @@ -6,6 +5,7 @@ class Py3oTemplate(models.Model): _name = 'py3o.template' + _description = 'Py3o template' name = fields.Char(required=True) py3o_template_data = fields.Binary("LibreOffice Template") diff --git a/report_py3o/models/report.py b/report_py3o/models/report.py deleted file mode 100644 index 0666861c06..0000000000 --- a/report_py3o/models/report.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright 2017 Akretion (http://www.akretion.com/) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - -from odoo import api, models - - -class Report(models.Model): - - _inherit = 'report' - - @api.model - def _get_report_from_name(self, report_name): - """Get the first record of ir.actions.report.xml having the - ``report_name`` as value for the field report_name. - """ - res = super(Report, self)._get_report_from_name(report_name) - if res: - return res - # maybe a py3o report - report_obj = self.env['ir.actions.report.xml'] - context = self.env['res.users'].context_get() - return report_obj.with_context(context).search( - [('report_type', '=', 'py3o'), - ('report_name', '=', report_name)], limit=1) diff --git a/report_py3o/static/src/js/py3oactionmanager.js b/report_py3o/static/src/js/py3oactionmanager.js index 408d180a8b..1cbfdcc2fd 100644 --- a/report_py3o/static/src/js/py3oactionmanager.js +++ b/report_py3o/static/src/js/py3oactionmanager.js @@ -25,34 +25,33 @@ var trigger_download = function(session, response, c, action, options) { }; ActionManager.include({ - ir_actions_report_xml: function(action, options) { - var self = this; - + _executeReportAction: function (action, options) { // Py3o reports - if ('report_type' in action && action.report_type == 'py3o' ) { - framework.blockUI(); - action = _.clone(action); - _t = core._t; - var report_url = '/report/py3o/' + action.report_name;; - // generic report: no query string - // particular: query string of action.data.form and context - if (!('data' in action) || !(action.data)) { - if ('active_ids' in action.context) { - report_url += "/" + action.context.active_ids.join(','); - } - } else { - report_url += "&options=" + encodeURIComponent(JSON.stringify(action.data)); - report_url += "&context=" + encodeURIComponent(JSON.stringify(action.context)); - } + if ('report_type' in action && action.report_type === 'py3o' ) { + return this._triggerDownload(action, options, 'py3o'); + } else { + return this._super.apply(this, arguments); + } + }, - var response = new Array(); - response[0] = report_url; - response[1] = action.report_type; - var c = crash_manager; - return trigger_download(self.session, response, c, action, options); + _makeReportUrls: function(action) { + var reportUrls = this._super.apply(this, arguments); + reportUrls.py3o = '/report/py3o/' + action.report_name; + // We may have to build a query string with `action.data`. It's the place + // were report's using a wizard to customize the output traditionally put + // their options. + if (_.isUndefined(action.data) || _.isNull(action.data) || + (_.isObject(action.data) && _.isEmpty(action.data))) { + if (action.context.active_ids) { + var activeIDsPath = '/' + action.context.active_ids.join(','); + reportUrls.py3o += activeIDsPath;; + } } else { - return self._super(action, options); + var serializedOptionsPath = '?options=' + encodeURIComponent(JSON.stringify(action.data)); + serializedOptionsPath += '&context=' + encodeURIComponent(JSON.stringify(action.context)); + reportUrls.py3o += serializedOptionsPath; } + return reportUrls; } }); diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 2cf4955092..c29c0e98b9 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).). @@ -14,6 +13,7 @@ from odoo import tools from odoo.tests.common import TransactionCase from odoo.exceptions import ValidationError +from odoo.addons.base.tests.test_mimetypes import PNG from ..models.py3o_report import TemplateNotFound, format_multiline_value from base64 import b64encode @@ -42,9 +42,10 @@ class TestReportPy3o(TransactionCase): def setUp(self): super(TestReportPy3o, self).setUp() + self.env.user.image = PNG self.report = self.env.ref("report_py3o.res_users_report_py3o") self.py3o_report = self.env['py3o.report'].create({ - 'ir_actions_report_xml_id': self.report.id}) + 'ir_actions_report_id': self.report.id}) def test_required_py3_filetype(self): self.assertEqual(self.report.report_type, "py3o") @@ -56,15 +57,17 @@ def test_required_py3_filetype(self): def _render_patched(self, result_text='test result', call_count=1): py3o_report = self.env['py3o.report'] + py3o_report_obj = py3o_report.create({ + "ir_actions_report_id": self.report.id + }) with mock.patch.object( py3o_report.__class__, '_create_single_report') as patched_pdf: result = tempfile.mktemp('.txt') with open(result, 'w') as fp: fp.write(result_text) - patched_pdf.return_value = result - patched_pdf.side_effect = lambda record, data, save_attachments:\ - py3o_report._postprocess_report( - result, record.id, save_attachments, + patched_pdf.side_effect = lambda record, data:\ + py3o_report_obj._postprocess_report( + record, result ) or result # test the call the the create method inside our custom parser self.report.render_report(self.env.user.ids, @@ -92,14 +95,14 @@ def test_report_load_from_attachment(self): created_attachement = new_attachments - attachments self.assertEqual(1, len(created_attachement)) content = b64decode(created_attachement.datas) - self.assertEqual("test result", content) + self.assertEqual(b"test result", content) # put a new content into tha attachement and check that the next # time we ask the report we received the saved attachment not a newly # generated document - created_attachement.datas = base64.encodestring("new content") + created_attachement.datas = base64.encodestring(b"new content") res = self.report.render_report( self.env.user.ids, self.report.report_name, {}) - self.assertEqual(('new content', self.report.py3o_filetype), res) + self.assertEqual((b'new content', self.report.py3o_filetype), res) def test_report_post_process(self): """ @@ -115,7 +118,7 @@ def test_report_post_process(self): self.assertEqual(self.env.user.name + '.txt', attachements.name) self.assertEqual(self.env.user._name, attachements.res_model) self.assertEqual(self.env.user.id, attachements.res_id) - self.assertEqual('test result', b64decode(attachements.datas)) + self.assertEqual(b'test result', b64decode(attachements.datas)) @tools.misc.mute_logger('odoo.addons.report_py3o.models.py3o_report') def test_report_template_configs(self): @@ -152,7 +155,7 @@ def test_report_template_configs(self): # the tempalte can also be provided as a binary field self.report.py3o_template_fallback = False - with open(flbk_filename) as tmpl_file: + with open(flbk_filename, 'rb') as tmpl_file: tmpl_data = b64encode(tmpl_file.read()) py3o_template = self.env['py3o.template'].create({ 'name': 'test_template', diff --git a/report_py3o/views/ir_report.xml b/report_py3o/views/ir_actions_report.xml similarity index 92% rename from report_py3o/views/ir_report.xml rename to report_py3o/views/ir_actions_report.xml index b046823197..d4c90aac1f 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_actions_report.xml @@ -5,7 +5,7 @@ py3o_report_view - ir.actions.report.xml + ir.actions.report @@ -29,7 +29,7 @@ py3o_report_search_view - ir.actions.report.xml + ir.actions.report diff --git a/report_py3o/views/menu.xml b/report_py3o/views/menu.xml index 8960a20d01..4ee9c005a8 100644 --- a/report_py3o/views/menu.xml +++ b/report_py3o/views/menu.xml @@ -3,6 +3,6 @@ + parent="base.reporting_menuitem" /> From f73e8386fabdd65139ebda3157bb99191409910a Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 27 Nov 2018 11:33:35 +0100 Subject: [PATCH 073/135] [IMP] report_py2o: cleanup js --- .../static/src/js/py3oactionmanager.js | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/report_py3o/static/src/js/py3oactionmanager.js b/report_py3o/static/src/js/py3oactionmanager.js index 1cbfdcc2fd..cf27145c8f 100644 --- a/report_py3o/static/src/js/py3oactionmanager.js +++ b/report_py3o/static/src/js/py3oactionmanager.js @@ -1,28 +1,8 @@ -/* Copyright 2017 ACSONE SA/NV +/* Copyright 2017-2018 ACSONE SA/NV * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ odoo.define('report_py3o.report', function (require) { var ActionManager = require('web.ActionManager'); -var core = require('web.core'); -var crash_manager = require('web.crash_manager'); -var framework = require('web.framework'); -var session = require('web.session'); - -var _t = core._t; - -var trigger_download = function(session, response, c, action, options) { - session.get_file({ - url: '/report/download', - data: {data: JSON.stringify(response)}, - complete: framework.unblockUI, - error: c.rpc_error.bind(c), - success: function(){ - if (action && options && !action.dialog) { - options.on_close(); - } - }, - }); -}; ActionManager.include({ _executeReportAction: function (action, options) { From c514f20f62c12f0c5e88ecfc4955d9a35e83eaad Mon Sep 17 00:00:00 2001 From: Gilles Meyomesse Date: Thu, 29 Nov 2018 17:03:05 +0100 Subject: [PATCH 074/135] [12.0][MIG] improvement py3o_report_extender --- report_py3o/models/_py3o_parser_context.py | 96 ++++++++++++++++++++++ report_py3o/models/py3o_report.py | 30 +++---- report_py3o/tests/test_report_py3o.py | 3 +- 3 files changed, 108 insertions(+), 21 deletions(-) create mode 100644 report_py3o/models/_py3o_parser_context.py diff --git a/report_py3o/models/_py3o_parser_context.py b/report_py3o/models/_py3o_parser_context.py new file mode 100644 index 0000000000..d42949cd94 --- /dev/null +++ b/report_py3o/models/_py3o_parser_context.py @@ -0,0 +1,96 @@ +# Copyright 2018 ACSONE SA/NV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +import html +import time +import logging + +from base64 import b64decode +from odoo.tools import misc, mail + +logger = logging.getLogger(__name__) + +try: + from genshi.core import Markup +except ImportError: + logger.debug('Cannot import py3o.template') + + +def format_multiline_value(value): + if value: + return Markup(html.escape(value).replace('\n', ''). + replace('\t', '')) + return "" + + +def display_address(address_record, without_company=False): + return address_record.display_address(without_company=without_company) + + +class Py3oParserContext(object): + def __init__(self, env): + self._env = env + + self.localcontext = { + # Odoo default format methods + 'o_format_lang': self._format_lang, + # prefixes with o_ to avoid nameclash with default method provided + # by py3o.template + 'o_format_date': self._format_date, + # give access to the time lib + 'time': time, + # keeps methods from report_sxw to ease migration + 'display_address': display_address, + 'formatLang': self._old_format_lang, + 'format_multiline_value': format_multiline_value, + 'html_sanitize': mail.html2plaintext, + 'b64decode': b64decode, + } + + def _format_lang(self, _env, value, digits=None, grouping=True, + monetary=False, dp=False, currency_obj=False, + no_break_space=True): + formatted_value = misc.formatLang( + _env, value, digits=digits, grouping=grouping, + monetary=monetary, dp=dp, currency_obj=currency_obj) + if currency_obj and currency_obj.symbol and no_break_space: + parts = [] + if currency_obj.position == 'after': + parts = formatted_value.rsplit(" ", 1) + elif currency_obj and currency_obj.position == 'before': + parts = formatted_value.split(" ", 1) + if parts: + formatted_value = "\N{NO-BREAK SPACE}".join(parts) + return formatted_value + + def _format_date(self, value, lang_code=False, date_format=False): + return misc.format_date( + self._env, value, lang_code=lang_code, date_format=date_format) + + def _old_format_lang(self, value, digits=None, date=False, date_time=False, + grouping=True, monetary=False, dp=False, + currency_obj=False): + """ + :param value: The value to format + :param digits: Number of digits to display by default + :param date: True if value must be formatted as a date (default False) + :param date_time: True if value must be formatted as a datetime + (default False) + :param grouping: If value is float and grouping is True, the value will + be formatted with the appropriate separators between + figures according to the current lang specifications + :param monetary: If value is float and monetary is True and grouping is + True the value will be formatted according to the + monetary format defined for the current lang + :param dp: Decimal precision + :param currency_obj: If provided the currency symbol will be added to + value at position defined by the currency object + :return: The formatted value + """ + if not date and not date_time: + return self._format_lang( + self._env, value, digits=digits, grouping=grouping, + monetary=monetary, dp=dp, currency_obj=currency_obj, + no_break_space=True) + + return self._format_date(self._env, value) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 29b947f570..c1eda37fe7 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -6,7 +6,6 @@ from io import BytesIO import logging import os -import cgi from contextlib import closing import subprocess @@ -16,13 +15,13 @@ from zipfile import ZipFile, ZIP_DEFLATED from odoo import api, fields, models, tools, _ +from ._py3o_parser_context import Py3oParserContext logger = logging.getLogger(__name__) try: from py3o.template import Template from py3o import formats - from genshi.core import Markup except ImportError: logger.debug('Cannot import py3o.template') try: @@ -60,21 +59,9 @@ def fct1(fct): return fct1 -def format_multiline_value(value): - if value: - return Markup(cgi.escape(value).replace('\n', ''). - replace('\t', '')) - return "" - - @py3o_report_extender() -def default_extend(report_xml, localcontext): - # add the base64decode function to be able do decode binary fields into - # the template - localcontext['b64decode'] = b64decode - localcontext['report_xml'] = report_xml - localcontext['format_multiline_value'] = format_multiline_value - localcontext['html_sanitize'] = tools.html2plaintext +def default_extend(report_xml, context): + context['report_xml'] = report_xml class Py3oReport(models.TransientModel): @@ -190,20 +177,23 @@ def get_template(self, model_instance): return tmpl_data @api.multi - def _extend_parser_context(self, context_instance, report_xml): + def _extend_parser_context(self, context, report_xml): # add default extenders for fct in _extender_functions.get(None, []): - fct(report_xml, context_instance) + fct(report_xml, context) # add extenders for registered on the template xml_id = report_xml.get_external_id().get(report_xml.id) if xml_id in _extender_functions: for fct in _extender_functions[xml_id]: - fct(report_xml, context_instance) + fct(report_xml, context) @api.multi def _get_parser_context(self, model_instance, data): report_xml = self.ir_actions_report_id - context = report_xml._get_rendering_context(model_instance.ids, data) + context = Py3oParserContext(self.env).localcontext + context.update( + report_xml._get_rendering_context(model_instance.ids, data) + ) context['objects'] = model_instance self._extend_parser_context(context, report_xml) return context diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index c29c0e98b9..f89a995195 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -15,7 +15,8 @@ from odoo.exceptions import ValidationError from odoo.addons.base.tests.test_mimetypes import PNG -from ..models.py3o_report import TemplateNotFound, format_multiline_value +from ..models.py3o_report import TemplateNotFound +from ..models._py3o_parser_context import format_multiline_value from base64 import b64encode import logging From b43bc79b95dad0b2f4720f8068652b2695eb9531 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Tue, 4 Dec 2018 18:03:11 +0100 Subject: [PATCH 075/135] Update i18n --- report_py3o/i18n/fr.po | 131 ++++++++++++++++++++----------- report_py3o/i18n/report_py3o.pot | 116 ++++++++++++++++----------- 2 files changed, 152 insertions(+), 95 deletions(-) diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index d7954ee3b2..07d3830a99 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-01-25 03:45+0000\n" +"POT-Creation-Date: 2018-12-04 16:55+0000\n" "PO-Revision-Date: 2018-07-18 08:55+0000\n" "Last-Translator: Christophe CHAUVET \n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" @@ -21,58 +21,63 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:42 #, python-format msgid "(Native)" msgstr "(Natif)" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Cr???? par" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Date" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nom ?? afficher" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "Proc??dure de recours" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "Le champ 'Format de sortie' est requis dans le rapport Py3O" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "Type de fichier" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "Grouper par" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." @@ -82,7 +87,7 @@ msgstr "" "sur votre serveur." #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -94,56 +99,57 @@ msgstr "" "rapport pour les enregistrements s??lectionn??s." #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +msgid "Ir Actions Report" msgstr "Ir actions report xml id" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Derni??re modification le" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Derni??re mise ?? jour par" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Derni??re mise ?? jour le" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "Mod??le LibreOffice" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "Type de fichier mod??le de LibreOffice" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "Module" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "Enregistrements multiples dans un seul rapport" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nom" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:173 #, python-format msgid "No template found. Aborting." msgstr "Pas de mod??le trouv??. Annulation." @@ -179,37 +185,50 @@ msgid "ODF Text Document (Flat)" msgstr "Document Texte ODF (?? plat)" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "Format de sortie" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "Py3o" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "Rapport de d??mo Py3o" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "Rapports Py3o" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "Py3o Templates" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +#, fuzzy +msgid "Py3o template" +msgstr "Py3o Templates" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +msgid "Report Action" msgstr "Rapport" #. module: report_py3o @@ -218,21 +237,37 @@ msgid "Report Py30" msgstr "Rapport Py3O" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +msgid "Report Type" +msgstr "Rapport Py3O" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "Template" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "The implementer module that provides this report" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" -msgstr "py3o.template" +#~ msgid "ir.actions.report.xml" +#~ msgstr "ir.actions.report.xml" + +#~ msgid "py3o.template" +#~ msgstr "py3o.template" diff --git a/report_py3o/i18n/report_py3o.pot b/report_py3o/i18n/report_py3o.pot index 40d44f4954..b35a90d626 100644 --- a/report_py3o/i18n/report_py3o.pot +++ b/report_py3o/i18n/report_py3o.pot @@ -4,8 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 12.0+e\n" "Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-12-04 16:55+0000\n" +"PO-Revision-Date: 2018-12-04 16:55+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -14,117 +16,122 @@ msgstr "" "Plural-Forms: \n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:42 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "If the user does not provide a template this will be used it should be a relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "If you execute a report on several records, by default Odoo will generate a ZIP file that contains as many files as selected records. If you enable this option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:173 #, python-format msgid "No template found. Aborting." msgstr "" @@ -160,37 +167,48 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -199,22 +217,26 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id -msgid "Template" +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module -msgid "The implementer module that provides this report" +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id +msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: selection:ir.actions.report,report_type:0 +msgid "Text" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module +msgid "The implementer module that provides this report" msgstr "" +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "The type of the report that will be rendered, each one having its own rendering method. HTML means the report will be opened directly in your browser PDF means the report will be rendered using Wkhtmltopdf and downloaded by the user." +msgstr "" From dab278854cd032fa7839d17c36cd628fc451d9ec Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 8 Jan 2019 10:12:26 +0100 Subject: [PATCH 076/135] [FIX] report_py3o: Use the right naming convention for the render method To determine the method to use to render a recport according to its type, the generic method 'render' defined into ir.action.report check if a method name is defined on the model. https://github.com/odoo/odoo/blob/12.0/odoo/addons/base/models/ir_actions_report.py#L734 Therefore, we must provide this method to be compliant with what's expected by Odoo. This change will also allows the usage of py3o template with mail_template once https://github.com/odoo/odoo/pull/30013 will be merged --- report_py3o/controllers/main.py | 2 +- report_py3o/models/ir_actions_report.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/report_py3o/controllers/main.py b/report_py3o/controllers/main.py index e18a187174..1a819f2789 100644 --- a/report_py3o/controllers/main.py +++ b/report_py3o/controllers/main.py @@ -44,7 +44,7 @@ def report_routes(self, reportname, docids=None, converter=None, **data): raise exceptions.HTTPException( description='Py3o action report not found for report_name ' '%s' % reportname) - res, filetype = action_py3o_report._render_py3o(docids, data) + res, filetype = action_py3o_report.render_py3o(docids, data) filename = action_py3o_report.gen_report_download_filename( docids, data) if not filename.endswith(filetype): diff --git a/report_py3o/models/ir_actions_report.py b/report_py3o/models/ir_actions_report.py index a5b63bfc6a..de0bac3672 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -81,12 +81,12 @@ def get_from_report_name(self, report_name, report_type): def render_report(self, res_ids, name, data): action_py3o_report = self.get_from_report_name(name, "py3o") if action_py3o_report: - return action_py3o_report._render_py3o(res_ids, data) + return action_py3o_report.render_py3o(res_ids, data) return super(IrActionsReport, self).render_report( res_ids, name, data) @api.multi - def _render_py3o(self, res_ids, data): + def render_py3o(self, res_ids, data): self.ensure_one() if self.report_type != "py3o": raise RuntimeError( From e7e2ccc8a9c8b464a292692c5105e7d0e114205a Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 8 Jan 2019 10:53:36 +0100 Subject: [PATCH 077/135] [IMP] report_py3o: remove obsolete methods --- report_py3o/controllers/main.py | 2 +- report_py3o/models/ir_actions_report.py | 22 ------------------- report_py3o/tests/test_report_py3o.py | 28 +++++++------------------ 3 files changed, 9 insertions(+), 43 deletions(-) diff --git a/report_py3o/controllers/main.py b/report_py3o/controllers/main.py index 1a819f2789..4b19c576d8 100644 --- a/report_py3o/controllers/main.py +++ b/report_py3o/controllers/main.py @@ -44,7 +44,7 @@ def report_routes(self, reportname, docids=None, converter=None, **data): raise exceptions.HTTPException( description='Py3o action report not found for report_name ' '%s' % reportname) - res, filetype = action_py3o_report.render_py3o(docids, data) + res, filetype = action_py3o_report.render(docids, data) filename = action_py3o_report.gen_report_download_filename( docids, data) if not filename.endswith(filetype): diff --git a/report_py3o/models/ir_actions_report.py b/report_py3o/models/ir_actions_report.py index de0bac3672..484b42a72f 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -77,14 +77,6 @@ def get_from_report_name(self, report_name, report_type): [("report_name", "=", report_name), ("report_type", "=", report_type)]) - @api.model - def render_report(self, res_ids, name, data): - action_py3o_report = self.get_from_report_name(name, "py3o") - if action_py3o_report: - return action_py3o_report.render_py3o(res_ids, data) - return super(IrActionsReport, self).render_report( - res_ids, name, data) - @api.multi def render_py3o(self, res_ids, data): self.ensure_one() @@ -108,20 +100,6 @@ def gen_report_download_filename(self, res_ids, data): {'object': obj, 'time': time}) return "%s.%s" % (self.name, self.py3o_filetype) - @api.model - def _get_report_from_name(self, report_name): - """Get the first record of ir.actions.report having the - ``report_name`` as value for the field report_name. - """ - res = super(IrActionsReport, self)._get_report_from_name(report_name) - if res: - return res - # maybe a py3o report - context = self.env['res.users'].context_get() - return self.with_context(context).search( - [('report_type', '=', 'py3o'), - ('report_name', '=', report_name)], limit=1) - @api.multi def _get_attachments(self, res_ids): """ Return the report already generated for the given res_ids diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index f89a995195..6a5d1e8c22 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -71,21 +71,15 @@ def _render_patched(self, result_text='test result', call_count=1): record, result ) or result # test the call the the create method inside our custom parser - self.report.render_report(self.env.user.ids, - self.report.report_name, - {}) + self.report.render(self.env.user.ids) self.assertEqual(call_count, patched_pdf.call_count) # generated files no more exists self.assertFalse(os.path.exists(result)) def test_reports(self): - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) + res = self.report.render(self.env.user.ids) self.assertTrue(res) self.report.py3o_filetype = 'pdf' - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) - self.assertTrue(res) def test_report_load_from_attachment(self): self.report.write({"attachment_use": True, @@ -101,8 +95,7 @@ def test_report_load_from_attachment(self): # time we ask the report we received the saved attachment not a newly # generated document created_attachement.datas = base64.encodestring(b"new content") - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) + res = self.report.render(self.env.user.ids) self.assertEqual((b'new content', self.report.py3o_filetype), res) def test_report_post_process(self): @@ -130,27 +123,23 @@ def test_report_template_configs(self): "odoo.addons.%s" % self.report.module, tmpl_name) self.assertTrue(os.path.exists(flbk_filename)) - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) + res = self.report.render(self.env.user.ids) self.assertTrue(res) # The generation fails if the template is not found self.report.module = False with self.assertRaises(TemplateNotFound), self.env.cr.savepoint(): - self.report.render_report( - self.env.user.ids, self.report.report_name, {}) + self.report.render(self.env.user.ids) # the template can also be provided as an abspath if it's root path # is trusted self.report.py3o_template_fallback = flbk_filename with self.assertRaises(TemplateNotFound): - self.report.render_report( - self.env.user.ids, self.report.report_name, {}) + self.report.render(self.env.user.ids) with temporary_copy(flbk_filename) as tmp_filename: self.report.py3o_template_fallback = tmp_filename tools.config.misc['report_py3o'] = { 'root_tmpl_path': os.path.dirname(tmp_filename)} - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) + res = self.report.render(self.env.user.ids) self.assertTrue(res) # the tempalte can also be provided as a binary field @@ -164,8 +153,7 @@ def test_report_template_configs(self): 'filetype': 'odt'}) self.report.py3o_template_id = py3o_template self.report.py3o_template_fallback = flbk_filename - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) + res = self.report.render(self.env.user.ids) self.assertTrue(res) @tools.misc.mute_logger('odoo.addons.report_py3o.models.py3o_report') From 1791ea649b1670cb1be1ef4c03c92599375a65fc Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 31 Jan 2019 10:06:41 +0100 Subject: [PATCH 078/135] [IMP] report_py3o: Document new methods available into the parser context --- report_py3o/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 5a58ac0f08..c53442d67c 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -166,6 +166,12 @@ display_address(partner) Return a formatted string of the partner's address formatLang(value, digits=None, date=False, date_time=False, grouping=True, monetary=False, dp=False, currency_obj=False) Return a formatted numeric, monetary, date or time value according to the context language and timezone + (old implementation kept for compatibility and ease migration) +o_format_lang(value, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True) + Return a formatted numeric or monetary value according to the context language and timezone +o_format_date(value, lang_code=False, date_format=False) + Return a formatted date or time value according to the context language and timezone + Sample report templates ----------------------- From cf49f61c615b8b5ca947492759aa482690d908a4 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 31 Jan 2019 18:03:30 +0100 Subject: [PATCH 079/135] [FIX] report_py3o: Add missing method _merge_pdf. This method was previously provided by Odoo and is used to merge all the reports generated if the generation is called for more than one record --- report_py3o/__manifest__.py | 3 ++- report_py3o/models/py3o_report.py | 22 +++++++++++++++++++++- report_py3o/tests/test_report_py3o.py | 27 ++++++++++++++++++++++++++- 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index fc975fe462..9b8a083315 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -14,7 +14,8 @@ 'depends': ['web'], 'external_dependencies': { 'python': ['py3o.template', - 'py3o.formats'] + 'py3o.formats', + 'PyPDF2'] }, 'data': [ 'security/ir.model.access.csv', diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index c1eda37fe7..ab3f3cdb1f 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -28,7 +28,10 @@ from py3o.formats import Formats, UnkownFormatException except ImportError: logger.debug('Cannot import py3o.formats') - +try: + from PyPDF2 import PdfFileWriter, PdfFileReader +except ImportError: + logger.debug('Cannot import PyPDF2') _extender_functions = {} @@ -302,6 +305,23 @@ def _zip_results(self, reports_path): cpt += 1 return result_path + @api.model + def _merge_pdf(self, reports_path): + """ Merge PDF files into one. + + :param reports_path: list of path of pdf files + :returns: path of the merged pdf + """ + writer = PdfFileWriter() + for path in reports_path: + reader = PdfFileReader(path) + writer.appendPagesFromReader(reader) + merged_file_fd, merged_file_path = tempfile.mkstemp( + suffix='.pdf', prefix='report.merged.tmp.') + with closing(os.fdopen(merged_file_fd, 'wb')) as merged_file: + writer.write(merged_file) + return merged_file_path + @api.multi def _merge_results(self, reports_path): self.ensure_one() diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 6a5d1e8c22..b6f73f3f36 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -18,6 +18,8 @@ from ..models.py3o_report import TemplateNotFound from ..models._py3o_parser_context import format_multiline_value from base64 import b64encode +from PyPDF2 import PdfFileWriter +from PyPDF2.pdf import PageObject import logging logger = logging.getLogger(__name__) @@ -79,7 +81,30 @@ def _render_patched(self, result_text='test result', call_count=1): def test_reports(self): res = self.report.render(self.env.user.ids) self.assertTrue(res) - self.report.py3o_filetype = 'pdf' + + def test_reports_merge_zip(self): + users = self.env['res.users'].search([]) + self.assertTrue(len(users) > 0) + py3o_report = self.env['py3o.report'] + _zip_results = self.py3o_report._zip_results + with mock.patch.object( + py3o_report.__class__, '_zip_results') as patched_zip_results: + patched_zip_results.side_effect = _zip_results + content, filetype = self.report.render(users.ids) + self.assertEqual(1, patched_zip_results.call_count) + self.assertEqual(filetype, 'zip') + + def test_reports_merge_pdf(self): + reports_path = [] + for i in range(0, 3): + result = tempfile.mktemp('.txt') + writer = PdfFileWriter() + writer.addPage(PageObject.createBlankPage(width=100, height=100)) + with open(result, 'wb') as fp: + writer.write(fp) + reports_path.append(result) + res = self.py3o_report._merge_pdf(reports_path) + self.assertTrue(res) def test_report_load_from_attachment(self): self.report.write({"attachment_use": True, From 0ab428445ddd3e967bae977808c453f4ad25498e Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 14:52:24 +0100 Subject: [PATCH 080/135] [IMP][FIX] py3o_report, py3o_report_fusion_server: Compute the availability of py3o report Before this change it was not possible to install modules declaring py3o report into a non native format without specifying a Fusion server once the module py3o_report_fusion_server was installed. With theses changes, we now take care of the availability of the libreoffice runtime to display/log a warning message when the report is in a non native runtime. --- report_py3o/models/ir_actions_report.py | 78 +++++++++++++++++++++++++ report_py3o/models/py3o_report.py | 16 +++-- report_py3o/tests/test_report_py3o.py | 41 +++++++++++++ report_py3o/views/ir_actions_report.xml | 11 +++- 4 files changed, 139 insertions(+), 7 deletions(-) diff --git a/report_py3o/models/ir_actions_report.py b/report_py3o/models/ir_actions_report.py index 484b42a72f..1aabd4c975 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -5,8 +5,10 @@ import time from odoo import api, fields, models, _ from odoo.exceptions import ValidationError +from odoo.tools.misc import find_in_path from odoo.tools.safe_eval import safe_eval + logger = logging.getLogger(__name__) try: @@ -14,6 +16,8 @@ except ImportError: logger.debug('Cannot import py3o.formats') +PY3O_CONVERSION_COMMAND_PARAMETER = "py3o.conversion_command" + class IrActionsReport(models.Model): """ Inherit from ir.actions.report to allow customizing the template @@ -49,6 +53,9 @@ def _get_py3o_filetypes(self): py3o_filetype = fields.Selection( selection="_get_py3o_filetypes", string="Output Format") + is_py3o_native_format = fields.Boolean( + compute='_compute_is_py3o_native_format' + ) py3o_template_id = fields.Many2one( 'py3o.template', "Template") @@ -70,6 +77,77 @@ def _get_py3o_filetypes(self): "by default Odoo will generate a ZIP file that contains as many " "files as selected records. If you enable this option, Odoo will " "generate instead a single report for the selected records.") + lo_bin_path = fields.Char( + string="Path to the libreoffice runtime", + compute="_compute_lo_bin_path" + ) + is_py3o_report_not_available = fields.Boolean( + compute='_compute_py3o_report_not_available' + ) + msg_py3o_report_not_available = fields.Char( + compute='_compute_py3o_report_not_available' + ) + + @api.model + def _register_hook(self): + self._validate_reports() + + @api.model + def _validate_reports(self): + """Check if the existing py3o reports should work with the current + installation. + + This method log a warning message into the logs for each report + that should not work. + """ + for report in self.search([("report_type", "=", "py3o")]): + if report.is_py3o_report_not_available: + logger.warning(report.msg_py3o_report_not_available) + + @api.model + def _get_lo_bin(self): + lo_bin = self.env['ir.config_parameter'].get_param( + PY3O_CONVERSION_COMMAND_PARAMETER, 'libreoffice', + ) + try: + lo_bin = find_in_path(lo_bin) + except IOError: + lo_bin = None + return lo_bin + + @api.depends("report_type", "py3o_filetype") + @api.multi + def _compute_is_py3o_native_format(self): + format = Formats() + for rec in self: + if not rec.report_type == "py3o": + continue + filetype = rec.py3o_filetype + rec.is_py3o_native_format = format.get_format(filetype).native + + @api.multi + def _compute_lo_bin_path(self): + lo_bin = self._get_lo_bin() + for rec in self: + rec.lo_bin_path = lo_bin + + @api.depends("lo_bin_path", "is_py3o_native_format", "report_type") + @api.multi + def _compute_py3o_report_not_available(self): + for rec in self: + if not rec.report_type == "py3o": + continue + if not rec.is_py3o_native_format and not rec.lo_bin_path: + rec.is_py3o_report_not_available = True + rec.msg_py3o_report_not_available = _( + "The libreoffice runtime is required to genereate the " + "py3o report '%s' but is not found into the bin path. You " + "must install the libreoffice runtime on the server. If " + "the runtime is already installed and is not found by " + "Odoo, you can provide the full path to the runtime by " + "setting the key 'py3o.conversion_command' into the " + "configuration parameters." + ) % rec.name @api.model def get_from_report_name(self, report_name, report_type): diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index ab3f3cdb1f..7777f7bb1b 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -242,8 +242,7 @@ def _create_single_report(self, model_instance, data): @api.multi def _convert_single_report(self, result_path, model_instance, data): """Run a command to convert to our target format""" - filetype = self.ir_actions_report_id.py3o_filetype - if not Formats().get_format(filetype).native: + if not self.ir_actions_report_id.is_py3o_native_format: command = self._convert_single_report_cmd( result_path, model_instance, data, ) @@ -256,7 +255,8 @@ def _convert_single_report(self, result_path, model_instance, data): result_path, result_filename = os.path.split(result_path) result_path = os.path.join( result_path, '%s.%s' % ( - os.path.splitext(result_filename)[0], filetype + os.path.splitext(result_filename)[0], + self.ir_actions_report_id.py3o_filetype ) ) return result_path @@ -264,10 +264,14 @@ def _convert_single_report(self, result_path, model_instance, data): @api.multi def _convert_single_report_cmd(self, result_path, model_instance, data): """Return a command list suitable for use in subprocess.call""" + lo_bin = self.ir_actions_report_id.lo_bin_path + if not lo_bin: + raise RuntimeError( + _("Libreoffice runtime not available. " + "Please contact your administrator.") + ) return [ - self.env['ir.config_parameter'].get_param( - 'py3o.conversion_command', 'libreoffice', - ), + lo_bin, '--headless', '--convert-to', self.ir_actions_report_id.py3o_filetype, diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index b6f73f3f36..3c41f599aa 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -15,6 +15,7 @@ from odoo.exceptions import ValidationError from odoo.addons.base.tests.test_mimetypes import PNG +from ..models.ir_actions_report import PY3O_CONVERSION_COMMAND_PARAMETER from ..models.py3o_report import TemplateNotFound from ..models._py3o_parser_context import format_multiline_value from base64 import b64encode @@ -83,6 +84,7 @@ def test_reports(self): self.assertTrue(res) def test_reports_merge_zip(self): + self.report.py3o_filetype = "odt" users = self.env['res.users'].search([]) self.assertTrue(len(users) > 0) py3o_report = self.env['py3o.report'] @@ -217,3 +219,42 @@ def test_report_template_fallback_validity(self): def test_escape_html_characters_format_multiline_value(self): self.assertEqual(Markup('<>&test;'), format_multiline_value('<>\n&test;')) + + def test_py3o_report_availability(self): + # This test could fails if libreoffice is not available on the server + self.report.py3o_filetype = "odt" + self.assertTrue(self.report.lo_bin_path) + self.assertTrue(self.report.is_py3o_native_format) + self.assertFalse(self.report.is_py3o_report_not_available) + self.assertFalse(self.report.msg_py3o_report_not_available) + + # specify a wrong lo bin path + self.env['ir.config_parameter'].set_param( + PY3O_CONVERSION_COMMAND_PARAMETER, "/wrong_path") + self.report.refresh() + # no bin path available but the report is still available since + # the output is into native format + self.assertFalse(self.report.lo_bin_path) + self.assertFalse(self.report.is_py3o_report_not_available) + self.assertFalse(self.report.msg_py3o_report_not_available) + res = self.report.render(self.env.user.ids) + self.assertTrue(res) + + # The report should become unavailable for an non native output format + self.report.py3o_filetype = "pdf" + self.assertFalse(self.report.is_py3o_native_format) + self.assertTrue(self.report.is_py3o_report_not_available) + self.assertTrue(self.report.msg_py3o_report_not_available) + with self.assertRaises(RuntimeError): + self.report.render(self.env.user.ids) + + # if we reset the wrong path, everything should work + self.env['ir.config_parameter'].set_param( + PY3O_CONVERSION_COMMAND_PARAMETER, "libreoffice") + self.report.refresh() + self.assertTrue(self.report.lo_bin_path) + self.assertFalse(self.report.is_py3o_native_format) + self.assertFalse(self.report.is_py3o_report_not_available) + self.assertFalse(self.report.msg_py3o_report_not_available) + res = self.report.render(self.env.user.ids) + self.assertTrue(res) diff --git a/report_py3o/views/ir_actions_report.xml b/report_py3o/views/ir_actions_report.xml index d4c90aac1f..eae063325b 100644 --- a/report_py3o/views/ir_actions_report.xml +++ b/report_py3o/views/ir_actions_report.xml @@ -8,12 +8,21 @@ ir.actions.report - + + + + + From e2e012055b21a70daa3fc4894360afa1f7d54678 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 14:58:19 +0100 Subject: [PATCH 081/135] [FIX] report_py3o: Add missing 'user' and 'lang' into the parser context --- report_py3o/models/_py3o_parser_context.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/report_py3o/models/_py3o_parser_context.py b/report_py3o/models/_py3o_parser_context.py index d42949cd94..2d60b6d758 100644 --- a/report_py3o/models/_py3o_parser_context.py +++ b/report_py3o/models/_py3o_parser_context.py @@ -32,6 +32,8 @@ def __init__(self, env): self._env = env self.localcontext = { + 'user': self._env.user, + 'lang': self._env.lang, # Odoo default format methods 'o_format_lang': self._format_lang, # prefixes with o_ to avoid nameclash with default method provided @@ -47,11 +49,11 @@ def __init__(self, env): 'b64decode': b64decode, } - def _format_lang(self, _env, value, digits=None, grouping=True, + def _format_lang(self, value, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True): formatted_value = misc.formatLang( - _env, value, digits=digits, grouping=grouping, + self._env, value, digits=digits, grouping=grouping, monetary=monetary, dp=dp, currency_obj=currency_obj) if currency_obj and currency_obj.symbol and no_break_space: parts = [] @@ -89,7 +91,7 @@ def _old_format_lang(self, value, digits=None, date=False, date_time=False, """ if not date and not date_time: return self._format_lang( - self._env, value, digits=digits, grouping=grouping, + value, digits=digits, grouping=grouping, monetary=monetary, dp=dp, currency_obj=currency_obj, no_break_space=True) From d923886b7a58b7b6b48269fdbf30917f251409b4 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 16:50:58 +0100 Subject: [PATCH 082/135] [IMP] py3o_report: Allow to specify the lang when calling o_format_lang lang_code is already supported by o_format_date --- report_py3o/README.rst | 2 +- report_py3o/models/_py3o_parser_context.py | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index c53442d67c..27ae418f48 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -167,7 +167,7 @@ display_address(partner) formatLang(value, digits=None, date=False, date_time=False, grouping=True, monetary=False, dp=False, currency_obj=False) Return a formatted numeric, monetary, date or time value according to the context language and timezone (old implementation kept for compatibility and ease migration) -o_format_lang(value, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True) +o_format_lang(value, lang_code=False, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True) Return a formatted numeric or monetary value according to the context language and timezone o_format_date(value, lang_code=False, date_format=False) Return a formatted date or time value according to the context language and timezone diff --git a/report_py3o/models/_py3o_parser_context.py b/report_py3o/models/_py3o_parser_context.py index 2d60b6d758..c5b559516f 100644 --- a/report_py3o/models/_py3o_parser_context.py +++ b/report_py3o/models/_py3o_parser_context.py @@ -49,11 +49,15 @@ def __init__(self, env): 'b64decode': b64decode, } - def _format_lang(self, value, digits=None, grouping=True, + def _format_lang(self, value, lang_code=False, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True): + env = self._env + if lang_code: + context = dict(env.context, lang=lang_code) + env = env(context=context) formatted_value = misc.formatLang( - self._env, value, digits=digits, grouping=grouping, + env, value, digits=digits, grouping=grouping, monetary=monetary, dp=dp, currency_obj=currency_obj) if currency_obj and currency_obj.symbol and no_break_space: parts = [] From 6508e0f951d548bec69773699d5a8467fc27b90c Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 5 Feb 2019 18:22:15 +0100 Subject: [PATCH 083/135] [FIX] report_py3o: Access to ir.config_parameter with sudo --- report_py3o/models/ir_actions_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o/models/ir_actions_report.py b/report_py3o/models/ir_actions_report.py index 1aabd4c975..1e60a373c7 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -106,7 +106,7 @@ def _validate_reports(self): @api.model def _get_lo_bin(self): - lo_bin = self.env['ir.config_parameter'].get_param( + lo_bin = self.env['ir.config_parameter'].sudo().get_param( PY3O_CONVERSION_COMMAND_PARAMETER, 'libreoffice', ) try: From 30d8f315dd1523eb8d93913efaa87984d918a09f Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 12 Mar 2019 13:57:19 +0000 Subject: [PATCH 084/135] [UPD] Update report_py3o.pot --- report_py3o/i18n/report_py3o.pot | 48 ++++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/report_py3o/i18n/report_py3o.pot b/report_py3o/i18n/report_py3o.pot index b35a90d626..e9dfe2094b 100644 --- a/report_py3o/i18n/report_py3o.pot +++ b/report_py3o/i18n/report_py3o.pot @@ -4,10 +4,8 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 12.0+e\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-12-04 16:55+0000\n" -"PO-Revision-Date: 2018-12-04 16:55+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -16,7 +14,7 @@ msgstr "" "Plural-Forms: \n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" @@ -45,7 +43,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -86,6 +84,16 @@ msgstr "" msgid "Ir Actions Report" msgstr "" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update @@ -115,11 +123,22 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" @@ -131,7 +150,7 @@ msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:173 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -176,6 +195,11 @@ msgstr "" msgid "PDF" msgstr "" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + #. module: report_py3o #: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu @@ -236,7 +260,19 @@ msgstr "" msgid "The implementer module that provides this report" msgstr "" +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "The libreoffice runtime is required to genereate the py3o report '%s' but is not found into the bin path. You must install the libreoffice runtime on the server. If the runtime is already installed and is not found by Odoo, you can provide the full path to the runtime by setting the key 'py3o.conversion_command' into the configuration parameters." +msgstr "" + #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type msgid "The type of the report that will be rendered, each one having its own rendering method. HTML means the report will be opened directly in your browser PDF means the report will be rendered using Wkhtmltopdf and downloaded by the user." msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" +msgstr "" + From a48f3b404f3cd760dbc5271b9e6f3a9bb970fbf6 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sun, 17 Mar 2019 13:24:37 +0000 Subject: [PATCH 085/135] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-12.0/reporting-engine-12.0-report_py3o Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o/ --- report_py3o/i18n/am.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/ar.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/bg.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/bs.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/ca.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/cs.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/da.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/de.po | 163 ++++++++++++++++++++++++--------- report_py3o/i18n/el_GR.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/en_GB.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es.po | 173 +++++++++++++++++++++++++---------- report_py3o/i18n/es_AR.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_CL.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_CO.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/es_CR.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_DO.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_EC.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_ES.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_MX.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_PE.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_PY.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/es_VE.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/et.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/eu.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/fa.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/fi.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/fr.po | 48 +++++++++- report_py3o/i18n/fr_CA.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/fr_CH.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/gl.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/gl_ES.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/he.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/hr.po | 163 ++++++++++++++++++++++++--------- report_py3o/i18n/hr_HR.po | 167 +++++++++++++++++++++++---------- report_py3o/i18n/hu.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/id.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/it.po | 163 ++++++++++++++++++++++++--------- report_py3o/i18n/ja.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/ko.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/lt.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/lt_LT.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/lv.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/mk.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/mn.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/nb.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/nb_NO.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/nl.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/nl_BE.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/nl_NL.po | 170 ++++++++++++++++++++++++---------- report_py3o/i18n/pl.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/pt.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/pt_BR.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/pt_PT.po | 163 ++++++++++++++++++++++++--------- report_py3o/i18n/ro.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/ru.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/sk.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/sl.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/sr.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/sr@latin.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/sv.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/th.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/tr.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/tr_TR.po | 159 +++++++++++++++++++++++--------- report_py3o/i18n/uk.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/vi.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/vi_VN.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/zh_CN.po | 155 ++++++++++++++++++++++--------- report_py3o/i18n/zh_TW.po | 155 ++++++++++++++++++++++--------- 68 files changed, 7596 insertions(+), 2962 deletions(-) diff --git a/report_py3o/i18n/am.po b/report_py3o/i18n/am.po index 62a1611e55..39a55fe67c 100644 --- a/report_py3o/i18n/am.po +++ b/report_py3o/i18n/am.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/ar.po b/report_py3o/i18n/ar.po index 8a2558c169..9f6dc8af3e 100644 --- a/report_py3o/i18n/ar.po +++ b/report_py3o/i18n/ar.po @@ -20,65 +20,70 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "???????? ????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "???????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????? ??????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "????????????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "?????? ?????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "?????? ?????????? ????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????? ?????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/bg.po b/report_py3o/i18n/bg.po index ae65caace9..b11e489a6d 100644 --- a/report_py3o/i18n/bg.po +++ b/report_py3o/i18n/bg.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "?????????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "?????????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????? ???? ??????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "???????????????? ???????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "???????????????? ???????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "???????????????? ???????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/bs.po b/report_py3o/i18n/bs.po index 065a660f15..9c6cbf7e5a 100644 --- a/report_py3o/i18n/bs.po +++ b/report_py3o/i18n/bs.po @@ -20,65 +20,70 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Kreirano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Prika??i naziv" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Zadnje mijenjano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Zadnji a??urirao" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Zadnje a??urirano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Ime" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/ca.po b/report_py3o/i18n/ca.po index da14385ca3..5a876140d8 100644 --- a/report_py3o/i18n/ca.po +++ b/report_py3o/i18n/ca.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creat per" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creat el" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Veure el nom" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Darrera modificaci?? el" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Darrera Actualitzaci?? per" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Darrera Actualitzaci?? el" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nom" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Informe" #. module: report_py3o @@ -209,21 +253,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Informe" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/cs.po b/report_py3o/i18n/cs.po index 496079b7bb..082af45a9f 100644 --- a/report_py3o/i18n/cs.po +++ b/report_py3o/i18n/cs.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Vytvo??il(a)" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Vytvo??eno" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Zobrazovan?? n??zev" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Naposled upraveno" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Naposled upraveno" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Naposled upraveno" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "N??zev" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/da.po b/report_py3o/i18n/da.po index e2485e4351..4f683d4452 100644 --- a/report_py3o/i18n/da.po +++ b/report_py3o/i18n/da.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Oprettet af" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Oprettet den" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Vist navn" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "Id" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Sidst ??ndret den" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Sidst opdateret af" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Sidst opdateret den" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Navn" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Rapport" #. module: report_py3o @@ -209,21 +253,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Rapport" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po index d0fffa3875..11df4761d4 100644 --- a/report_py3o/i18n/de.po +++ b/report_py3o/i18n/de.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Erstellt von" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Erstellt am:" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Anzeigename" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,79 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +#| msgid "ir.actions.report.xml" +msgid "Ir Actions Report" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Zuletzt ge??ndert am" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert von" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Bezeichnung" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +199,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Bericht" #. module: report_py3o @@ -210,21 +256,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Bericht" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/el_GR.po b/report_py3o/i18n/el_GR.po index ffb60e3aa3..af0a39872b 100644 --- a/report_py3o/i18n/el_GR.po +++ b/report_py3o/i18n/el_GR.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "?????????????????????????? ?????? " #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "?????????????????????????? ????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "??????????????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "?????????????????? ?????????????????? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????????????????? ?????????????????? ????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "??????????????" #. module: report_py3o @@ -210,21 +254,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "??????????????" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/en_GB.po b/report_py3o/i18n/en_GB.po index c48a6a4499..abc5b81d67 100644 --- a/report_py3o/i18n/en_GB.po +++ b/report_py3o/i18n/en_GB.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Created by" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Created on" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Display Name" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Name" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index bd30dfa04f..16432ae5aa 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -21,58 +21,63 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "(Originario)" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "Retroceder" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "Campo 'Formato de salida' es necesario para el informe Py3O" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "Tipo de Documento" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "Agrupar por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." @@ -81,7 +86,7 @@ msgstr "" "la ra??z de SU m??dulo o una ruta absoluta en SU servidor." #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -89,56 +94,79 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +#| msgid "Ir actions report xml id" +msgid "Ir Actions Report" msgstr "Ir a los informes de acciones xml id" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "Plantilla de Oficina de Libros" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "Tipo de Plantilla de Documento de Oficina de Libros" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "M??dulo" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "No se ha encontrado ninguna plantilla. Salir." @@ -174,37 +202,57 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "Formato de Salida" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "Programa Py3o" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "Reporte de Demostracion Py3o" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "Reportes de Py3o" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "Modelos Py3o" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +#, fuzzy +#| msgid "Py3o Templates" +msgid "Py3o template" +msgstr "Modelos Py3o" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Informe" #. module: report_py3o @@ -213,21 +261,54 @@ msgid "Report Py30" msgstr "Reporte de Py30" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report Py30" +msgid "Report Type" +msgstr "Reporte de Py30" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "Modelo" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "El m??dulo implementador que proporciona este informe" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" -msgstr "py3o.modelo" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" +msgstr "" + +#~ msgid "ir.actions.report.xml" +#~ msgstr "ir.actions.report.xml" + +#~ msgid "py3o.template" +#~ msgstr "py3o.modelo" diff --git a/report_py3o/i18n/es_AR.po b/report_py3o/i18n/es_AR.po index 4728a8b4b8..13c105af00 100644 --- a/report_py3o/i18n/es_AR.po +++ b/report_py3o/i18n/es_AR.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Mostrar Nombre" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n realizada por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n el" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_CL.po b/report_py3o/i18n/es_CL.po index 840baa0065..9bbd100fc5 100644 --- a/report_py3o/i18n/es_CL.po +++ b/report_py3o/i18n/es_CL.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID (identificaci??n)" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n de" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_CO.po b/report_py3o/i18n/es_CO.po index c375dd8118..184d659fc7 100644 --- a/report_py3o/i18n/es_CO.po +++ b/report_py3o/i18n/es_CO.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nombre P??blico" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima Modificaci??n el" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Actualizado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Actualizado" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Iforme" #. module: report_py3o @@ -210,21 +254,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Iforme" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_CR.po b/report_py3o/i18n/es_CR.po index 9deda07ecb..b4d2349b2c 100644 --- a/report_py3o/i18n/es_CR.po +++ b/report_py3o/i18n/es_CR.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Ultima actualizaci??n por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Ultima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_DO.po b/report_py3o/i18n/es_DO.po index 97ebb1de37..58fd8575c7 100644 --- a/report_py3o/i18n/es_DO.po +++ b/report_py3o/i18n/es_DO.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n de" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_EC.po b/report_py3o/i18n/es_EC.po index e897d15908..6b43be07a1 100644 --- a/report_py3o/i18n/es_EC.po +++ b/report_py3o/i18n/es_EC.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nombre mostrado" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID (identificaci??n)" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n de" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_ES.po b/report_py3o/i18n/es_ES.po index d4ab2ca53b..4febc96992 100644 --- a/report_py3o/i18n/es_ES.po +++ b/report_py3o/i18n/es_ES.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nombre para mostrar" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima modificaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_MX.po b/report_py3o/i18n/es_MX.po index 2c95fe4f7b..138c8549c5 100644 --- a/report_py3o/i18n/es_MX.po +++ b/report_py3o/i18n/es_MX.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nombre desplegado" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Ultima modificacion realizada" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Ultima actualizacion por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Ultima actualizaci??n realizada" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_PE.po b/report_py3o/i18n/es_PE.po index 1e288e26ff..e3fbbe853c 100644 --- a/report_py3o/i18n/es_PE.po +++ b/report_py3o/i18n/es_PE.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nombre a Mostrar" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Ultima Modificaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Actualizado ??ltima vez por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Ultima Actualizaci??n" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_PY.po b/report_py3o/i18n/es_PY.po index 85cd38d8d1..e2d8194801 100644 --- a/report_py3o/i18n/es_PY.po +++ b/report_py3o/i18n/es_PY.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Ultima actualizaci??n por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Ultima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/es_VE.po b/report_py3o/i18n/es_VE.po index de8a170cd5..733e863f5c 100644 --- a/report_py3o/i18n/es_VE.po +++ b/report_py3o/i18n/es_VE.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Mostrar nombre" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Modificada por ??ltima vez" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n realizada por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Ultima actualizacion en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nombre" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/et.po b/report_py3o/i18n/et.po index 286303881e..bfa73b02c2 100644 --- a/report_py3o/i18n/et.po +++ b/report_py3o/i18n/et.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Loonud" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Loodud" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "N??idatav nimi" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Viimati muudetud" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Viimati uuendatud" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Viimati uuendatud" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nimi" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/eu.po b/report_py3o/i18n/eu.po index 857aede3b9..127a99e51f 100644 --- a/report_py3o/i18n/eu.po +++ b/report_py3o/i18n/eu.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Nork sortua" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Created on" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Izena erakutsi" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Last Updated on" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Izena" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/fa.po b/report_py3o/i18n/fa.po index 087d40aca4..8f76275fdb 100644 --- a/report_py3o/i18n/fa.po +++ b/report_py3o/i18n/fa.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "?????????? ?????? ????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "?????????? ?????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????? ????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "??????????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "?????????? ?????????? ???????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "?????????? ???? ?????? ?????????? ????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????????? ???? ?????? ?????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/fi.po b/report_py3o/i18n/fi.po index e49f6d0be4..aacaad6cec 100644 --- a/report_py3o/i18n/fi.po +++ b/report_py3o/i18n/fi.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Luonut" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Luotu" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nimi" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Viimeksi muokattu" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Viimeksi p??ivitt??nyt" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Viimeksi p??ivitetty" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nimi" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index 07d3830a99..c32896a9d1 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -21,7 +21,7 @@ msgstr "" "X-Generator: Weblate 3.0.1\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "(Natif)" @@ -50,7 +50,7 @@ msgid "Fallback" msgstr "Proc??dure de recours" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "Le champ 'Format de sortie' est requis dans le rapport Py3O" @@ -104,6 +104,16 @@ msgstr "" msgid "Ir Actions Report" msgstr "Ir actions report xml id" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update @@ -133,11 +143,22 @@ msgstr "Mod??le LibreOffice" msgid "LibreOffice Template File Type" msgstr "Type de fichier mod??le de LibreOffice" +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "Module" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" @@ -149,7 +170,7 @@ msgid "Name" msgstr "Nom" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:173 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "Pas de mod??le trouv??. Annulation." @@ -194,6 +215,11 @@ msgstr "Format de sortie" msgid "PDF" msgstr "" +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + #. module: report_py3o #: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu @@ -257,6 +283,17 @@ msgstr "" msgid "The implementer module that provides this report" msgstr "The implementer module that provides this report" +#. module: report_py3o +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" + #. module: report_py3o #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type msgid "" @@ -266,6 +303,11 @@ msgid "" "downloaded by the user." msgstr "" +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" +msgstr "" + #~ msgid "ir.actions.report.xml" #~ msgstr "ir.actions.report.xml" diff --git a/report_py3o/i18n/fr_CA.po b/report_py3o/i18n/fr_CA.po index 3ce30e92c7..982378a815 100644 --- a/report_py3o/i18n/fr_CA.po +++ b/report_py3o/i18n/fr_CA.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Cr???? par" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Cr???? le" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Afficher le nom" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "Identifiant" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Derni??re mise ?? jour par" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Derni??re mise ?? jour le" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nom" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/fr_CH.po b/report_py3o/i18n/fr_CH.po index 753217af17..075b06e885 100644 --- a/report_py3o/i18n/fr_CH.po +++ b/report_py3o/i18n/fr_CH.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Cr???? par" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Cr???? le" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nom affich??" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Derni??re modification le" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Modifi?? par" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Modifi?? le" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/gl.po b/report_py3o/i18n/gl.po index a5a176b493..f5462d3b5a 100644 --- a/report_py3o/i18n/gl.po +++ b/report_py3o/i18n/gl.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima modificaci??n" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima actualizaci??n por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima actualizaci??n en" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Informe" #. module: report_py3o @@ -209,21 +253,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Informe" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/gl_ES.po b/report_py3o/i18n/gl_ES.po index d0ea89e36e..8eba0b54a9 100644 --- a/report_py3o/i18n/gl_ES.po +++ b/report_py3o/i18n/gl_ES.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/he.po b/report_py3o/i18n/he.po index 6f4e5cdb4b..c6864c7afb 100644 --- a/report_py3o/i18n/he.po +++ b/report_py3o/i18n/he.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "???????? ???? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "???????? ??-" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????? ??????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "????????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "?????????? ?????????? ??????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "?????????? ?????????????? ???? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????????? ?????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/hr.po b/report_py3o/i18n/hr.po index 340ad61c80..cdf77f6d14 100644 --- a/report_py3o/i18n/hr.po +++ b/report_py3o/i18n/hr.po @@ -21,65 +21,70 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Kreirano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Naziv" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -87,56 +92,79 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +#| msgid "ir.actions.report.xml" +msgid "Ir Actions Report" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Zadnji a??urirao" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Zadnje a??urirano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Naziv" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -172,37 +200,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Izvje??taj" #. module: report_py3o @@ -211,21 +257,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Izvje??taj" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index e6c9a3d2f7..c75ae3e65e 100644 --- a/report_py3o/i18n/hr_HR.po +++ b/report_py3o/i18n/hr_HR.po @@ -22,65 +22,70 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "(Izvorno)" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Kreirano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Naziv" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "Tip datoteke" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "Grupiraj po" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -88,56 +93,79 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +#| msgid "ir.actions.report.xml" +msgid "Ir Actions Report" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Zadnji a??urirao" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Zadnje a??urirano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "LibreOffice Predlo??ak" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "Modul" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Naziv" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -173,37 +201,57 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "Izlazni format" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +#, fuzzy +#| msgid "py3o.template" +msgid "Py3o template" +msgstr "py3o.template" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Izvje??taj" #. module: report_py3o @@ -212,21 +260,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Izvje??taj" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "Predlo??ak" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" -msgstr "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" +msgstr "" diff --git a/report_py3o/i18n/hu.po b/report_py3o/i18n/hu.po index ae2697a64d..cefc13fb04 100644 --- a/report_py3o/i18n/hu.po +++ b/report_py3o/i18n/hu.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "K??sz??tette" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "L??trehoz??s d??tuma" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "N??v megjelen??t??se" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Utols?? friss??t??s d??tuma" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Utolj??ra friss??tve, ??ltal" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Utolj??ra friss??tve " #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "N??v" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/id.po b/report_py3o/i18n/id.po index 7447c450d1..40d0f580f5 100644 --- a/report_py3o/i18n/id.po +++ b/report_py3o/i18n/id.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Dibuat oleh" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Dibuat pada" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nama Tampilan" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Terakhir Dimodifikasi pada" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Diperbaharui oleh" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Diperbaharui pada" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nama" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/it.po b/report_py3o/i18n/it.po index bb5226f4d6..b26662729e 100644 --- a/report_py3o/i18n/it.po +++ b/report_py3o/i18n/it.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creato da" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creato il" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nome da visualizzare" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,79 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +#| msgid "ir.actions.report.xml" +msgid "Ir Actions Report" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Ultima modifica il" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Ultimo aggiornamento di" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Ultimo aggiornamento il" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nome" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +198,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Report" #. module: report_py3o @@ -209,21 +255,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Report" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/ja.po b/report_py3o/i18n/ja.po index 3210d63e08..dc4e6b6748 100644 --- a/report_py3o/i18n/ja.po +++ b/report_py3o/i18n/ja.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "?????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "?????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "???????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "???????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "???????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/ko.po b/report_py3o/i18n/ko.po index 909ad3b8c0..53544b0be9 100644 --- a/report_py3o/i18n/ko.po +++ b/report_py3o/i18n/ko.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "?????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "?????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "?????? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "?????? ????????? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????? ?????? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/lt.po b/report_py3o/i18n/lt.po index cca58e2653..e79b618f66 100644 --- a/report_py3o/i18n/lt.po +++ b/report_py3o/i18n/lt.po @@ -20,65 +20,70 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Suk??r??" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Sukurta" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Vaizduojamas pavadinimas" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Paskutin?? kart?? keista" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Paskutin?? kart?? atnaujino" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Paskutin?? kart?? atnaujinta" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Pavadinimas" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/lt_LT.po b/report_py3o/i18n/lt_LT.po index 504f0490a5..d6b48f7351 100644 --- a/report_py3o/i18n/lt_LT.po +++ b/report_py3o/i18n/lt_LT.po @@ -21,65 +21,70 @@ msgstr "" "%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Suk??r??" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Sukurta" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -87,56 +92,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Paskutin?? kart?? atnaujino" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Paskutin?? kart?? atnaujinta" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -172,37 +198,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -211,21 +253,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/lv.po b/report_py3o/i18n/lv.po index c13115c15b..19760e76e0 100644 --- a/report_py3o/i18n/lv.po +++ b/report_py3o/i18n/lv.po @@ -20,65 +20,70 @@ msgstr "" "2);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Izveidoja" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Izveidots" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "P??d??jo reizi atjaunoja" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "P??d??j??s izmai??as" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nosaukums" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/mk.po b/report_py3o/i18n/mk.po index cc39f055ca..02c5a66091 100644 --- a/report_py3o/i18n/mk.po +++ b/report_py3o/i18n/mk.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "???????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "???????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????????????? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "???????????????? ?????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "???????????????? ?????????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "???????????????? ?????????????????? ????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/mn.po b/report_py3o/i18n/mn.po index 5546dd7869..43946214ad 100644 --- a/report_py3o/i18n/mn.po +++ b/report_py3o/i18n/mn.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "??????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????????????????? ??????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "?????????????? ???????????? ???????????? ??????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "?????????????? ???????????? ????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????????????? ???????????? ???????????? ??????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/nb.po b/report_py3o/i18n/nb.po index 9f4a4bdf70..3cdb479698 100644 --- a/report_py3o/i18n/nb.po +++ b/report_py3o/i18n/nb.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Opprettet av" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Opprettet den" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Visnings navn" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Sist oppdatert " #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Sist oppdatert" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Navn" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/nb_NO.po b/report_py3o/i18n/nb_NO.po index 30e19a9483..7641b6c19a 100644 --- a/report_py3o/i18n/nb_NO.po +++ b/report_py3o/i18n/nb_NO.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Laget av" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Laget den" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Vis navn" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Sist endret den" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Sist oppdatert den" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Rapport" #. module: report_py3o @@ -210,21 +254,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Rapport" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/nl.po b/report_py3o/i18n/nl.po index 1670c4b5a1..17c694405d 100644 --- a/report_py3o/i18n/nl.po +++ b/report_py3o/i18n/nl.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Te tonen naam" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Naam" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/nl_BE.po b/report_py3o/i18n/nl_BE.po index 4b4a85a0f8..598179af11 100644 --- a/report_py3o/i18n/nl_BE.po +++ b/report_py3o/i18n/nl_BE.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Gemaakt door" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Gemaakt op" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Schermnaam" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Laatst Aangepast op" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Naam:" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/nl_NL.po b/report_py3o/i18n/nl_NL.po index d9ae49bb1e..4c5698fe05 100644 --- a/report_py3o/i18n/nl_NL.po +++ b/report_py3o/i18n/nl_NL.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Aangemaakt op" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Weergavenaam" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "Groeperen op" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,79 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +#| msgid "ir.actions.report.xml" +msgid "Ir Actions Report" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "LibreOffice Sjabloon" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "Module" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Naam" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +199,57 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "Py3o" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "Py3o Rapporten" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "Py3o Sjablonen" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +#, fuzzy +#| msgid "Py3o Templates" +msgid "Py3o template" +msgstr "Py3o Sjablonen" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Rapport" #. module: report_py3o @@ -210,21 +258,51 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Rapport" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "Sjabloon" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" -msgstr "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" +msgstr "" + +#~ msgid "py3o.template" +#~ msgstr "py3o.template" diff --git a/report_py3o/i18n/pl.po b/report_py3o/i18n/pl.po index 4ba34e6124..524176d282 100644 --- a/report_py3o/i18n/pl.po +++ b/report_py3o/i18n/pl.po @@ -21,65 +21,70 @@ msgstr "" "%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Utworzone przez" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Utworzono" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Wy??wietlana nazwa " #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -87,56 +92,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Ostatnio modyfikowano" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Ostatnio modyfikowane przez" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Ostatnia zmiana" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nazwa" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -172,37 +198,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Raport" #. module: report_py3o @@ -211,21 +255,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Raport" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/pt.po b/report_py3o/i18n/pt.po index 24fba74788..6b21f3d304 100644 --- a/report_py3o/i18n/pt.po +++ b/report_py3o/i18n/pt.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Modificado a ??ltima vez por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Atualizado pela ??ltima vez por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Atualizado pela ??ltima vez em" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nome" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Relat??rio" #. module: report_py3o @@ -209,21 +253,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Relat??rio" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po index be70d71db2..160eacc8c1 100644 --- a/report_py3o/i18n/pt_BR.po +++ b/report_py3o/i18n/pt_BR.po @@ -21,65 +21,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "(Nativo)" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nome para Mostrar" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "Identifica????o" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -87,56 +92,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima atualiza????o em" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "??ltima atualiza????o por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??ltima atualiza????o em" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nome" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -172,37 +198,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Relat??rio" #. module: report_py3o @@ -211,21 +255,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Relat??rio" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/pt_PT.po b/report_py3o/i18n/pt_PT.po index f07722e1fb..783e039e65 100644 --- a/report_py3o/i18n/pt_PT.po +++ b/report_py3o/i18n/pt_PT.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nome a Apresentar" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,79 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +#| msgid "ir.actions.report.xml" +msgid "Ir Actions Report" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??ltima Modifica????o Em" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Atualizado pela ??ltima vez por" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Atualizado pela ??ltima vez em" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Nome" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +199,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Relat??rio" #. module: report_py3o @@ -210,21 +256,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Relat??rio" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/ro.po b/report_py3o/i18n/ro.po index de6e1f05b8..f873a6bccc 100644 --- a/report_py3o/i18n/ro.po +++ b/report_py3o/i18n/ro.po @@ -20,65 +20,70 @@ msgstr "" "2:1));\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Creat de" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Creat la" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Nume Afi??at" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Ultima actualizare ??n" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Ultima actualizare f??cut?? de" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Ultima actualizare la" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/ru.po b/report_py3o/i18n/ru.po index afd783625e..24a29c5936 100644 --- a/report_py3o/i18n/ru.po +++ b/report_py3o/i18n/ru.po @@ -21,65 +21,70 @@ msgstr "" "%100>=11 && n%100<=14)? 2 : 3);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "??????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -87,56 +92,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "?????????????????? ?????? ??????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????????????????? ?????? ??????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "????????????????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -172,37 +198,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -211,21 +253,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/sk.po b/report_py3o/i18n/sk.po index 4e18e0382c..163048121f 100644 --- a/report_py3o/i18n/sk.po +++ b/report_py3o/i18n/sk.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Vytvoril" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Vytvoren??" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Zobrazi?? meno" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Posledn?? modifik??cia" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Naposledy upravoval" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Naposledy upravovan??" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Meno" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/sl.po b/report_py3o/i18n/sl.po index 9856f43800..ad3225c5bf 100644 --- a/report_py3o/i18n/sl.po +++ b/report_py3o/i18n/sl.po @@ -20,65 +20,70 @@ msgstr "" "%100==4 ? 2 : 3);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Ustvaril" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Ustvarjeno" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Prikazni naziv" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Zadnji?? spremenjeno" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Zadnji posodobil" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Zadnji?? posodobljeno" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Naziv" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Poro??ilo" #. module: report_py3o @@ -210,21 +254,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Poro??ilo" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/sr.po b/report_py3o/i18n/sr.po index 0ea54a0a98..b652fdc9b0 100644 --- a/report_py3o/i18n/sr.po +++ b/report_py3o/i18n/sr.po @@ -20,65 +20,70 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Kreiran" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Ime" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/sr@latin.po b/report_py3o/i18n/sr@latin.po index 428ec80bdc..266ff425b0 100644 --- a/report_py3o/i18n/sr@latin.po +++ b/report_py3o/i18n/sr@latin.po @@ -21,65 +21,70 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Kreiran" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Ime za prikaz" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -87,56 +92,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Zadnja izmjena" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Zadnja izmjena" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Zadnja izmjena" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Ime:" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -172,37 +198,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -211,21 +253,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/sv.po b/report_py3o/i18n/sv.po index 498f97fd12..1d28af6d5b 100644 --- a/report_py3o/i18n/sv.po +++ b/report_py3o/i18n/sv.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Skapad av" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Skapad den" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "Visa namn" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Senast redigerad" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Senast uppdaterad" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Namn" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/th.po b/report_py3o/i18n/th.po index fa5f1f368e..0ba8de904a 100644 --- a/report_py3o/i18n/th.po +++ b/report_py3o/i18n/th.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "????????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "??????????????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "??????????????????????????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "????????????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??????????????????????????????????????????????????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "???????????????????????????????????????????????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????????????????????????????????????????????????????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "????????????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/tr.po b/report_py3o/i18n/tr.po index 9f812f913e..d03ba88656 100644 --- a/report_py3o/i18n/tr.po +++ b/report_py3o/i18n/tr.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Olu??turan" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Olu??turuldu" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "G??r??nen ??sim" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,79 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +#, fuzzy +#| msgid "ir.actions.report.xml" +msgid "Ir Actions Report" +msgstr "ir.actions.report.xml" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "Son de??i??iklik" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Son g??ncelleyen" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "Son g??ncelleme" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Ad??" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +198,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +253,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" -msgstr "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." +msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/tr_TR.po b/report_py3o/i18n/tr_TR.po index 4227b7d27c..58dcf2e64b 100644 --- a/report_py3o/i18n/tr_TR.po +++ b/report_py3o/i18n/tr_TR.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "Olu??turan" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "Olu??turulma tarihi" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "G??r??nen ad" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "Kimlik" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "En son g??ncelleme tarihi" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "En son g??ncelleyen " #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "En son g??ncelleme tarihi" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Ad" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,55 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +#, fuzzy +#| msgid "Report" +msgid "Report Action" msgstr "Rapor" #. module: report_py3o @@ -210,21 +254,48 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +#, fuzzy +#| msgid "Report" +msgid "Report Type" +msgstr "Rapor" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/uk.po b/report_py3o/i18n/uk.po index ed3119e08a..8d9a5e33df 100644 --- a/report_py3o/i18n/uk.po +++ b/report_py3o/i18n/uk.po @@ -20,65 +20,70 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "??????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "???????? ??????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "?????????? ?????? ????????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "?????????????? ??????????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "???????????????? ????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "?????????????? ??????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "Name" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/vi.po b/report_py3o/i18n/vi.po index e5e8116f5d..5e37dd4639 100644 --- a/report_py3o/i18n/vi.po +++ b/report_py3o/i18n/vi.po @@ -19,65 +19,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "???????c t???o b???i" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "???????c t???o v??o" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "T??n hi???n th???" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -85,56 +90,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "S???a l???n cu???i v??o" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "C???p nh???t l???n cu???i v??o" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "T??n" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -170,37 +196,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -209,21 +251,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/vi_VN.po b/report_py3o/i18n/vi_VN.po index d253efc750..7eb9d31e95 100644 --- a/report_py3o/i18n/vi_VN.po +++ b/report_py3o/i18n/vi_VN.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "T???o b???i" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "T???o v??o" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "C???p nh???t l???n cu???i b???i" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "C???p nh???t l???n cu???i v??o" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/zh_CN.po b/report_py3o/i18n/zh_CN.po index 925a3c126d..4321e177c4 100644 --- a/report_py3o/i18n/zh_CN.po +++ b/report_py3o/i18n/zh_CN.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "?????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "ID" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "??????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "???????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "??????????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" diff --git a/report_py3o/i18n/zh_TW.po b/report_py3o/i18n/zh_TW.po index e541d3fa78..ed1d8547ab 100644 --- a/report_py3o/i18n/zh_TW.po +++ b/report_py3o/i18n/zh_TW.po @@ -20,65 +20,70 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:46 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "?????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "?????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:35 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "??????" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "" "If the user does not provide a template this will be used it should be a " "relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "" "If you execute a report on several records, by default Odoo will generate a " "ZIP file that contains as many files as selected records. If you enable this " @@ -86,56 +91,77 @@ msgid "" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format +msgid "Is Py3O Native Format" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available +msgid "Is Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "????????????:" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "???????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "???????????????" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: code:addons/report_py3o/models/py3o_report.py:270 +#, python-format +msgid "Libreoffice runtime not available. Please contact your administrator." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available +msgid "Msg Py3O Report Not Available" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "??????" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:176 #, python-format msgid "No template found. Aborting." msgstr "" @@ -171,37 +197,53 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path +msgid "Path to the libreoffice runtime" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -210,21 +252,46 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module +#: selection:ir.actions.report,report_type:0 +msgid "Text" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module msgid "The implementer module that provides this report" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: code:addons/report_py3o/models/ir_actions_report.py:142 +#, python-format +msgid "" +"The libreoffice runtime is required to genereate the py3o report '%s' but is " +"not found into the bin path. You must install the libreoffice runtime on the " +"server. If the runtime is already installed and is not found by Odoo, you " +"can provide the full path to the runtime by setting the key 'py3o." +"conversion_command' into the configuration parameters." msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "" +"The type of the report that will be rendered, each one having its own " +"rendering method. HTML means the report will be opened directly in your " +"browser PDF means the report will be rendered using Wkhtmltopdf and " +"downloaded by the user." +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XLSX" msgstr "" From ef18f6327322ea7d26b65ac13f04487a425640c8 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Wed, 12 Jun 2019 16:17:11 +0000 Subject: [PATCH 086/135] [UPD] Update report_py3o.pot --- report_py3o/i18n/report_py3o.pot | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/report_py3o/i18n/report_py3o.pot b/report_py3o/i18n/report_py3o.pot index e9dfe2094b..3f2812737d 100644 --- a/report_py3o/i18n/report_py3o.pot +++ b/report_py3o/i18n/report_py3o.pot @@ -276,3 +276,8 @@ msgstr "" msgid "XLSX" msgstr "" +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" + From f998e2091e76be9400f481991b3017b0664a4766 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sun, 16 Jun 2019 11:15:30 +0000 Subject: [PATCH 087/135] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-12.0/reporting-engine-12.0-report_py3o Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o/ --- report_py3o/i18n/am.po | 5 +++++ report_py3o/i18n/ar.po | 5 +++++ report_py3o/i18n/bg.po | 5 +++++ report_py3o/i18n/bs.po | 5 +++++ report_py3o/i18n/ca.po | 5 +++++ report_py3o/i18n/cs.po | 5 +++++ report_py3o/i18n/da.po | 5 +++++ report_py3o/i18n/de.po | 5 +++++ report_py3o/i18n/el_GR.po | 5 +++++ report_py3o/i18n/en_GB.po | 5 +++++ report_py3o/i18n/es.po | 5 +++++ report_py3o/i18n/es_AR.po | 5 +++++ report_py3o/i18n/es_CL.po | 5 +++++ report_py3o/i18n/es_CO.po | 5 +++++ report_py3o/i18n/es_CR.po | 5 +++++ report_py3o/i18n/es_DO.po | 5 +++++ report_py3o/i18n/es_EC.po | 5 +++++ report_py3o/i18n/es_ES.po | 5 +++++ report_py3o/i18n/es_MX.po | 5 +++++ report_py3o/i18n/es_PE.po | 5 +++++ report_py3o/i18n/es_PY.po | 5 +++++ report_py3o/i18n/es_VE.po | 5 +++++ report_py3o/i18n/et.po | 5 +++++ report_py3o/i18n/eu.po | 5 +++++ report_py3o/i18n/fa.po | 5 +++++ report_py3o/i18n/fi.po | 5 +++++ report_py3o/i18n/fr.po | 5 +++++ report_py3o/i18n/fr_CA.po | 5 +++++ report_py3o/i18n/fr_CH.po | 5 +++++ report_py3o/i18n/gl.po | 5 +++++ report_py3o/i18n/gl_ES.po | 5 +++++ report_py3o/i18n/he.po | 5 +++++ report_py3o/i18n/hr.po | 5 +++++ report_py3o/i18n/hr_HR.po | 5 +++++ report_py3o/i18n/hu.po | 5 +++++ report_py3o/i18n/id.po | 5 +++++ report_py3o/i18n/it.po | 5 +++++ report_py3o/i18n/ja.po | 5 +++++ report_py3o/i18n/ko.po | 5 +++++ report_py3o/i18n/lt.po | 5 +++++ report_py3o/i18n/lt_LT.po | 5 +++++ report_py3o/i18n/lv.po | 5 +++++ report_py3o/i18n/mk.po | 5 +++++ report_py3o/i18n/mn.po | 5 +++++ report_py3o/i18n/nb.po | 5 +++++ report_py3o/i18n/nb_NO.po | 5 +++++ report_py3o/i18n/nl.po | 5 +++++ report_py3o/i18n/nl_BE.po | 5 +++++ report_py3o/i18n/nl_NL.po | 5 +++++ report_py3o/i18n/pl.po | 5 +++++ report_py3o/i18n/pt.po | 5 +++++ report_py3o/i18n/pt_BR.po | 5 +++++ report_py3o/i18n/pt_PT.po | 5 +++++ report_py3o/i18n/ro.po | 5 +++++ report_py3o/i18n/ru.po | 5 +++++ report_py3o/i18n/sk.po | 5 +++++ report_py3o/i18n/sl.po | 5 +++++ report_py3o/i18n/sr.po | 5 +++++ report_py3o/i18n/sr@latin.po | 5 +++++ report_py3o/i18n/sv.po | 5 +++++ report_py3o/i18n/th.po | 5 +++++ report_py3o/i18n/tr.po | 5 +++++ report_py3o/i18n/tr_TR.po | 5 +++++ report_py3o/i18n/uk.po | 5 +++++ report_py3o/i18n/vi.po | 5 +++++ report_py3o/i18n/vi_VN.po | 5 +++++ report_py3o/i18n/zh_CN.po | 5 +++++ report_py3o/i18n/zh_TW.po | 5 +++++ 68 files changed, 340 insertions(+) diff --git a/report_py3o/i18n/am.po b/report_py3o/i18n/am.po index 39a55fe67c..4aef07d093 100644 --- a/report_py3o/i18n/am.po +++ b/report_py3o/i18n/am.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/ar.po b/report_py3o/i18n/ar.po index 9f6dc8af3e..62bb746bcc 100644 --- a/report_py3o/i18n/ar.po +++ b/report_py3o/i18n/ar.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/bg.po b/report_py3o/i18n/bg.po index b11e489a6d..81ecb19f42 100644 --- a/report_py3o/i18n/bg.po +++ b/report_py3o/i18n/bg.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/bs.po b/report_py3o/i18n/bs.po index 9c6cbf7e5a..135c035e75 100644 --- a/report_py3o/i18n/bs.po +++ b/report_py3o/i18n/bs.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/ca.po b/report_py3o/i18n/ca.po index 5a876140d8..135ecb8295 100644 --- a/report_py3o/i18n/ca.po +++ b/report_py3o/i18n/ca.po @@ -298,3 +298,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/cs.po b/report_py3o/i18n/cs.po index 082af45a9f..9a5216859c 100644 --- a/report_py3o/i18n/cs.po +++ b/report_py3o/i18n/cs.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/da.po b/report_py3o/i18n/da.po index 4f683d4452..86307a8397 100644 --- a/report_py3o/i18n/da.po +++ b/report_py3o/i18n/da.po @@ -298,3 +298,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po index 11df4761d4..147d03defe 100644 --- a/report_py3o/i18n/de.po +++ b/report_py3o/i18n/de.po @@ -301,3 +301,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/el_GR.po b/report_py3o/i18n/el_GR.po index af0a39872b..e9ac609ec9 100644 --- a/report_py3o/i18n/el_GR.po +++ b/report_py3o/i18n/el_GR.po @@ -299,3 +299,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/en_GB.po b/report_py3o/i18n/en_GB.po index abc5b81d67..93936b7fcb 100644 --- a/report_py3o/i18n/en_GB.po +++ b/report_py3o/i18n/en_GB.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index 16432ae5aa..f13817ebc7 100644 --- a/report_py3o/i18n/es.po +++ b/report_py3o/i18n/es.po @@ -307,6 +307,11 @@ msgstr "" msgid "XLSX" msgstr "" +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" + #~ msgid "ir.actions.report.xml" #~ msgstr "ir.actions.report.xml" diff --git a/report_py3o/i18n/es_AR.po b/report_py3o/i18n/es_AR.po index 13c105af00..ff6c2f97bc 100644 --- a/report_py3o/i18n/es_AR.po +++ b/report_py3o/i18n/es_AR.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_CL.po b/report_py3o/i18n/es_CL.po index 9bbd100fc5..3824a54959 100644 --- a/report_py3o/i18n/es_CL.po +++ b/report_py3o/i18n/es_CL.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_CO.po b/report_py3o/i18n/es_CO.po index 184d659fc7..e06d1ddfac 100644 --- a/report_py3o/i18n/es_CO.po +++ b/report_py3o/i18n/es_CO.po @@ -299,3 +299,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_CR.po b/report_py3o/i18n/es_CR.po index b4d2349b2c..2a380e0e13 100644 --- a/report_py3o/i18n/es_CR.po +++ b/report_py3o/i18n/es_CR.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_DO.po b/report_py3o/i18n/es_DO.po index 58fd8575c7..5828a3ce3f 100644 --- a/report_py3o/i18n/es_DO.po +++ b/report_py3o/i18n/es_DO.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_EC.po b/report_py3o/i18n/es_EC.po index 6b43be07a1..c2bc8ac68f 100644 --- a/report_py3o/i18n/es_EC.po +++ b/report_py3o/i18n/es_EC.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_ES.po b/report_py3o/i18n/es_ES.po index 4febc96992..e71c0a9ed5 100644 --- a/report_py3o/i18n/es_ES.po +++ b/report_py3o/i18n/es_ES.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_MX.po b/report_py3o/i18n/es_MX.po index 138c8549c5..862216867d 100644 --- a/report_py3o/i18n/es_MX.po +++ b/report_py3o/i18n/es_MX.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_PE.po b/report_py3o/i18n/es_PE.po index e3fbbe853c..335bb8964a 100644 --- a/report_py3o/i18n/es_PE.po +++ b/report_py3o/i18n/es_PE.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_PY.po b/report_py3o/i18n/es_PY.po index e2d8194801..0e9d454596 100644 --- a/report_py3o/i18n/es_PY.po +++ b/report_py3o/i18n/es_PY.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/es_VE.po b/report_py3o/i18n/es_VE.po index 733e863f5c..be486fa5e5 100644 --- a/report_py3o/i18n/es_VE.po +++ b/report_py3o/i18n/es_VE.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/et.po b/report_py3o/i18n/et.po index bfa73b02c2..19aa8442e1 100644 --- a/report_py3o/i18n/et.po +++ b/report_py3o/i18n/et.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/eu.po b/report_py3o/i18n/eu.po index 127a99e51f..f59f77834c 100644 --- a/report_py3o/i18n/eu.po +++ b/report_py3o/i18n/eu.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/fa.po b/report_py3o/i18n/fa.po index 8f76275fdb..b99dbefbca 100644 --- a/report_py3o/i18n/fa.po +++ b/report_py3o/i18n/fa.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/fi.po b/report_py3o/i18n/fi.po index aacaad6cec..2f0bc34c31 100644 --- a/report_py3o/i18n/fi.po +++ b/report_py3o/i18n/fi.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index c32896a9d1..847185d759 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -308,6 +308,11 @@ msgstr "" msgid "XLSX" msgstr "" +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" + #~ msgid "ir.actions.report.xml" #~ msgstr "ir.actions.report.xml" diff --git a/report_py3o/i18n/fr_CA.po b/report_py3o/i18n/fr_CA.po index 982378a815..f6149a4700 100644 --- a/report_py3o/i18n/fr_CA.po +++ b/report_py3o/i18n/fr_CA.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/fr_CH.po b/report_py3o/i18n/fr_CH.po index 075b06e885..7d8fb3633e 100644 --- a/report_py3o/i18n/fr_CH.po +++ b/report_py3o/i18n/fr_CH.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/gl.po b/report_py3o/i18n/gl.po index f5462d3b5a..4945eea55e 100644 --- a/report_py3o/i18n/gl.po +++ b/report_py3o/i18n/gl.po @@ -298,3 +298,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/gl_ES.po b/report_py3o/i18n/gl_ES.po index 8eba0b54a9..7ca965693a 100644 --- a/report_py3o/i18n/gl_ES.po +++ b/report_py3o/i18n/gl_ES.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/he.po b/report_py3o/i18n/he.po index c6864c7afb..4268740d8b 100644 --- a/report_py3o/i18n/he.po +++ b/report_py3o/i18n/he.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/hr.po b/report_py3o/i18n/hr.po index cdf77f6d14..b5e5657039 100644 --- a/report_py3o/i18n/hr.po +++ b/report_py3o/i18n/hr.po @@ -302,3 +302,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index c75ae3e65e..5e8b670d1b 100644 --- a/report_py3o/i18n/hr_HR.po +++ b/report_py3o/i18n/hr_HR.po @@ -305,3 +305,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/hu.po b/report_py3o/i18n/hu.po index cefc13fb04..9d08b8b3a3 100644 --- a/report_py3o/i18n/hu.po +++ b/report_py3o/i18n/hu.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/id.po b/report_py3o/i18n/id.po index 40d0f580f5..13809c0985 100644 --- a/report_py3o/i18n/id.po +++ b/report_py3o/i18n/id.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/it.po b/report_py3o/i18n/it.po index b26662729e..73bdbf2f61 100644 --- a/report_py3o/i18n/it.po +++ b/report_py3o/i18n/it.po @@ -300,3 +300,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/ja.po b/report_py3o/i18n/ja.po index dc4e6b6748..ba842c614d 100644 --- a/report_py3o/i18n/ja.po +++ b/report_py3o/i18n/ja.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/ko.po b/report_py3o/i18n/ko.po index 53544b0be9..37c1b7e5c0 100644 --- a/report_py3o/i18n/ko.po +++ b/report_py3o/i18n/ko.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/lt.po b/report_py3o/i18n/lt.po index e79b618f66..a83e4a8101 100644 --- a/report_py3o/i18n/lt.po +++ b/report_py3o/i18n/lt.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/lt_LT.po b/report_py3o/i18n/lt_LT.po index d6b48f7351..d305513b7a 100644 --- a/report_py3o/i18n/lt_LT.po +++ b/report_py3o/i18n/lt_LT.po @@ -296,3 +296,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/lv.po b/report_py3o/i18n/lv.po index 19760e76e0..7e7c4e1660 100644 --- a/report_py3o/i18n/lv.po +++ b/report_py3o/i18n/lv.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/mk.po b/report_py3o/i18n/mk.po index 02c5a66091..ba8b9af552 100644 --- a/report_py3o/i18n/mk.po +++ b/report_py3o/i18n/mk.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/mn.po b/report_py3o/i18n/mn.po index 43946214ad..c270cc5a2a 100644 --- a/report_py3o/i18n/mn.po +++ b/report_py3o/i18n/mn.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/nb.po b/report_py3o/i18n/nb.po index 3cdb479698..91a0fd7c4b 100644 --- a/report_py3o/i18n/nb.po +++ b/report_py3o/i18n/nb.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/nb_NO.po b/report_py3o/i18n/nb_NO.po index 7641b6c19a..0c93b45d22 100644 --- a/report_py3o/i18n/nb_NO.po +++ b/report_py3o/i18n/nb_NO.po @@ -299,3 +299,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/nl.po b/report_py3o/i18n/nl.po index 17c694405d..3973fcbcd7 100644 --- a/report_py3o/i18n/nl.po +++ b/report_py3o/i18n/nl.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/nl_BE.po b/report_py3o/i18n/nl_BE.po index 598179af11..eb9bb3f36c 100644 --- a/report_py3o/i18n/nl_BE.po +++ b/report_py3o/i18n/nl_BE.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/nl_NL.po b/report_py3o/i18n/nl_NL.po index 4c5698fe05..fe0ae07ca8 100644 --- a/report_py3o/i18n/nl_NL.po +++ b/report_py3o/i18n/nl_NL.po @@ -304,5 +304,10 @@ msgstr "" msgid "XLSX" msgstr "" +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" + #~ msgid "py3o.template" #~ msgstr "py3o.template" diff --git a/report_py3o/i18n/pl.po b/report_py3o/i18n/pl.po index 524176d282..72ea3dde28 100644 --- a/report_py3o/i18n/pl.po +++ b/report_py3o/i18n/pl.po @@ -300,3 +300,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/pt.po b/report_py3o/i18n/pt.po index 6b21f3d304..2c9a88f7e2 100644 --- a/report_py3o/i18n/pt.po +++ b/report_py3o/i18n/pt.po @@ -298,3 +298,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po index 160eacc8c1..6cdb5a8d51 100644 --- a/report_py3o/i18n/pt_BR.po +++ b/report_py3o/i18n/pt_BR.po @@ -300,3 +300,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/pt_PT.po b/report_py3o/i18n/pt_PT.po index 783e039e65..205230a5da 100644 --- a/report_py3o/i18n/pt_PT.po +++ b/report_py3o/i18n/pt_PT.po @@ -301,3 +301,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/ro.po b/report_py3o/i18n/ro.po index f873a6bccc..3d34e8a5e3 100644 --- a/report_py3o/i18n/ro.po +++ b/report_py3o/i18n/ro.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/ru.po b/report_py3o/i18n/ru.po index 24a29c5936..b6ff4ea0d1 100644 --- a/report_py3o/i18n/ru.po +++ b/report_py3o/i18n/ru.po @@ -296,3 +296,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/sk.po b/report_py3o/i18n/sk.po index 163048121f..8a0710792f 100644 --- a/report_py3o/i18n/sk.po +++ b/report_py3o/i18n/sk.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/sl.po b/report_py3o/i18n/sl.po index ad3225c5bf..f214a4924c 100644 --- a/report_py3o/i18n/sl.po +++ b/report_py3o/i18n/sl.po @@ -299,3 +299,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/sr.po b/report_py3o/i18n/sr.po index b652fdc9b0..bf16fab6a5 100644 --- a/report_py3o/i18n/sr.po +++ b/report_py3o/i18n/sr.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/sr@latin.po b/report_py3o/i18n/sr@latin.po index 266ff425b0..ec51b590f7 100644 --- a/report_py3o/i18n/sr@latin.po +++ b/report_py3o/i18n/sr@latin.po @@ -296,3 +296,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/sv.po b/report_py3o/i18n/sv.po index 1d28af6d5b..5b598ae8c1 100644 --- a/report_py3o/i18n/sv.po +++ b/report_py3o/i18n/sv.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/th.po b/report_py3o/i18n/th.po index 0ba8de904a..6793f3d190 100644 --- a/report_py3o/i18n/th.po +++ b/report_py3o/i18n/th.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/tr.po b/report_py3o/i18n/tr.po index d03ba88656..e4d580eb68 100644 --- a/report_py3o/i18n/tr.po +++ b/report_py3o/i18n/tr.po @@ -296,3 +296,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/tr_TR.po b/report_py3o/i18n/tr_TR.po index 58dcf2e64b..050c66c309 100644 --- a/report_py3o/i18n/tr_TR.po +++ b/report_py3o/i18n/tr_TR.po @@ -299,3 +299,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/uk.po b/report_py3o/i18n/uk.po index 8d9a5e33df..611f076c19 100644 --- a/report_py3o/i18n/uk.po +++ b/report_py3o/i18n/uk.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/vi.po b/report_py3o/i18n/vi.po index 5e37dd4639..a350b7c2e9 100644 --- a/report_py3o/i18n/vi.po +++ b/report_py3o/i18n/vi.po @@ -294,3 +294,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/vi_VN.po b/report_py3o/i18n/vi_VN.po index 7eb9d31e95..b13d10668e 100644 --- a/report_py3o/i18n/vi_VN.po +++ b/report_py3o/i18n/vi_VN.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/zh_CN.po b/report_py3o/i18n/zh_CN.po index 4321e177c4..59dd77e638 100644 --- a/report_py3o/i18n/zh_CN.po +++ b/report_py3o/i18n/zh_CN.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" diff --git a/report_py3o/i18n/zh_TW.po b/report_py3o/i18n/zh_TW.po index ed1d8547ab..21aeb2462b 100644 --- a/report_py3o/i18n/zh_TW.po +++ b/report_py3o/i18n/zh_TW.po @@ -295,3 +295,8 @@ msgstr "" #: selection:ir.actions.report,report_type:0 msgid "XLSX" msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "XML" +msgstr "" From a4c5d7703030d1acc125792bb8d64fac6eadf41a Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 18 Jul 2019 19:49:08 +0200 Subject: [PATCH 088/135] Update README for report_py3o and report_py3o_fusion_server (#306) * Update README for report_py3o and report_py3o_fusion_server Convert README to the new readme subdirectory --- report_py3o/readme/CONFIGURE.rst | 90 +++++++++++++++++++++++++++++ report_py3o/readme/CONTRIBUTORS.rst | 6 ++ report_py3o/readme/DESCRIPTION.rst | 16 +++++ report_py3o/readme/INSTALL.rst | 12 ++++ report_py3o/readme/ROADMAP.rst | 3 + report_py3o/readme/USAGE.rst | 29 ++++++++++ 6 files changed, 156 insertions(+) create mode 100644 report_py3o/readme/CONFIGURE.rst create mode 100644 report_py3o/readme/CONTRIBUTORS.rst create mode 100644 report_py3o/readme/DESCRIPTION.rst create mode 100644 report_py3o/readme/INSTALL.rst create mode 100644 report_py3o/readme/ROADMAP.rst create mode 100644 report_py3o/readme/USAGE.rst diff --git a/report_py3o/readme/CONFIGURE.rst b/report_py3o/readme/CONFIGURE.rst new file mode 100644 index 0000000000..676813b707 --- /dev/null +++ b/report_py3o/readme/CONFIGURE.rst @@ -0,0 +1,90 @@ +For example, to replace the native invoice report by a custom py3o report, add the following XML file in your custom module: + +.. code:: + + + + + + py3o + odt + my_custom_module_base + report/account_invoice.odt + + + + +where *my_custom_module_base* is the name of the custom Odoo module. In this example, the invoice ODT file is located in *my_custom_module_base/report/account_invoice.odt*. + +It's also possible to reference a template located in a trusted path of your +Odoo server. In this case you must let the *module* entry empty and specify +the path to the template as *py3o_template_fallback*. + +.. code:: + + + + + + py3o + odt + /odoo/templates/py3o/report/account_invoice.odt + + + + +Moreover, you must also modify the Odoo server configuration file to declare +the allowed root directory for your py3o templates. Only templates located +into this directory can be loaded by py3o report. + +.. code:: + + [options] + ... + + [report_py3o] + root_tmpl_path=/odoo/templates/py3o + +If you want an invoice in PDF format instead of ODT format, the XML file should look like: + +.. code:: + + + + + + py3o + pdf + my_custom_module_base + report/account_invoice.odt + + + + +If you want to add a new py3o PDF report (and not replace a native report), the XML file should look like this: + +.. code:: + + + + + + Partner Summary + res.partner + res.partner.summary + py3o + pdf + my_custom_module_base + report/partner_summary.odt + + report + + + + + +Configuration parameters +------------------------ + +py3o.conversion_command + The command to be used to run the conversion, ``libreoffice`` by default. If you change this, whatever you set here must accept the parameters ``--headless --convert-to $ext $file`` and put the resulting file into ``$file``'s directory with extension ``$ext``. The command will be started in ``$file``'s directory. diff --git a/report_py3o/readme/CONTRIBUTORS.rst b/report_py3o/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..312063308e --- /dev/null +++ b/report_py3o/readme/CONTRIBUTORS.rst @@ -0,0 +1,6 @@ +* Florent Aide (`XCG Consulting `_) +* Laurent Mignon , +* Alexis de Lattre , +* Guewen Baconnier +* Omar Casti??eira +* Holger Brunn diff --git a/report_py3o/readme/DESCRIPTION.rst b/report_py3o/readme/DESCRIPTION.rst new file mode 100644 index 0000000000..97c8839562 --- /dev/null +++ b/report_py3o/readme/DESCRIPTION.rst @@ -0,0 +1,16 @@ +The py3o reporting engine is a reporting engine for Odoo based on `Libreoffice `_: + +* the report is created with Libreoffice (ODT or ODS), +* the report is stored on the server in OpenDocument format (.odt or .ods file) +* the report is sent to the user in OpenDocument format or in any output format supported by Libreoffice (PDF, HTML, DOC, DOCX, Docbook, XLS, etc.) + +The key advantages of a Libreoffice based reporting engine are: + +* no need to be a developer to create or modify a report: the report is created and modified with Libreoffice. So this reporting engine has a full WYSIWYG report development tool! +* For a PDF report in A4/Letter format, it's easier to develop it with a tool such as Libreoffice that is designed to create A4/Letter documents than to develop it in HTML/CSS, also some print peculiarities (backgrounds, margin boxes) are not very well supported by the HTML/CSS based solutions. +* If you want your users to be able to modify the document after its generation by Odoo, just configure the document with ODT output (or DOC or DOCX) and the user will be able to modify the document with Libreoffice (or Word) after its generation by Odoo. +* Easy development of spreadsheet reports in ODS format (XLS output possible). + +This module *report_py3o* is the base module for the Py3o reporting engine. If used alone, it will spawn a libreoffice process for each ODT to PDF (or ODT to DOCX, ..) document conversion. This is slow and can become a problem if you have a lot of reports to convert from ODT to another format. In this case, you should consider the additionnal module *report_py3o_fusion_server* which is designed to work with a libreoffice daemon. With *report_py3o_fusion_server*, the technical environnement is more complex to setup because you have to install additionnal software components and run 2 daemons, but you have much better performances and you can configure the libreoffice PDF export options in Odoo (allows to generate PDF forms, PDF/A documents, password-protected PDFs, watermarked PDFs, etc.). + +This reporting engine is an alternative to `Aeroo `_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details. diff --git a/report_py3o/readme/INSTALL.rst b/report_py3o/readme/INSTALL.rst new file mode 100644 index 0000000000..24bebaf4d0 --- /dev/null +++ b/report_py3o/readme/INSTALL.rst @@ -0,0 +1,12 @@ +Install the required python libs: + +.. code:: + + pip install py3o.template + pip install py3o.formats + +To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), install libreoffice: + +.. code:: + + apt-get --no-install-recommends install libreoffice diff --git a/report_py3o/readme/ROADMAP.rst b/report_py3o/readme/ROADMAP.rst new file mode 100644 index 0000000000..568db673d8 --- /dev/null +++ b/report_py3o/readme/ROADMAP.rst @@ -0,0 +1,3 @@ +* generate barcode ? +* add more detailed example in demo file to showcase features +* add migration guide aeroo -> py3o diff --git a/report_py3o/readme/USAGE.rst b/report_py3o/readme/USAGE.rst new file mode 100644 index 0000000000..dc78f573bf --- /dev/null +++ b/report_py3o/readme/USAGE.rst @@ -0,0 +1,29 @@ +The templating language is `extensively documented `_, the records are exposed in libreoffice as ``objects``, on which you can also call functions. + +Available functions and objects +------------------------------- + +user + Browse record of current user +lang + The user's company's language as string (ISO code) +b64decode + ``base64.b64decode`` +format_multiline_value(string) + Generate the ODF equivalent of ``
`` and `` `` for multiline fields (ODF is XML internally, so those would be skipped otherwise) +html_sanitize(string) + Sanitize HTML string +time + Python's ``time`` module +display_address(partner) + Return a formatted string of the partner's address +o_format_lang(value, lang_code=False, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True) + Return a formatted numeric or monetary value according to the context language and timezone +o_format_date(value, lang_code=False, date_format=False) + Return a formatted date or time value according to the context language and timezone + + +Sample report templates +----------------------- + +Sample py3o report templates for the main Odoo native reports (invoice, sale order, purchase order, picking, etc.) are available on the Github project `odoo-py3o-report-templates `_. From 4ce0557a381d7486990ba22c66ead444def27f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Wed, 31 Jul 2019 08:50:00 +0200 Subject: [PATCH 089/135] [FIX] report_py3o readme structure --- report_py3o/readme/CONFIGURE.rst | 2 +- report_py3o/readme/USAGE.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/report_py3o/readme/CONFIGURE.rst b/report_py3o/readme/CONFIGURE.rst index 676813b707..121d5cbb48 100644 --- a/report_py3o/readme/CONFIGURE.rst +++ b/report_py3o/readme/CONFIGURE.rst @@ -84,7 +84,7 @@ If you want to add a new py3o PDF report (and not replace a native report), the Configuration parameters ------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~ py3o.conversion_command The command to be used to run the conversion, ``libreoffice`` by default. If you change this, whatever you set here must accept the parameters ``--headless --convert-to $ext $file`` and put the resulting file into ``$file``'s directory with extension ``$ext``. The command will be started in ``$file``'s directory. diff --git a/report_py3o/readme/USAGE.rst b/report_py3o/readme/USAGE.rst index dc78f573bf..7a4ba59d96 100644 --- a/report_py3o/readme/USAGE.rst +++ b/report_py3o/readme/USAGE.rst @@ -1,7 +1,7 @@ The templating language is `extensively documented `_, the records are exposed in libreoffice as ``objects``, on which you can also call functions. Available functions and objects -------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ user Browse record of current user @@ -24,6 +24,6 @@ o_format_date(value, lang_code=False, date_format=False) Sample report templates ------------------------ +~~~~~~~~~~~~~~~~~~~~~~~ Sample py3o report templates for the main Odoo native reports (invoice, sale order, purchase order, picking, etc.) are available on the Github project `odoo-py3o-report-templates `_. From 969e951879c61e869117b8a462b2b188db4dbf84 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 31 Jul 2019 06:50:18 +0000 Subject: [PATCH 090/135] [UPD] README.rst --- report_py3o/README.rst | 101 ++-- report_py3o/static/description/index.html | 585 ++++++++++++++++++++++ 2 files changed, 646 insertions(+), 40 deletions(-) create mode 100644 report_py3o/static/description/index.html diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 27ae418f48..2063816121 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -1,10 +1,29 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html - :alt: License: AGPL-3 - -=========== -Report Py3o -=========== +================== +Py3o Report Engine +================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github + :target: https://github.com/OCA/reporting-engine/tree/12.0/report_py3o + :alt: OCA/reporting-engine +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_py3o + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/143/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| The py3o reporting engine is a reporting engine for Odoo based on `Libreoffice `_: @@ -23,6 +42,11 @@ This module *report_py3o* is the base module for the Py3o reporting engine. If u This reporting engine is an alternative to `Aeroo `_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details. +**Table of contents** + +.. contents:: + :local: + Installation ============ @@ -49,7 +73,7 @@ For example, to replace the native invoice report by a custom py3o report, add t - + py3o odt my_custom_module_base @@ -69,7 +93,7 @@ the path to the template as *py3o_template_fallback*. - + py3o odt /odoo/templates/py3o/report/account_invoice.odt @@ -96,7 +120,7 @@ If you want an invoice in PDF format instead of ODT format, the XML file should - + py3o pdf my_custom_module_base @@ -112,7 +136,7 @@ If you want to add a new py3o PDF report (and not replace a native report), the - + Partner Summary res.partner res.partner.summary @@ -120,20 +144,15 @@ If you want to add a new py3o PDF report (and not replace a native report), the pdf my_custom_module_base report/partner_summary.odt - - - - - client_print_multi - res.partner - Partner Summary - + + report + Configuration parameters ------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~ py3o.conversion_command The command to be used to run the conversion, ``libreoffice`` by default. If you change this, whatever you set here must accept the parameters ``--headless --convert-to $ext $file`` and put the resulting file into ``$file``'s directory with extension ``$ext``. The command will be started in ``$file``'s directory. @@ -141,14 +160,10 @@ py3o.conversion_command Usage ===== -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/143/10.0 - The templating language is `extensively documented `_, the records are exposed in libreoffice as ``objects``, on which you can also call functions. Available functions and objects -------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ user Browse record of current user @@ -164,9 +179,6 @@ time Python's ``time`` module display_address(partner) Return a formatted string of the partner's address -formatLang(value, digits=None, date=False, date_time=False, grouping=True, monetary=False, dp=False, currency_obj=False) - Return a formatted numeric, monetary, date or time value according to the context language and timezone - (old implementation kept for compatibility and ease migration) o_format_lang(value, lang_code=False, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True) Return a formatted numeric or monetary value according to the context language and timezone o_format_date(value, lang_code=False, date_format=False) @@ -174,9 +186,9 @@ o_format_date(value, lang_code=False, date_format=False) Sample report templates ------------------------ +~~~~~~~~~~~~~~~~~~~~~~~ -Sample py3o report templates for the main Odoo native reports (invoice, sale order, purchase order, picking, ...) are available on the Github project `odoo-py3o-report-templates `_. +Sample py3o report templates for the main Odoo native reports (invoice, sale order, purchase order, picking, etc.) are available on the Github project `odoo-py3o-report-templates `_. Known issues / Roadmap ====================== @@ -188,16 +200,24 @@ Known issues / Roadmap Bug Tracker =========== -Bugs are tracked on `GitHub Issues -`_. In case of trouble, please -check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. Credits ======= +Authors +~~~~~~~ + +* XCG Consulting +* ACSONE SA/NV + Contributors ------------- +~~~~~~~~~~~~ * Florent Aide (`XCG Consulting `_) * Laurent Mignon , @@ -206,18 +226,19 @@ Contributors * Omar Casti??eira * Holger Brunn +Maintainers +~~~~~~~~~~~ -Maintainer ----------- +This module is maintained by the OCA. .. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org -This module is maintained by the OCA. - OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. +This module is part of the `OCA/reporting-engine `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/report_py3o/static/description/index.html b/report_py3o/static/description/index.html new file mode 100644 index 0000000000..0ae2ac5728 --- /dev/null +++ b/report_py3o/static/description/index.html @@ -0,0 +1,585 @@ + + + + + + +Py3o Report Engine + + + +
+

Py3o Report Engine

+ + +

Beta License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runbot

+

The py3o reporting engine is a reporting engine for Odoo based on Libreoffice:

+
    +
  • the report is created with Libreoffice (ODT or ODS),
  • +
  • the report is stored on the server in OpenDocument format (.odt or .ods file)
  • +
  • the report is sent to the user in OpenDocument format or in any output format supported by Libreoffice (PDF, HTML, DOC, DOCX, Docbook, XLS, etc.)
  • +
+

The key advantages of a Libreoffice based reporting engine are:

+
    +
  • no need to be a developer to create or modify a report: the report is created and modified with Libreoffice. So this reporting engine has a full WYSIWYG report development tool!
  • +
  • For a PDF report in A4/Letter format, it???s easier to develop it with a tool such as Libreoffice that is designed to create A4/Letter documents than to develop it in HTML/CSS, also some print peculiarities (backgrounds, margin boxes) are not very well supported by the HTML/CSS based solutions.
  • +
  • If you want your users to be able to modify the document after its generation by Odoo, just configure the document with ODT output (or DOC or DOCX) and the user will be able to modify the document with Libreoffice (or Word) after its generation by Odoo.
  • +
  • Easy development of spreadsheet reports in ODS format (XLS output possible).
  • +
+

This module report_py3o is the base module for the Py3o reporting engine. If used alone, it will spawn a libreoffice process for each ODT to PDF (or ODT to DOCX, ..) document conversion. This is slow and can become a problem if you have a lot of reports to convert from ODT to another format. In this case, you should consider the additionnal module report_py3o_fusion_server which is designed to work with a libreoffice daemon. With report_py3o_fusion_server, the technical environnement is more complex to setup because you have to install additionnal software components and run 2 daemons, but you have much better performances and you can configure the libreoffice PDF export options in Odoo (allows to generate PDF forms, PDF/A documents, password-protected PDFs, watermarked PDFs, etc.).

+

This reporting engine is an alternative to Aeroo: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you???ll have to change a few details.

+

Table of contents

+ +
+

Installation

+

Install the required python libs:

+
+pip install py3o.template
+pip install py3o.formats
+
+

To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), install libreoffice:

+
+apt-get --no-install-recommends install libreoffice
+
+
+
+

Configuration

+

For example, to replace the native invoice report by a custom py3o report, add the following XML file in your custom module:

+
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+
+<record id="account.account_invoices" model="ir.actions.report">
+    <field name="report_type">py3o</field>
+    <field name="py3o_filetype">odt</field>
+    <field name="module">my_custom_module_base</field>
+    <field name="py3o_template_fallback">report/account_invoice.odt</field>
+</record>
+
+</odoo>
+
+

where my_custom_module_base is the name of the custom Odoo module. In this example, the invoice ODT file is located in my_custom_module_base/report/account_invoice.odt.

+

It???s also possible to reference a template located in a trusted path of your +Odoo server. In this case you must let the module entry empty and specify +the path to the template as py3o_template_fallback.

+
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+
+<record id="account.account_invoices" model="ir.actions.report">
+    <field name="report_type">py3o</field>
+    <field name="py3o_filetype">odt</field>
+    <field name="py3o_template_fallback">/odoo/templates/py3o/report/account_invoice.odt</field>
+</record>
+
+</odoo>
+
+

Moreover, you must also modify the Odoo server configuration file to declare +the allowed root directory for your py3o templates. Only templates located +into this directory can be loaded by py3o report.

+
+[options]
+...
+
+[report_py3o]
+root_tmpl_path=/odoo/templates/py3o
+
+

If you want an invoice in PDF format instead of ODT format, the XML file should look like:

+
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+
+<record id="account.account_invoices" model="ir.actions.report">
+    <field name="report_type">py3o</field>
+    <field name="py3o_filetype">pdf</field>
+    <field name="module">my_custom_module_base</field>
+    <field name="py3o_template_fallback">report/account_invoice.odt</field>
+</record>
+
+</odoo>
+
+

If you want to add a new py3o PDF report (and not replace a native report), the XML file should look like this:

+
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+
+<record id="partner_summary_report" model="ir.actions.report">
+    <field name="name">Partner Summary</field>
+    <field name="model">res.partner</field>
+    <field name="report_name">res.partner.summary</field>
+    <field name="report_type">py3o</field>
+    <field name="py3o_filetype">pdf</field>
+    <field name="module">my_custom_module_base</field>
+    <field name="py3o_template_fallback">report/partner_summary.odt</field>
+    <!-- Add entry in "Print" drop-down list -->
+    <field name="binding_type">report</field>
+    <field name="binding_model_id" ref="base.model_res_partner"/>
+</record>
+
+</odoo>
+
+
+

Configuration parameters

+
+
py3o.conversion_command
+
The command to be used to run the conversion, libreoffice by default. If you change this, whatever you set here must accept the parameters --headless --convert-to $ext $file and put the resulting file into $file???s directory with extension $ext. The command will be started in $file???s directory.
+
+
+
+
+

Usage

+

The templating language is extensively documented, the records are exposed in libreoffice as objects, on which you can also call functions.

+
+

Available functions and objects

+
+
user
+
Browse record of current user
+
lang
+
The user???s company???s language as string (ISO code)
+
b64decode
+
base64.b64decode
+
format_multiline_value(string)
+
Generate the ODF equivalent of <br/> and &nbsp; for multiline fields (ODF is XML internally, so those would be skipped otherwise)
+
html_sanitize(string)
+
Sanitize HTML string
+
time
+
Python???s time module
+
display_address(partner)
+
Return a formatted string of the partner???s address
+
o_format_lang(value, lang_code=False, digits=None, grouping=True, monetary=False, dp=False, currency_obj=False, no_break_space=True)
+
Return a formatted numeric or monetary value according to the context language and timezone
+
o_format_date(value, lang_code=False, date_format=False)
+
Return a formatted date or time value according to the context language and timezone
+
+
+
+

Sample report templates

+

Sample py3o report templates for the main Odoo native reports (invoice, sale order, purchase order, picking, etc.) are available on the Github project odoo-py3o-report-templates.

+
+
+
+

Known issues / Roadmap

+
    +
  • generate barcode ?
  • +
  • add more detailed example in demo file to showcase features
  • +
  • add migration guide aeroo -> py3o
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • XCG Consulting
  • +
  • ACSONE SA/NV
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/reporting-engine project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + From 9e397c296e246036293d77d0d252ce63faaf20e7 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 19 Nov 2019 14:36:37 +0100 Subject: [PATCH 091/135] [IMP] report_py3o, report_py3o_fusion_server: black, isort --- report_py3o/__manifest__.py | 42 +++--- report_py3o/controllers/main.py | 79 +++++----- report_py3o/demo/report_py3o.xml | 2 +- report_py3o/models/_py3o_parser_context.py | 91 +++++++---- report_py3o/models/ir_actions_report.py | 105 ++++++------- report_py3o/models/py3o_report.py | 166 ++++++++++----------- report_py3o/models/py3o_template.py | 19 +-- report_py3o/tests/test_report_py3o.py | 162 ++++++++++---------- 8 files changed, 342 insertions(+), 324 deletions(-) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 9b8a083315..4b45c018ae 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -1,29 +1,23 @@ # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Py3o Report Engine', - 'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, ' - 'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)', - 'version': '12.0.2.0.2', - 'category': 'Reporting', - 'license': 'AGPL-3', - 'author': 'XCG Consulting,' - 'ACSONE SA/NV,' - 'Odoo Community Association (OCA)', - 'website': 'http://odoo.consulting/', - 'depends': ['web'], - 'external_dependencies': { - 'python': ['py3o.template', - 'py3o.formats', - 'PyPDF2'] - }, - 'data': [ - 'security/ir.model.access.csv', - 'views/menu.xml', - 'views/py3o_template.xml', - 'views/ir_actions_report.xml', - 'views/report_py3o.xml', - 'demo/report_py3o.xml', + "name": "Py3o Report Engine", + "summary": "Reporting engine based on Libreoffice (ODT -> ODT, " + "ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)", + "version": "12.0.2.0.2", + "category": "Reporting", + "license": "AGPL-3", + "author": "XCG Consulting," "ACSONE SA/NV," "Odoo Community Association (OCA)", + "website": "http://odoo.consulting/", + "depends": ["web"], + "external_dependencies": {"python": ["py3o.template", "py3o.formats", "PyPDF2"]}, + "data": [ + "security/ir.model.access.csv", + "views/menu.xml", + "views/py3o_template.xml", + "views/ir_actions_report.xml", + "views/report_py3o.xml", + "demo/report_py3o.xml", ], - 'installable': True, + "installable": True, } diff --git a/report_py3o/controllers/main.py b/report_py3o/controllers/main.py index 4b19c576d8..ac4decaf6b 100644 --- a/report_py3o/controllers/main.py +++ b/report_py3o/controllers/main.py @@ -2,58 +2,57 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) import json import mimetypes + from werkzeug import exceptions, url_decode -from odoo.http import route, request +from odoo.http import request, route +from odoo.tools import html_escape from odoo.addons.web.controllers import main -from odoo.addons.web.controllers.main import ( - _serialize_exception, - content_disposition -) -from odoo.tools import html_escape +from odoo.addons.web.controllers.main import _serialize_exception, content_disposition class ReportController(main.ReportController): - @route() def report_routes(self, reportname, docids=None, converter=None, **data): - if converter != 'py3o': + if converter != "py3o": return super(ReportController, self).report_routes( - reportname=reportname, docids=docids, converter=converter, - **data) + reportname=reportname, docids=docids, converter=converter, **data + ) context = dict(request.env.context) if docids: - docids = [int(i) for i in docids.split(',')] - if data.get('options'): - data.update(json.loads(data.pop('options'))) - if data.get('context'): + docids = [int(i) for i in docids.split(",")] + if data.get("options"): + data.update(json.loads(data.pop("options"))) + if data.get("context"): # Ignore 'lang' here, because the context in data is the # one from the webclient *but* if the user explicitely wants to # change the lang, this mechanism overwrites it. - data['context'] = json.loads(data['context']) - if data['context'].get('lang'): - del data['context']['lang'] - context.update(data['context']) + data["context"] = json.loads(data["context"]) + if data["context"].get("lang"): + del data["context"]["lang"] + context.update(data["context"]) - ir_action = request.env['ir.actions.report'] + ir_action = request.env["ir.actions.report"] action_py3o_report = ir_action.get_from_report_name( - reportname, "py3o").with_context(context) + reportname, "py3o" + ).with_context(context) if not action_py3o_report: raise exceptions.HTTPException( - description='Py3o action report not found for report_name ' - '%s' % reportname) + description="Py3o action report not found for report_name " + "%s" % reportname + ) res, filetype = action_py3o_report.render(docids, data) - filename = action_py3o_report.gen_report_download_filename( - docids, data) + filename = action_py3o_report.gen_report_download_filename(docids, data) if not filename.endswith(filetype): filename = "{}.{}".format(filename, filetype) content_type = mimetypes.guess_type("x." + filetype)[0] - http_headers = [('Content-Type', content_type), - ('Content-Length', len(res)), - ('Content-Disposition', content_disposition(filename)) - ] + http_headers = [ + ("Content-Type", content_type), + ("Content-Length", len(res)), + ("Content-Disposition", content_disposition(filename)), + ] return request.make_response(res, headers=http_headers) @route() @@ -67,31 +66,29 @@ def report_download(self, data, token): """ requestcontent = json.loads(data) url, report_type = requestcontent[0], requestcontent[1] - if 'py3o' not in report_type: + if "py3o" not in report_type: return super(ReportController, self).report_download(data, token) try: - reportname = url.split('/report/py3o/')[1].split('?')[0] + reportname = url.split("/report/py3o/")[1].split("?")[0] docids = None - if '/' in reportname: - reportname, docids = reportname.split('/') + if "/" in reportname: + reportname, docids = reportname.split("/") if docids: # Generic report: response = self.report_routes( - reportname, docids=docids, converter='py3o') + reportname, docids=docids, converter="py3o" + ) else: # Particular report: # decoding the args represented in JSON - data = list(url_decode(url.split('?')[1]).items()) + data = list(url_decode(url.split("?")[1]).items()) response = self.report_routes( - reportname, converter='py3o', **dict(data)) - response.set_cookie('fileToken', token) + reportname, converter="py3o", **dict(data) + ) + response.set_cookie("fileToken", token) return response except Exception as e: se = _serialize_exception(e) - error = { - 'code': 200, - 'message': "Odoo Server Error", - 'data': se - } + error = {"code": 200, "message": "Odoo Server Error", "data": se} return request.make_response(html_escape(json.dumps(error))) diff --git a/report_py3o/demo/report_py3o.xml b/report_py3o/demo/report_py3o.xml index 6d8941531c..240960ead4 100644 --- a/report_py3o/demo/report_py3o.xml +++ b/report_py3o/demo/report_py3o.xml @@ -16,5 +16,5 @@ report
- +
diff --git a/report_py3o/models/_py3o_parser_context.py b/report_py3o/models/_py3o_parser_context.py index c5b559516f..3704351503 100644 --- a/report_py3o/models/_py3o_parser_context.py +++ b/report_py3o/models/_py3o_parser_context.py @@ -2,24 +2,27 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) import html -import time import logging - +import time from base64 import b64decode -from odoo.tools import misc, mail + +from odoo.tools import mail, misc logger = logging.getLogger(__name__) try: from genshi.core import Markup except ImportError: - logger.debug('Cannot import py3o.template') + logger.debug("Cannot import py3o.template") def format_multiline_value(value): if value: - return Markup(html.escape(value).replace('\n', ''). - replace('\t', '')) + return Markup( + html.escape(value) + .replace("\n", "") + .replace("\t", "") + ) return "" @@ -32,38 +35,52 @@ def __init__(self, env): self._env = env self.localcontext = { - 'user': self._env.user, - 'lang': self._env.lang, + "user": self._env.user, + "lang": self._env.lang, # Odoo default format methods - 'o_format_lang': self._format_lang, + "o_format_lang": self._format_lang, # prefixes with o_ to avoid nameclash with default method provided # by py3o.template - 'o_format_date': self._format_date, + "o_format_date": self._format_date, # give access to the time lib - 'time': time, + "time": time, # keeps methods from report_sxw to ease migration - 'display_address': display_address, - 'formatLang': self._old_format_lang, - 'format_multiline_value': format_multiline_value, - 'html_sanitize': mail.html2plaintext, - 'b64decode': b64decode, + "display_address": display_address, + "formatLang": self._old_format_lang, + "format_multiline_value": format_multiline_value, + "html_sanitize": mail.html2plaintext, + "b64decode": b64decode, } - def _format_lang(self, value, lang_code=False, digits=None, grouping=True, - monetary=False, dp=False, currency_obj=False, - no_break_space=True): + def _format_lang( + self, + value, + lang_code=False, + digits=None, + grouping=True, + monetary=False, + dp=False, + currency_obj=False, + no_break_space=True, + ): env = self._env if lang_code: context = dict(env.context, lang=lang_code) env = env(context=context) formatted_value = misc.formatLang( - env, value, digits=digits, grouping=grouping, - monetary=monetary, dp=dp, currency_obj=currency_obj) + env, + value, + digits=digits, + grouping=grouping, + monetary=monetary, + dp=dp, + currency_obj=currency_obj, + ) if currency_obj and currency_obj.symbol and no_break_space: parts = [] - if currency_obj.position == 'after': + if currency_obj.position == "after": parts = formatted_value.rsplit(" ", 1) - elif currency_obj and currency_obj.position == 'before': + elif currency_obj and currency_obj.position == "before": parts = formatted_value.split(" ", 1) if parts: formatted_value = "\N{NO-BREAK SPACE}".join(parts) @@ -71,11 +88,20 @@ def _format_lang(self, value, lang_code=False, digits=None, grouping=True, def _format_date(self, value, lang_code=False, date_format=False): return misc.format_date( - self._env, value, lang_code=lang_code, date_format=date_format) + self._env, value, lang_code=lang_code, date_format=date_format + ) - def _old_format_lang(self, value, digits=None, date=False, date_time=False, - grouping=True, monetary=False, dp=False, - currency_obj=False): + def _old_format_lang( + self, + value, + digits=None, + date=False, + date_time=False, + grouping=True, + monetary=False, + dp=False, + currency_obj=False, + ): """ :param value: The value to format :param digits: Number of digits to display by default @@ -95,8 +121,13 @@ def _old_format_lang(self, value, digits=None, date=False, date_time=False, """ if not date and not date_time: return self._format_lang( - value, digits=digits, grouping=grouping, - monetary=monetary, dp=dp, currency_obj=currency_obj, - no_break_space=True) + value, + digits=digits, + grouping=grouping, + monetary=monetary, + dp=dp, + currency_obj=currency_obj, + no_break_space=True, + ) return self._format_date(self._env, value) diff --git a/report_py3o/models/ir_actions_report.py b/report_py3o/models/ir_actions_report.py index 1e60a373c7..670455570d 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -3,18 +3,18 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import logging import time -from odoo import api, fields, models, _ + +from odoo import _, api, fields, models from odoo.exceptions import ValidationError from odoo.tools.misc import find_in_path from odoo.tools.safe_eval import safe_eval - logger = logging.getLogger(__name__) try: from py3o.formats import Formats except ImportError: - logger.debug('Cannot import py3o.formats') + logger.debug("Cannot import py3o.formats") PY3O_CONVERSION_COMMAND_PARAMETER = "py3o.conversion_command" @@ -25,15 +25,16 @@ class IrActionsReport(models.Model): The list is configurable in the configuration tab, see py3o_template.py """ - _inherit = 'ir.actions.report' + _inherit = "ir.actions.report" @api.multi @api.constrains("py3o_filetype", "report_type") def _check_py3o_filetype(self): for report in self: if report.report_type == "py3o" and not report.py3o_filetype: - raise ValidationError(_( - "Field 'Output Format' is required for Py3O report")) + raise ValidationError( + _("Field 'Output Format' is required for Py3O report") + ) @api.model def _get_py3o_filetypes(self): @@ -47,21 +48,15 @@ def _get_py3o_filetypes(self): selections.append((name, description)) return selections - report_type = fields.Selection( - selection_add=[("py3o", "py3o")] - ) + report_type = fields.Selection(selection_add=[("py3o", "py3o")]) py3o_filetype = fields.Selection( - selection="_get_py3o_filetypes", - string="Output Format") - is_py3o_native_format = fields.Boolean( - compute='_compute_is_py3o_native_format' + selection="_get_py3o_filetypes", string="Output Format" ) - py3o_template_id = fields.Many2one( - 'py3o.template', - "Template") + is_py3o_native_format = fields.Boolean(compute="_compute_is_py3o_native_format") + py3o_template_id = fields.Many2one("py3o.template", "Template") module = fields.Char( - "Module", - help="The implementer module that provides this report") + "Module", help="The implementer module that provides this report" + ) py3o_template_fallback = fields.Char( "Fallback", size=128, @@ -69,24 +64,25 @@ def _get_py3o_filetypes(self): "If the user does not provide a template this will be used " "it should be a relative path to root of YOUR module " "or an absolute path on your server." - )) - report_type = fields.Selection(selection_add=[('py3o', "Py3o")]) + ), + ) + report_type = fields.Selection(selection_add=[("py3o", "Py3o")]) py3o_multi_in_one = fields.Boolean( - string='Multiple Records in a Single Report', + string="Multiple Records in a Single Report", help="If you execute a report on several records, " "by default Odoo will generate a ZIP file that contains as many " "files as selected records. If you enable this option, Odoo will " - "generate instead a single report for the selected records.") + "generate instead a single report for the selected records.", + ) lo_bin_path = fields.Char( - string="Path to the libreoffice runtime", - compute="_compute_lo_bin_path" - ) + string="Path to the libreoffice runtime", compute="_compute_lo_bin_path" + ) is_py3o_report_not_available = fields.Boolean( - compute='_compute_py3o_report_not_available' - ) + compute="_compute_py3o_report_not_available" + ) msg_py3o_report_not_available = fields.Char( - compute='_compute_py3o_report_not_available' - ) + compute="_compute_py3o_report_not_available" + ) @api.model def _register_hook(self): @@ -106,8 +102,10 @@ def _validate_reports(self): @api.model def _get_lo_bin(self): - lo_bin = self.env['ir.config_parameter'].sudo().get_param( - PY3O_CONVERSION_COMMAND_PARAMETER, 'libreoffice', + lo_bin = ( + self.env["ir.config_parameter"] + .sudo() + .get_param(PY3O_CONVERSION_COMMAND_PARAMETER, "libreoffice") ) try: lo_bin = find_in_path(lo_bin) @@ -118,12 +116,12 @@ def _get_lo_bin(self): @api.depends("report_type", "py3o_filetype") @api.multi def _compute_is_py3o_native_format(self): - format = Formats() + fmt = Formats() for rec in self: if not rec.report_type == "py3o": continue filetype = rec.py3o_filetype - rec.is_py3o_native_format = format.get_format(filetype).native + rec.is_py3o_native_format = fmt.get_format(filetype).native @api.multi def _compute_lo_bin_path(self): @@ -139,21 +137,24 @@ def _compute_py3o_report_not_available(self): continue if not rec.is_py3o_native_format and not rec.lo_bin_path: rec.is_py3o_report_not_available = True - rec.msg_py3o_report_not_available = _( - "The libreoffice runtime is required to genereate the " - "py3o report '%s' but is not found into the bin path. You " - "must install the libreoffice runtime on the server. If " - "the runtime is already installed and is not found by " - "Odoo, you can provide the full path to the runtime by " - "setting the key 'py3o.conversion_command' into the " - "configuration parameters." - ) % rec.name + rec.msg_py3o_report_not_available = ( + _( + "The libreoffice runtime is required to genereate the " + "py3o report '%s' but is not found into the bin path. You " + "must install the libreoffice runtime on the server. If " + "the runtime is already installed and is not found by " + "Odoo, you can provide the full path to the runtime by " + "setting the key 'py3o.conversion_command' into the " + "configuration parameters." + ) + % rec.name + ) @api.model def get_from_report_name(self, report_name, report_type): return self.search( - [("report_name", "=", report_name), - ("report_type", "=", report_type)]) + [("report_name", "=", report_name), ("report_type", "=", report_type)] + ) @api.multi def render_py3o(self, res_ids, data): @@ -161,10 +162,13 @@ def render_py3o(self, res_ids, data): if self.report_type != "py3o": raise RuntimeError( "py3o rendition is only available on py3o report.\n" - "(current: '{}', expected 'py3o'".format(self.report_type)) - return self.env['py3o.report'].create({ - 'ir_actions_report_id': self.id - }).create_report(res_ids, data) + "(current: '{}', expected 'py3o'".format(self.report_type) + ) + return ( + self.env["py3o.report"] + .create({"ir_actions_report_id": self.id}) + .create_report(res_ids, data) + ) @api.multi def gen_report_download_filename(self, res_ids, data): @@ -174,9 +178,8 @@ def gen_report_download_filename(self, res_ids, data): report = self.get_from_report_name(self.report_name, self.report_type) if report.print_report_name and not len(res_ids) > 1: obj = self.env[self.model].browse(res_ids) - return safe_eval(report.print_report_name, - {'object': obj, 'time': time}) - return "%s.%s" % (self.name, self.py3o_filetype) + return safe_eval(report.print_report_name, {"object": obj, "time": time}) + return "{}.{}".format(self.name, self.py3o_filetype) @api.multi def _get_attachments(self, res_ids): diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 7777f7bb1b..b7b673fafd 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -2,19 +2,20 @@ # Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) import base64 -from base64 import b64decode -from io import BytesIO import logging import os -from contextlib import closing import subprocess - -import pkg_resources import sys import tempfile -from zipfile import ZipFile, ZIP_DEFLATED +from base64 import b64decode +from contextlib import closing +from io import BytesIO +from zipfile import ZIP_DEFLATED, ZipFile + +import pkg_resources + +from odoo import _, api, fields, models, tools -from odoo import api, fields, models, tools, _ from ._py3o_parser_context import Py3oParserContext logger = logging.getLogger(__name__) @@ -23,15 +24,15 @@ from py3o.template import Template from py3o import formats except ImportError: - logger.debug('Cannot import py3o.template') + logger.debug("Cannot import py3o.template") try: from py3o.formats import Formats, UnkownFormatException except ImportError: - logger.debug('Cannot import py3o.formats') + logger.debug("Cannot import py3o.formats") try: from PyPDF2 import PdfFileWriter, PdfFileReader except ImportError: - logger.debug('Cannot import PyPDF2') + logger.debug("Cannot import PyPDF2") _extender_functions = {} @@ -59,12 +60,13 @@ def py3o_report_extender(report_xml_id=None): def fct1(fct): _extender_functions.setdefault(report_xml_id, []).append(fct) return fct + return fct1 @py3o_report_extender() def default_extend(report_xml, context): - context['report_xml'] = report_xml + context["report_xml"] = report_xml class Py3oReport(models.TransientModel): @@ -72,8 +74,7 @@ class Py3oReport(models.TransientModel): _description = "Report Py30" ir_actions_report_id = fields.Many2one( - comodel_name="ir.actions.report", - required=True + comodel_name="ir.actions.report", required=True ) @api.multi @@ -81,18 +82,22 @@ def _is_valid_template_path(self, path): """ Check if the path is a trusted path for py3o templates. """ real_path = os.path.realpath(path) - root_path = tools.config.get_misc('report_py3o', 'root_tmpl_path') + root_path = tools.config.get_misc("report_py3o", "root_tmpl_path") if not root_path: logger.warning( "You must provide a root template path into odoo.cfg to be " "able to use py3o template configured with an absolute path " - "%s", real_path) + "%s", + real_path, + ) return False is_valid = real_path.startswith(root_path + os.path.sep) if not is_valid: logger.warning( - "Py3o template path is not valid. %s is not a child of root " - "path %s", real_path, root_path) + "Py3o template path is not valid. %s is not a child of root " "path %s", + real_path, + root_path, + ) return is_valid @api.multi @@ -101,16 +106,14 @@ def _is_valid_template_filename(self, filename): """ if filename and os.path.isfile(filename): fname, ext = os.path.splitext(filename) - ext = ext.replace('.', '') + ext = ext.replace(".", "") try: fformat = Formats().get_format(ext) if fformat and fformat.native: return True except UnkownFormatException: - logger.warning("Invalid py3o template %s", filename, - exc_info=1) - logger.warning( - '%s is not a valid Py3o template filename', filename) + logger.warning("Invalid py3o template %s", filename, exc_info=1) + logger.warning("%s is not a valid Py3o template filename", filename) return False @api.multi @@ -125,13 +128,12 @@ def _get_template_from_path(self, tmpl_name): if report_xml.module: # if the default is defined flbk_filename = pkg_resources.resource_filename( - "odoo.addons.%s" % report_xml.module, - tmpl_name, + "odoo.addons.%s" % report_xml.module, tmpl_name ) elif self._is_valid_template_path(tmpl_name): flbk_filename = os.path.realpath(tmpl_name) if self._is_valid_template_filename(flbk_filename): - with open(flbk_filename, 'rb') as tmpl: + with open(flbk_filename, "rb") as tmpl: return tmpl.read() return None @@ -163,19 +165,14 @@ def get_template(self, model_instance): report_xml = self.ir_actions_report_id if report_xml.py3o_template_id.py3o_template_data: # if a user gave a report template - tmpl_data = b64decode( - report_xml.py3o_template_id.py3o_template_data - ) + tmpl_data = b64decode(report_xml.py3o_template_id.py3o_template_data) else: tmpl_data = self._get_template_fallback(model_instance) if tmpl_data is None: # if for any reason the template is not found - raise TemplateNotFound( - _('No template found. Aborting.'), - sys.exc_info(), - ) + raise TemplateNotFound(_("No template found. Aborting."), sys.exc_info()) return tmpl_data @@ -194,23 +191,20 @@ def _extend_parser_context(self, context, report_xml): def _get_parser_context(self, model_instance, data): report_xml = self.ir_actions_report_id context = Py3oParserContext(self.env).localcontext - context.update( - report_xml._get_rendering_context(model_instance.ids, data) - ) - context['objects'] = model_instance + context.update(report_xml._get_rendering_context(model_instance.ids, data)) + context["objects"] = model_instance self._extend_parser_context(context, report_xml) return context @api.multi def _postprocess_report(self, model_instance, result_path): if len(model_instance) == 1 and self.ir_actions_report_id.attachment: - with open(result_path, 'rb') as f: + with open(result_path, "rb") as f: # we do all the generation process using files to avoid memory # consumption... # ... but odoo wants the whole data in memory anyways :) buffer = BytesIO(f.read()) - self.ir_actions_report_id.postprocess_pdf_report( - model_instance, buffer) + self.ir_actions_report_id.postprocess_pdf_report(model_instance, buffer) return result_path @api.multi @@ -219,23 +213,22 @@ def _create_single_report(self, model_instance, data): """ self.ensure_one() result_fd, result_path = tempfile.mkstemp( - suffix='.ods', prefix='p3o.report.tmp.') + suffix=".ods", prefix="p3o.report.tmp." + ) tmpl_data = self.get_template(model_instance) in_stream = BytesIO(tmpl_data) - with closing(os.fdopen(result_fd, 'wb+')) as out_stream: + with closing(os.fdopen(result_fd, "wb+")) as out_stream: template = Template(in_stream, out_stream, escape_false=True) localcontext = self._get_parser_context(model_instance, data) template.render(localcontext) out_stream.seek(0) tmpl_data = out_stream.read() - if self.env.context.get('report_py3o_skip_conversion'): + if self.env.context.get("report_py3o_skip_conversion"): return result_path - result_path = self._convert_single_report( - result_path, model_instance, data - ) + result_path = self._convert_single_report(result_path, model_instance, data) return self._postprocess_report(model_instance, result_path) @@ -243,21 +236,19 @@ def _create_single_report(self, model_instance, data): def _convert_single_report(self, result_path, model_instance, data): """Run a command to convert to our target format""" if not self.ir_actions_report_id.is_py3o_native_format: - command = self._convert_single_report_cmd( - result_path, model_instance, data, - ) - logger.debug('Running command %s', command) - output = subprocess.check_output( - command, cwd=os.path.dirname(result_path), - ) - logger.debug('Output was %s', output) + command = self._convert_single_report_cmd(result_path, model_instance, data) + logger.debug("Running command %s", command) + output = subprocess.check_output(command, cwd=os.path.dirname(result_path)) + logger.debug("Output was %s", output) self._cleanup_tempfiles([result_path]) result_path, result_filename = os.path.split(result_path) result_path = os.path.join( - result_path, '%s.%s' % ( + result_path, + "%s.%s" + % ( os.path.splitext(result_filename)[0], - self.ir_actions_report_id.py3o_filetype - ) + self.ir_actions_report_id.py3o_filetype, + ), ) return result_path @@ -267,43 +258,42 @@ def _convert_single_report_cmd(self, result_path, model_instance, data): lo_bin = self.ir_actions_report_id.lo_bin_path if not lo_bin: raise RuntimeError( - _("Libreoffice runtime not available. " - "Please contact your administrator.") + _( + "Libreoffice runtime not available. " + "Please contact your administrator." + ) ) return [ lo_bin, - '--headless', - '--convert-to', + "--headless", + "--convert-to", self.ir_actions_report_id.py3o_filetype, result_path, ] @api.multi - def _get_or_create_single_report(self, model_instance, data, - existing_reports_attachment): + def _get_or_create_single_report( + self, model_instance, data, existing_reports_attachment + ): self.ensure_one() - attachment = existing_reports_attachment.get( - model_instance.id) + attachment = existing_reports_attachment.get(model_instance.id) if attachment and self.ir_actions_report_id.attachment_use: content = base64.decodestring(attachment.datas) - report_file = tempfile.mktemp( - "." + self.ir_actions_report_id.py3o_filetype) + report_file = tempfile.mktemp("." + self.ir_actions_report_id.py3o_filetype) with open(report_file, "wb") as f: f.write(content) return report_file - return self._create_single_report( - model_instance, data) + return self._create_single_report(model_instance, data) @api.multi def _zip_results(self, reports_path): self.ensure_one() zfname_prefix = self.ir_actions_report_id.name - result_path = tempfile.mktemp(suffix="zip", prefix='py3o-zip-result') - with ZipFile(result_path, 'w', ZIP_DEFLATED) as zf: + result_path = tempfile.mktemp(suffix="zip", prefix="py3o-zip-result") + with ZipFile(result_path, "w", ZIP_DEFLATED) as zf: cpt = 0 for report in reports_path: - fname = "%s_%d.%s" % ( - zfname_prefix, cpt, report.split('.')[-1]) + fname = "%s_%d.%s" % (zfname_prefix, cpt, report.split(".")[-1]) zf.write(report, fname) cpt += 1 @@ -321,8 +311,9 @@ def _merge_pdf(self, reports_path): reader = PdfFileReader(path) writer.appendPagesFromReader(reader) merged_file_fd, merged_file_path = tempfile.mkstemp( - suffix='.pdf', prefix='report.merged.tmp.') - with closing(os.fdopen(merged_file_fd, 'wb')) as merged_file: + suffix=".pdf", prefix="report.merged.tmp." + ) + with closing(os.fdopen(merged_file_fd, "wb")) as merged_file: writer.write(merged_file) return merged_file_path @@ -337,7 +328,7 @@ def _merge_results(self, reports_path): if filetype == formats.FORMAT_PDF: return self._merge_pdf(reports_path), formats.FORMAT_PDF else: - return self._zip_results(reports_path), 'zip' + return self._zip_results(reports_path), "zip" @api.model def _cleanup_tempfiles(self, temporary_files): @@ -346,29 +337,26 @@ def _cleanup_tempfiles(self, temporary_files): try: os.unlink(temporary_file) except (OSError, IOError): - logger.error( - 'Error when trying to remove file %s' % temporary_file) + logger.error("Error when trying to remove file %s" % temporary_file) @api.multi def create_report(self, res_ids, data): """ Override this function to handle our py3o report """ - model_instances = self.env[self.ir_actions_report_id.model].browse( - res_ids) + model_instances = self.env[self.ir_actions_report_id.model].browse(res_ids) reports_path = [] - if ( - len(res_ids) > 1 and - self.ir_actions_report_id.py3o_multi_in_one): - reports_path.append( - self._create_single_report( - model_instances, data)) + if len(res_ids) > 1 and self.ir_actions_report_id.py3o_multi_in_one: + reports_path.append(self._create_single_report(model_instances, data)) else: - existing_reports_attachment = \ - self.ir_actions_report_id._get_attachments(res_ids) + existing_reports_attachment = self.ir_actions_report_id._get_attachments( + res_ids + ) for model_instance in model_instances: reports_path.append( self._get_or_create_single_report( - model_instance, data, existing_reports_attachment)) + model_instance, data, existing_reports_attachment + ) + ) result_path, filetype = self._merge_results(reports_path) reports_path.append(result_path) @@ -378,7 +366,7 @@ def create_report(self, res_ids, data): # consumption... # ... but odoo wants the whole data in memory anyways :) - with open(result_path, 'r+b') as fd: + with open(result_path, "r+b") as fd: res = fd.read() self._cleanup_tempfiles(set(reports_path)) return res, filetype diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py index e2a3632b5d..1f93733227 100644 --- a/report_py3o/models/py3o_template.py +++ b/report_py3o/models/py3o_template.py @@ -4,20 +4,21 @@ class Py3oTemplate(models.Model): - _name = 'py3o.template' - _description = 'Py3o template' + _name = "py3o.template" + _description = "Py3o template" name = fields.Char(required=True) py3o_template_data = fields.Binary("LibreOffice Template") filetype = fields.Selection( selection=[ - ('odt', "ODF Text Document"), - ('ods', "ODF Spreadsheet"), - ('odp', "ODF Presentation"), - ('fodt', "ODF Text Document (Flat)"), - ('fods', "ODF Spreadsheet (Flat)"), - ('fodp', "ODF Presentation (Flat)"), + ("odt", "ODF Text Document"), + ("ods", "ODF Spreadsheet"), + ("odp", "ODF Presentation"), + ("fodt", "ODF Text Document (Flat)"), + ("fods", "ODF Spreadsheet (Flat)"), + ("fodp", "ODF Presentation (Flat)"), ], string="LibreOffice Template File Type", required=True, - default='odt') + default="odt", + ) diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 3c41f599aa..c2e02b47ed 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -2,39 +2,40 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).). import base64 -from base64 import b64decode -import mock +import logging import os -import pkg_resources import shutil import tempfile +from base64 import b64decode, b64encode from contextlib import contextmanager +import mock +import pkg_resources +from PyPDF2 import PdfFileWriter +from PyPDF2.pdf import PageObject + from odoo import tools -from odoo.tests.common import TransactionCase from odoo.exceptions import ValidationError +from odoo.tests.common import TransactionCase + from odoo.addons.base.tests.test_mimetypes import PNG +from ..models._py3o_parser_context import format_multiline_value from ..models.ir_actions_report import PY3O_CONVERSION_COMMAND_PARAMETER from ..models.py3o_report import TemplateNotFound -from ..models._py3o_parser_context import format_multiline_value -from base64 import b64encode -from PyPDF2 import PdfFileWriter -from PyPDF2.pdf import PageObject -import logging logger = logging.getLogger(__name__) try: from genshi.core import Markup except ImportError: - logger.debug('Cannot import genshi.core') + logger.debug("Cannot import genshi.core") @contextmanager def temporary_copy(path): filname, ext = os.path.splitext(path) - tmp_filename = tempfile.mktemp(suffix='.' + ext) + tmp_filename = tempfile.mktemp(suffix="." + ext) try: shutil.copy2(path, tmp_filename) yield tmp_filename @@ -43,36 +44,35 @@ def temporary_copy(path): class TestReportPy3o(TransactionCase): - def setUp(self): super(TestReportPy3o, self).setUp() self.env.user.image = PNG self.report = self.env.ref("report_py3o.res_users_report_py3o") - self.py3o_report = self.env['py3o.report'].create({ - 'ir_actions_report_id': self.report.id}) + self.py3o_report = self.env["py3o.report"].create( + {"ir_actions_report_id": self.report.id} + ) def test_required_py3_filetype(self): self.assertEqual(self.report.report_type, "py3o") with self.assertRaises(ValidationError) as e: self.report.py3o_filetype = False self.assertEqual( - e.exception.name, - "Field 'Output Format' is required for Py3O report") + e.exception.name, "Field 'Output Format' is required for Py3O report" + ) - def _render_patched(self, result_text='test result', call_count=1): - py3o_report = self.env['py3o.report'] - py3o_report_obj = py3o_report.create({ - "ir_actions_report_id": self.report.id - }) + def _render_patched(self, result_text="test result", call_count=1): + py3o_report = self.env["py3o.report"] + py3o_report_obj = py3o_report.create({"ir_actions_report_id": self.report.id}) with mock.patch.object( - py3o_report.__class__, '_create_single_report') as patched_pdf: - result = tempfile.mktemp('.txt') - with open(result, 'w') as fp: + py3o_report.__class__, "_create_single_report" + ) as patched_pdf: + result = tempfile.mktemp(".txt") + with open(result, "w") as fp: fp.write(result_text) - patched_pdf.side_effect = lambda record, data:\ - py3o_report_obj._postprocess_report( - record, result - ) or result + patched_pdf.side_effect = ( + lambda record, data: py3o_report_obj._postprocess_report(record, result) + or result + ) # test the call the the create method inside our custom parser self.report.render(self.env.user.ids) self.assertEqual(call_count, patched_pdf.call_count) @@ -85,35 +85,35 @@ def test_reports(self): def test_reports_merge_zip(self): self.report.py3o_filetype = "odt" - users = self.env['res.users'].search([]) + users = self.env["res.users"].search([]) self.assertTrue(len(users) > 0) - py3o_report = self.env['py3o.report'] + py3o_report = self.env["py3o.report"] _zip_results = self.py3o_report._zip_results with mock.patch.object( - py3o_report.__class__, '_zip_results') as patched_zip_results: + py3o_report.__class__, "_zip_results" + ) as patched_zip_results: patched_zip_results.side_effect = _zip_results content, filetype = self.report.render(users.ids) self.assertEqual(1, patched_zip_results.call_count) - self.assertEqual(filetype, 'zip') + self.assertEqual(filetype, "zip") def test_reports_merge_pdf(self): reports_path = [] - for i in range(0, 3): - result = tempfile.mktemp('.txt') + for _i in range(0, 3): + result = tempfile.mktemp(".txt") writer = PdfFileWriter() writer.addPage(PageObject.createBlankPage(width=100, height=100)) - with open(result, 'wb') as fp: + with open(result, "wb") as fp: writer.write(fp) reports_path.append(result) res = self.py3o_report._merge_pdf(reports_path) self.assertTrue(res) def test_report_load_from_attachment(self): - self.report.write({"attachment_use": True, - "attachment": "'my_saved_report'"}) - attachments = self.env['ir.attachment'].search([]) + self.report.write({"attachment_use": True, "attachment": "'my_saved_report'"}) + attachments = self.env["ir.attachment"].search([]) self._render_patched() - new_attachments = self.env['ir.attachment'].search([]) + new_attachments = self.env["ir.attachment"].search([]) created_attachement = new_attachments - attachments self.assertEqual(1, len(created_attachement)) content = b64decode(created_attachement.datas) @@ -123,7 +123,7 @@ def test_report_load_from_attachment(self): # generated document created_attachement.datas = base64.encodestring(b"new content") res = self.report.render(self.env.user.ids) - self.assertEqual((b'new content', self.report.py3o_filetype), res) + self.assertEqual((b"new content", self.report.py3o_filetype), res) def test_report_post_process(self): """ @@ -131,24 +131,24 @@ def test_report_post_process(self): generated report into an ir.attachment if requested. """ self.report.attachment = "object.name + '.txt'" - ir_attachment = self.env['ir.attachment'] - attachements = ir_attachment.search([(1, '=', 1)]) + ir_attachment = self.env["ir.attachment"] + attachements = ir_attachment.search([(1, "=", 1)]) self._render_patched() - attachements = ir_attachment.search([(1, '=', 1)]) - attachements + attachements = ir_attachment.search([(1, "=", 1)]) - attachements self.assertEqual(1, len(attachements.ids)) - self.assertEqual(self.env.user.name + '.txt', attachements.name) + self.assertEqual(self.env.user.name + ".txt", attachements.name) self.assertEqual(self.env.user._name, attachements.res_model) self.assertEqual(self.env.user.id, attachements.res_id) - self.assertEqual(b'test result', b64decode(attachements.datas)) + self.assertEqual(b"test result", b64decode(attachements.datas)) - @tools.misc.mute_logger('odoo.addons.report_py3o.models.py3o_report') + @tools.misc.mute_logger("odoo.addons.report_py3o.models.py3o_report") def test_report_template_configs(self): # the demo template is specified with a relative path in in the module # path tmpl_name = self.report.py3o_template_fallback flbk_filename = pkg_resources.resource_filename( - "odoo.addons.%s" % self.report.module, - tmpl_name) + "odoo.addons.%s" % self.report.module, tmpl_name + ) self.assertTrue(os.path.exists(flbk_filename)) res = self.report.render(self.env.user.ids) self.assertTrue(res) @@ -164,61 +164,63 @@ def test_report_template_configs(self): self.report.render(self.env.user.ids) with temporary_copy(flbk_filename) as tmp_filename: self.report.py3o_template_fallback = tmp_filename - tools.config.misc['report_py3o'] = { - 'root_tmpl_path': os.path.dirname(tmp_filename)} + tools.config.misc["report_py3o"] = { + "root_tmpl_path": os.path.dirname(tmp_filename) + } res = self.report.render(self.env.user.ids) self.assertTrue(res) # the tempalte can also be provided as a binary field self.report.py3o_template_fallback = False - with open(flbk_filename, 'rb') as tmpl_file: + with open(flbk_filename, "rb") as tmpl_file: tmpl_data = b64encode(tmpl_file.read()) - py3o_template = self.env['py3o.template'].create({ - 'name': 'test_template', - 'py3o_template_data': tmpl_data, - 'filetype': 'odt'}) + py3o_template = self.env["py3o.template"].create( + { + "name": "test_template", + "py3o_template_data": tmpl_data, + "filetype": "odt", + } + ) self.report.py3o_template_id = py3o_template self.report.py3o_template_fallback = flbk_filename res = self.report.render(self.env.user.ids) self.assertTrue(res) - @tools.misc.mute_logger('odoo.addons.report_py3o.models.py3o_report') + @tools.misc.mute_logger("odoo.addons.report_py3o.models.py3o_report") def test_report_template_fallback_validity(self): tmpl_name = self.report.py3o_template_fallback flbk_filename = pkg_resources.resource_filename( - "odoo.addons.%s" % self.report.module, - tmpl_name) + "odoo.addons.%s" % self.report.module, tmpl_name + ) # an exising file in a native format is a valid template if it's - self.assertTrue(self.py3o_report._get_template_from_path( - tmpl_name)) + self.assertTrue(self.py3o_report._get_template_from_path(tmpl_name)) self.report.module = None # a directory is not a valid template.. - self.assertFalse(self.py3o_report._get_template_from_path('/etc/')) - self.assertFalse(self.py3o_report._get_template_from_path('.')) + self.assertFalse(self.py3o_report._get_template_from_path("/etc/")) + self.assertFalse(self.py3o_report._get_template_from_path(".")) # an vaild template outside the root_tmpl_path is not a valid template # path # located in trusted directory self.report.py3o_template_fallback = flbk_filename - self.assertFalse(self.py3o_report._get_template_from_path( - flbk_filename)) + self.assertFalse(self.py3o_report._get_template_from_path(flbk_filename)) with temporary_copy(flbk_filename) as tmp_filename: - self.assertTrue(self.py3o_report._get_template_from_path( - tmp_filename)) + self.assertTrue(self.py3o_report._get_template_from_path(tmp_filename)) # check security - self.assertFalse(self.py3o_report._get_template_from_path( - 'rm -rf . & %s' % flbk_filename)) + self.assertFalse( + self.py3o_report._get_template_from_path("rm -rf . & %s" % flbk_filename) + ) # a file in a non native LibreOffice format is not a valid template - with tempfile.NamedTemporaryFile(suffix='.toto')as f: - self.assertFalse(self.py3o_report._get_template_from_path( - f.name)) + with tempfile.NamedTemporaryFile(suffix=".toto") as f: + self.assertFalse(self.py3o_report._get_template_from_path(f.name)) # non exising files are not valid template - self.assertFalse(self.py3o_report._get_template_from_path( - '/etc/test.odt')) + self.assertFalse(self.py3o_report._get_template_from_path("/etc/test.odt")) def test_escape_html_characters_format_multiline_value(self): - self.assertEqual(Markup('<>&test;'), - format_multiline_value('<>\n&test;')) + self.assertEqual( + Markup("<>&test;"), + format_multiline_value("<>\n&test;"), + ) def test_py3o_report_availability(self): # This test could fails if libreoffice is not available on the server @@ -229,8 +231,9 @@ def test_py3o_report_availability(self): self.assertFalse(self.report.msg_py3o_report_not_available) # specify a wrong lo bin path - self.env['ir.config_parameter'].set_param( - PY3O_CONVERSION_COMMAND_PARAMETER, "/wrong_path") + self.env["ir.config_parameter"].set_param( + PY3O_CONVERSION_COMMAND_PARAMETER, "/wrong_path" + ) self.report.refresh() # no bin path available but the report is still available since # the output is into native format @@ -249,8 +252,9 @@ def test_py3o_report_availability(self): self.report.render(self.env.user.ids) # if we reset the wrong path, everything should work - self.env['ir.config_parameter'].set_param( - PY3O_CONVERSION_COMMAND_PARAMETER, "libreoffice") + self.env["ir.config_parameter"].set_param( + PY3O_CONVERSION_COMMAND_PARAMETER, "libreoffice" + ) self.report.refresh() self.assertTrue(self.report.lo_bin_path) self.assertFalse(self.report.is_py3o_native_format) From b2b93afff68f5508e4e2fb14af9aec5e7f98ca32 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 19 Nov 2019 14:45:28 +0100 Subject: [PATCH 092/135] [MIG] report_py3o, report_py3o_fusion_server: Migration to 13.0 --- report_py3o/__manifest__.py | 2 +- report_py3o/demo/res_user.odt | Bin 8671 -> 9522 bytes .../migrations/10.0.2.0.0/pre-migration.py | 11 ---- report_py3o/models/ir_actions_report.py | 7 --- report_py3o/models/py3o_report.py | 15 ----- .../static/src/js/py3oactionmanager.js | 55 +++++++++--------- report_py3o/views/report_py3o.xml | 6 +- 7 files changed, 31 insertions(+), 65 deletions(-) delete mode 100644 report_py3o/migrations/10.0.2.0.0/pre-migration.py diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 4b45c018ae..3121d35837 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -4,7 +4,7 @@ "name": "Py3o Report Engine", "summary": "Reporting engine based on Libreoffice (ODT -> ODT, " "ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)", - "version": "12.0.2.0.2", + "version": "13.0.1.0.0", "category": "Reporting", "license": "AGPL-3", "author": "XCG Consulting," "ACSONE SA/NV," "Odoo Community Association (OCA)", diff --git a/report_py3o/demo/res_user.odt b/report_py3o/demo/res_user.odt index f0d66bb89cedef8090f8e9848f09df270517f5c2..acdd576a766d6a901ebcaeac59d01dac41ccc2a9 100644 GIT binary patch literal 9522 zcmd5?bzD?kx29V{T1uq5yStW_G6bCa$(-b}q~=X6`O3eh6(ti@<&#y_v(@zr&DE3j)zeK4vz0At^({+fZCfpED~&x{9nG_S ztuvsu=AN$B_V#vA+x*vwxzXN6+x{Ms7}_TGUx zL5^gWF(lXLfhj-j`XYWz7#VzNP1`@6gSY){w0)&(z4yh*c0y1W2<#{{uB@$`ZJ`>H zsMD`H?giGn=Q#toeHK)dHnaCq3ED0|p~)^vd0SK@?%uk%V~g&&(^0S1x>-sklNHz5 zn@i+~_c@BR+tI7ld*}M=(6Wh$t-b4la8hfdPuyuZux_@wxxC?g)2Oj>#Fl1^LRYh1 z4QFU_%+!p9k8xe;mhL`-aaJK;BJtj`ci*9=No2MULw$9wV5n4TWNBl8-a1owfv>jA zTl$v9^(w2!I{)t2iDPe4>DI0;p`|q4BldONysrjEl<(I}^a+BR*MnUw5{mzC?Uv^X zL3?rCX!=ZA5Yp{Xa#Bi?rQ(JGe}C{EuKchkkOK*OJ9B`AtJ7c4uQNM~vx||7tFy6@ z6U%>wbFg=Cb$~qVuK$fgLPGj0YWyhc;rk(S{9c}siHVtw8Kii7Cl(V|C#Q#S;cjaK z3#Fof_z-2FU>-go_RrNJhFtxf*1^f%!pY3}|7gfV(1!oK`7ZYMHV#I1W;XxE zZGS550r&4qBl|-g0k%dKX3i|)02f;$2j~B=NOK!|BNwwD{rjhWLWLA*VsGd2-+j@g zsbfFOjpMWU8Iv>9(!Vc$*DZ2l%6k(tQ;!`@k$aaZlS+P_I+R}SYSf@r;>8Qvey6pD zFZwnox+0_*s9QT2je^eHZ&CZgf{31bO_ED>8f)jEUJL~j9rWFnecwug-JH?wY0< z)$B-D@li%~SqX`A6G`zWQ}Tiuk9H9Kf#fw(=tHdpUa9ILnfRCdt&I`=TNSHY}xW3?f1v5wOS)P#$y%T;+y zHPr)^%TBN6q&dNkUg|hY1DNr`I2pBBrZ<(dTWk5)#y;;c8<>RifkC@1Z(fie#>4{p z30|xf_MTLwOCT4cOu-G5^81;-daQ(tYN5@vt65elY_e!nk)f9uq$H6~Y0WR)n44`* zaN-1w3>VbiH$1vOh?sEzN>=M?TUi@k5z7vFo78J^b$AF*myr*mK=Yf4b7e|u=wC-S zybcy+BKL3f`>+(^&KAmE-o)M9L?vKe;=nRTq|_tCEV;x#Ttk$VW`0AHvE#x>oA)6W z<{UL$(xwoTnST$Q*nT+@yg3)B?bJDqs>^^{#B)DU~L&1tmh`Qn(&|_Z)-|-B?qw*i>v!OI`+aWFiId& zN%HPp$1BvL#9Bu}kaUUR7x(uLec1g%z490D`{mr$zD!1p**|x6R1l&F6@2Dkm{t3R zGbx74q-({yQAJE&e+Mz-Qmw1iVnGR|8ZLUTct6g;EC|hEL8r>(Zjm%lm+!lsO!~OZ) ze)*CaZY?&d=VE?NuqDJGV^@o>9Z^0G!LDyD^|!4*=aulup`p}ykC+~RH_qE5Q!Mi+4+Y+7J3AoRlQj3TK0pQB1 zlyP`e#fZZY!>vFy{2MaDycuI)N_DpH472O%q&fp)Rpf_ag9TAwc~aBvtk2mD8-7TI z?APeY!9>tu9#1hKo@b3KYfGDS)L_B__CR8D$+c~2p3IKJq4uLpi5+0;K=7N?IufQ~M zknUSilSOdhO?K*-sTd@evEiP^T(HD2>5@lE*Ty!^N?DZz2gkBIeCVt2XxEjhS5Po1oW2FI-=e=}YLCA8cx6OrhZLR&s;m1fN`T+mYl$Bac4y zagQx(B=#}iB3Eo;SQ;j{MXl?i^tv4H)y{NBzp7oRy1Ndo`KDo0vbIp5E^e)jXpcV>*FWjApIW|1<-!ncH|IR%?|;#u?Q-sPYYPuH=jckY!8o znw)0|)NSU!=tXt8K&EvE|1g=+f+1`jfQEt^f-GJBHJSO-9e@TIdu@&E0On@SF3e7* z=3nE!+6A&=zC92OG8>!{Wr2rxqV21<`uK(GohCfXamwR`mZ-RwsyRj5AIDcqr8yR( zs#5oihvL!MXQpZx$Wlm-tO9dC(l@-eqvtb73}WIz zvl*%c(z>Ud2r4%{Yn$M8ltlwoMIj-RMv4Q@*1VqZ4Xz-YzfyJC$$bCj;;B&hJbz(k z1&UG4i{{{(r!oGbk;u>c-ns-5Hz+A|aU`Co^0j5{t#lhUj|Bn+4G$TjhNc!m(DK0g zOU-5bx`B&c36>uFCLXS1T}O))@rG&a`^wvm0&ng&?wE(}30FQ>xk=iH4rW_izu%}j zCex7l{NTQ-3(HY>i2DNnPxm>SxwruAESw)6qGs(y=NVp1pVroA9iH;yPWA8PM%gfD zswi2LxShSR&tV#Rw4*5zFAo}H{nwF{3L~#Om&h86C-!R>OTEsFVnVVlR8q2=O4C~e z3Q7DUSl69A^ltdKNn1aA*In(P&|s5_ae!zQL{m&2frcrrL-ap1Brmp{zO1gcPR)kN9swE3$_H8_J@ zb0%m~qcqPqo4d$p7=_l^-@$i&POldDGA9uK#H#*d|G^5ATD9sN|18KUsDv@1dF&*v zvj5mA`~`UT7+6)E5)Dr*td%wum|qje&p3dU>OWyxJ52B#1^cin?eHL^H$>7_W)>}> z5KdO8rgNZ5)iiWYX*=OGmij(^LEMX9^JVL~!Urh?4gbB!Rs~=Tx|pcx(|!7erM6R1 zX;X?$3e6o{Q( z1Ged(i?dFL4S1A)r2li;ZrG43u{^~*w6`LxsoW0 z$E>klZCjg-Cq%+)Lz6Ate_R%VE}VIl z2I!#aCp{9s?fJT!(HjwpcQi~x7D9KaKAQIyVGP>Jt{eo5kuDzqW_~p@W2 zR$+>UPA@1$RFJ;e&8eGKTW4xjk0Gl{h0i$QkeXvYjX;j@yu3pIFoA~oo}e9TCYa^0 z$mTW=Y`}FY)#TJAgvlr)%*y?0)tM)dw?%LG2_?3W;SrI1-;J*%T}_b`-)m<+e9K_^ zjL`$7izxz03ofCL2=WA@w*Of@V}z_8qbpBnE~z8KZc zIF6WRBQ4;)8cL?GT_r%+WRU`+WV_rHzSc2}^AHVG-YO_bNL(rbiCX5$tl zV>PnsGx+L(Zgf242FeRc2Yjc$C~{txx0|NK9f1ax?_{(qmtpg3ewY)u@O*ENx-H{x zQe$Mv-RxD@l1?YJG8qH#l^9T0_o3K7#b4?7Uw@9yPM93gJTXf$c*;$U9CsAeTeO-+ zwNaG#s4OHPt}`E{3e1a0w(t%a8>m>a0M&Ccih0ypcWFY(&^%^m!wUBZWGrbIF&ZDB zZrZS!o4YylY&|X+yb9Cb4@+1JmmQxCKTSVx{;coqXW4!7@ZfQMAWjhMD$2^du&R6V zbAKsEaoPC~HO;43CIR{W3y@I5epj%mI)SUe6L9fT(sB$)L*ygO=~7o?Rx6UMxp-B= zN}gL((z0XTE%r9LRGyi(lj0H`#U6hhUn0tiio=0pplO6E7mqWqsw%l9PN?)&v1|`H zE5Ele-D$Uo8~;OOQgb{308+MPzT=lNif;K{Vg=4KsZy;)@3^I^#K}&?XfoVVh8IUg3{a7B zBv-XlRzmf}By=t#1$ zGao(6{n)p)wOwVzGmdGx@vgz<8uMx092H+?sxW?)SfgTA z%HEM_xHE0p;W8BiU1m4cKnaoGkn-caef9!;gNdA-xw4;M%5*WkUyg|fXw zQ}^`BPy9>bAn^=3Jc=aUkZSS;DO{FsXvojL!SfrICr+m%)Ro136TZ-9F_W$;%NpaV z6wz6UBj(pSs#ynqJxqX{3v6uix>T&dKfm45;dVKe8+Pwsi6D`ul#>a^rs|q(v}7@> z&v+iyy?V(@#L<$PQ#@e>EL2(^I7-0HPhl9MPBN}eO3GPvF@A%g3Cy~t(>KTk^4qYI zp*@P-Y%f|d;+di#brTvk_3T8vd1r2y`Z^JV=Ya8IgY^B}#gr-E6`bVlM`bc1gQegs zYq|wIbwV2OlI;^aUtyDh!XoMNqrpe1e)tXx0&aO@b1e5 zPZ%!(cqpsirMA08N$#7d(b!|*W-KOzP(*s6zE*tkovnycE!>YImYAa>%(7m_4Z5WJ zoe3NlEkU?x1y~}dr<~t-BDd|;w3RWgKP>9p+XQhwtya4zJ-XLfPE@SB)hc-7;gc=o zZ-R8>&%jcLB#QWJM8jhMx-$Z)u2OLUg7zTNo~7Yf;-=MFPej;6hq_J!HkQ-<0Bewn zXXc8PE)RD6V>j`X2zv#@PZQlQTKAZ8Uk*H8@NQ8T)9Azb=;4&4KVD7%#~;qWo#FDq zH3#EkHYlouk(H8*w?pRDJPukLue&k%KClqk3nuS%>-mOLG^*`V5>OEF#8S#tDRWJ9 zZULdeLklC0AI&oSPs;^fFe>b_NEMs-e-NYfcxkL0eEXuKHnT-l_fE({&~#^J3W zk*Ychcv4x9cYSwCi&&ap>^tr%d!kJ+SfA^WIT_@)OeZC+8&>t06FB_`VErQ#P_d(4)g?cp-WkGPqJsJRWE0k~#hTc;nUa zytCHXv`x z!0_P^J6I;-q&FWDUajTBZD4fk+4q#-jb)MN?*s`^H#V#1D<7XYBngX?98uh~#(EY! z=6gD$L&`_87PH0CkYoD>tz(O1^x}(!3og{V?1O<3ZVVARnVo3-yz0`=FMx_8gQfxp za=r`uh1UZ~DbQyuy8O#l!c&_F)hSPszKbideX2O&bUW4FXwyG~X0FP&IHd!E_09?{ zD(>#Bh+8)fgXMMkMNeP(4NqrIOY3D=gkLkjuOd$9GM6cpuBYnAiu7|GYw7mxl8O75 zRhN{)-Dy#$H_p_K6?$tiXf7+6F@1ueSa+8)He(r~m6UA6pazGdjuJ5$P@R%x5b|ufe^J$?)pHA-Eq5%?P0^tvZ&hWQ+xs0lhCgB6(Mfq z5(8e5ZuQ8Tq zH3(KG6bzfZGzjv=-i~3mY$;?mdgyINc^;AkW0AHZfdI#Sq8aCYf{y|Py`S~i#zuR! zQQ~dy*HbkX-ARIx9Osc{*r_KD-eZk=d|sa)f(0gA4;o<1gtpH%-Sr&|u}!+2p^5fZ zMpI7s1Y3uMHz|ufemNZWDunaN+r+IskraHjYtJ>S{bnnqHZ=u+p-Nr}Ag8C!C$hAU z|DY{7@mmvznm65hxr(XBHWK!T>(Umi_B-$H3k7pj{R+p7#^M{!s)?016o@ucmRiPh zRzsX}?irh{m%8$0AXgknl4V~dcG52yKRw^bOPJw|(J85LP@j5q!1h8}@-#X$ zI)KNWt{`-=->(E2kunXfR$HimQqLQ_yt516@PUVag=YCaW^0e^Ate#0(*N-jGDHpM z`ge0YNWu?FQA%BmNlrxjniP^cp`ft<|&r zBwF&6T9~xR31hXyMi#v%J%ry02k)73tN_Loe=?Kdipa**l1ni)l(ka=H~L_<-R322 zjxOkB4!bv3KxJ^|O(N?YT`tvOX!}x?p2h`kJh#e+BZqp}0-NW1QvBR+h1ME^p-S*v z8{92J4i_x>pvtjpTzdSJUgZ}WV%EG}b{IHE4dRZ;J(3l2!+?z6BxNnFJ!S_gTg<`G z!llXYAEU*O!c#jV33usORb9c}mI_dMzJq9kS`64J6E$8MG$s@jUq7khF3|2$B+tfqU>jGz<>ZKkrt6 zbiyz8WADQ6sNc6G{Dde%4*zMB!tX3UQBY718tYF3L6TR$3y!}ku77XCPu%Z3cYomd zRe}8%&#(E#A2RBL2K&>vA)foaKL4P|{<}s#D6l^*@(-kc*JJ;=nGYK2PwV~z(@%Z& zpIQFy^xHqM{HoXfGtb{^!v#s-|L&}x`t3inJSez7&H4{4|4YyPXR^Onso)P}KlR;z zvHZ9TepMhI6yBe<0Acw>@BPu!KY+g`uK$wc{|BiF;el)d`b)0(9rbIz_93bL)3hJ` zJ;nVy^4F#F-;v4akmd3(+1=lfzXs%orS(sfg+$?>3+>-=zXp00B#n`fRND*Y(_HIs=APWZ|m;>^Cm)!+q7p9>mkBdc)g}4M)Q9+5T$5;X?IpV27FNNRh| zZcj*Jb#mgPjYwF%e#{4*;5}_GT2eDf0Oh?qCBqo7^n6Z-=@x-G{*x`RXtAvtthxbZ z<~%ARR2|^UbURW!Y-uUo=?f*-&~LNR>-^)sg83HqyVy*hXS&Hxz0)?H)O~t$ZRB_5 zD}C~m%<=zo+c;iD(wHk{uBK6?M>q|jD61y(M#?1VBjG_C6;7LZeOtn1>6;u1K%e!Hz0 zRseioYI|;J#A6p60%ll+pPpBR)~T?vm)MA;sVs-;Xy>)`C-2j!dwemuczQhex|dtc zAP#Fbp=>lXT&c?gbuv*Y-JR@Fl@h9^@qJ>JmrA^Ute79dOx`Odh!N!uvI*2o z0?T{IDS*RCWj*CUShgE$AE>MnCZ!>Ls1nIHUy5vloMSpEb4YmiJW%f$$1-%%EpQ)H zpSE?EkPa-;+}H@y-Ne+2E~PNg*H+?skYb?nX~sHO7}&>4_I}u0T1iLi%}Yuu@|->c z-3fjg69Tv|EiXiR<;!fv;!|&u^|K@P(UH1)-aIk!9%o1iC(EC%^s%cbo0DKCQnL5U z<(j>OOJ0>7m&Cfyt1tSGaPbL&| z_!469nRE82ZNpfpAeU=hmke_iag?wNFV3aJ(L5nJxzu|&J4Zeb4cPKd0{Xh~RC*^r zg5h7PNI@RC+gXh&V-Xrz)g2?>Mm+7`&+Nb(9`%)zyd6}OoUS}e4?}waJ}iL&!*RRo zxe|Jx^uGU?DgDx(bs9C@#0fCdW*bLA%u;4BdWf&J>10`Tv307-PUEU<@ zpGJe_BYDdMDS@D0qu)MTw;q(_^JL`}?yik56PeGw#ME~Lk=wVm50+fU-)Rm9Y38Ks zRG6jQbL>eB-#^yb5u_C75BtE7VncHGJZfC(5`qO8Ek(^^R-BL?H`XFOF`{pLeQ+%? zw0+_Q@~4m-eD@h`JP^m%#PzmP^}&6dr-X*n+j2BwSLC8kL&YjvSVAcyM`K_qE>O#e zkp7m$csXfVd$ri(<;{hsCnqQ81LYH-Y{s~ixbZYKBxG=F9bT`2XeU|xotNDiR%3ZZ z!R&UA!3Ff<)r9tXq~clv7hfP;)hj6MU2nO)x(BM3jT z*_6prWwPFT5U2ntze@#VxOYuIkOHP=F5TK*Qh|Gb+q^_l%5^L6uEWGrXv;y{n}L?s zynAXZhfmof%a~V7*n5$}1?%0GDsqJuc`?BC=OZ36DuSZ~EvaR)KANFQDiUytW zq=OgfYbs{L@P4KTRaIc}7ULjPC@EoD>?k|G237~~rN;$)l9 z5Ka8q*?XTh_=ixSCG{$%B5~YCXDFq=3+tn#GyE0$IhTjUAM*t0Tyt}9hZQ!S^NXE! ztJug#R<$h!&m`-vlzqecV?Ooa{7L2v=lN)5M`2rMDhcQDJCBy~Jp=BVW#%QtU}7iz zC$_woSNN0({rtHf)*go@*UzX!j|sxauaY*d4eT&at{t0Yuxn!oGJ6F!O)WtK29krBmiK|y&wM@>rfo4v5))ASK;lI^ zAF>jxDN@*XkVN^T#OB`C>R~&|5#}3~541Ke8jUfzMn?Oh(tjjW^xUm5xj<;LHFQ~5 zm(xxtP&-IMUS3IUH_&jkW!vAa3#kA{^uA@vg^-&TEoC&X`b+-BxRRo9KZ6qw5p@fK z3LPRq99Rx@;@&{ybU^_un!7tQyK4G@2yQL15+<0;kiA$3ca1qVv;aRv1nxOn>qxh% zUE8<|FK1Ad_CEFhra!Rklp4Pn1gG<$bnl^x!U$Ja&AQN72o&HbCD(O zU>G1g#Y%~}S-ZwuV=ODoUj4B?hfw zc9|8Vo{Q%lhKfW&;;73Oq;I5B>qa@IAZV({fv>`8Uw*<65`ruSUM)5a>F>C>N1PW; z-L2j08_Vkt`A^e@Dw+P#Et%_JkA{lFpjfNlg9`HVH)G2z8D*?#zZ_ZRBB$;O}(BOD1+UF@? zr2bjw&J+&|N>M4!)w71{`jBQCm$$_AwnSKQ=Bf047;f2~R3!%Nc(_Ro;pbc z;xSupJxSOZR6+;l9s!(|0`Wp`%!Ih^T#Tns%8@HxWW?aGv@vaD?Gi$$#rP`4v!Ofk zy(Od(0$OpvG>+vMv6m5;V`jHzU_6SQ z<|9AB;gTiVZmFV~yKAe`8h3iFcX$@>-wyf2jcG}ZF?({Wi{JjB#c*=Lo^)_v5Yy-5 zGqPP+*j@+P z;g96%?C+kG%Vo5^Czn5W@a?%1XtT!1lfA#A_MXS<7g-U3&=fm8)NJ+pI**Cw-GCFs zsT26I<07gin$6=K2RxMU9vA(y7Swmt5d(|#S}1*FQ1spI&%9ji zlmpIXI*+pa4$(9buwO#8JR!-uT-wOxv{TrWmdnD-4;gvUy@YJ72^&UP&q;v$9jTr$4xC9>lb$)IFc+ zBd9iRzfTgRrr{m&h@-D9QnYTf(DwDPUvA+Pd_gL%+vL`$J4%K(RKZ3P&YR(3d=f-; z__@~9lViNY4a&Kq4HRY_t+j+# z$qzAu?iO^fmS(5hm$g%w;xa`fDnq21%}_c&S&ABXuvev^Noa>+mxu>E{5bgHPD)AA z`KwjO838QaQ_-oKs^jLIgh$FzD?6SbUo7k8JNM6w*)m;1}BRgSsSfJvJL0TOxI)yJ^N5K_%3S_ayap^eg@l-L!Nv? ze*4;XrHke!pK6DaxRPQbvL)_+%BTLERIq_q++Dm*|3+Ugh}RT1SZI>fh#Tr!KNiP48=jcKoz;LB4JDey2lf&XcCB^w-8?>yCK>(i*Us5&A8wnhNQzYc{?L zxRO#apM6K+sFg7(Dp%?}Nz-_`-sxTQ8H}0WagALQiR(q7!-Gc@)J^ZInx&!i6z@54 z$Mrj_ZJ9d(Ow_kqXvNG`wg|hgw8F=jZ;zP-?+9=Y^+Ne5%QQFS9Z2QX_t}R=0#%DU zUR0v*?yE&Fu(r{-_vxiyr0{?~(>QJ6m1eOmJ@8Iqszb$`EQ9RRtC6=sAIJ;SoLAC_ zwPDPdM75vvafM~zx&UjuQEc&VZ!GSEnOJvTfCt(+)G#-xoS~xR(dK`!TlR zYeo3G4?N6+n)8!t3mM~462YWT1e;&`QFug`JJRf2HNn;sLPjDvRjgt@>j!Z`BE)if z@Feh)CiuS10F#}hzP6D|vD(y(J$X0DZdYS) zqi||!%FV+K{70y3zukFL|IX8GECMsi8T6`m0(Q{&_(SiLXWPtXE2Sg6jvi?OK-23T zMvoXjN-#<#bWroE)@0TRYRsQ0_|Pmz7k>P)eAu_}+z4x$G=BDTxB(MHHY);QK2Z#z>)ACAPMaV^Zhs8!^~|GIh$HfU2!$LFunppQdWFDi)kbhIO}-QWh0%t@9#HH!k!zhK0Y{ zz|Y+AgDf!*Pj?UREB}bF!eoko3_upX&Hb(D8Ec8|bvIjM?~3bKDMB~Q?iYN9ot`nQ zJ!1S{)e{nFZKXW-4&&E=S57TE#707OYOE%NfIx!l7} zKdq*vk2KV{fcOFXpL%rkD<&Z@y^K}bmsrN$ma~<(@f_rM%m>JAi*K=Sv3(YL_(58O z&Vj>Go`giqJU}Xj8Q~N)MS*X< z%Ic>xsBit+h*wMb0$B6$ZxvU@?q~%OJ_F;&p3JED@PuJC89R(Im5Y+2<*h4bvbWzS z;4xnvCS8&lS$HKe&$wT`r{K>!zI^b&9}jJfStRhwD@{H6y+qdHhkZ4cb8!T+vh2K= zd}+J42`yOD=TBoDa8U?WvpfNY&Xs!{T3vBM1gaO|+Mt+<5%rl{TV!IG=@lf%*#LHt z#3br~!G4}dt|04Ud@_f&*RNRAYn!W2*GQn%+*U4P-O=5CW<;Ap^UtEZYzoO)O>8RH z!cxV+$n`b!b3NEHY6-%@{re-_0T%tz#BNR@j`_EEbj#-@yXnNvKSa6cT$5)AHe!U` z5+-Hh?V9c??SG`lChIqRyZcrZgU0#vRgJTyudT=~Nz&;SEc?D;eZG;)2G?5kS1ws1 zSx5ME_UPUN=9$s-J_}Zdfurd=+tipvuoar6UOGpRs8=bF6}?NEQABx@HiOh?!K9KA zO7NIidffH;D+(}bf=g&+_G?d9jY6B)n)~SF0A`xz41)E)_L?!n`W(ipG+uWp1@lImvJ6mz~eO|3T;;)#W(3$hR zFI9_^#tPUxV&eK9yMC*>F7>GzuEmp#zs8~E5XgC7UNP@3-O(uE4DK8EZuj$4G1bxK z)YBbkAAnIyM8%<=4oi_LYyf1g#X4o9yuKYeWp;8 zQN(Sa>H7_`_@M&cn6rV4!0};I?4N@E4wrp)-6q1vKNAS{78Jfl;raH z{*Kv=toW|6^ibUb08m-}Nmg#k6w=NhTL(Kg*FTFBU~UczD=QnI4dT$*mBY%-)%D+V z&?pFXLchsA0LV8hg#EQx@vn3LTGJplztTE5S=iZtIiwsQP8Kd;j=u+!{|4;h?BeEv zsFJw-1CH`{I9F#oR~s(JRJM(Q(@w%FMB^#OJ%Wvd(7NTm>wk;@oBdUsE+PqdQ_xly> zYu6tLHM2M7!-Zz2>mJagQtdkiS$vFB%qio{m&sm zluc^N?|709H3ebW+etz$tsBIbJ!qK2pELvadLO&41$c8r4-d=u@xcdWeK#@_8O zFeI3#bML5cGz)uOuU)YZUz07B*SO07C5CeCzQwH79MI^Y~L7-t`L)-6Wd!PSuE~X5GeYLN|Y_7~3IZUUIT6 zpHsKa>*iSV5omRF9bY*OR3Ex4kMY5?Y?|Vk4O-R-6!yk4^E~<>!)bG(n}wH6CT=RL z_mp#fG(6vbwA4OFW|dZHboA68I@O01cQL~uUufixUSWG&l5$~al|69U<+TBdueB-v zqQSMVV9hFQAIZA@QTmAEQL&F4d&ZS+=iXx$bZ|HU_eLBq3 zHzaV@s*P*p$+8&*x5Jz#}CRR5=g*avl%^;5SGX^f+;Bn+`FzD zK_e{B+tIJZ%bE1}7%A~Rxs4Yd4EQD~LqiJuIt4shje{Er+OPb-QQWxq7@Z-665(Dk z#JsYGG7>To;O|ST2p|7s-wUn3qJFKR{(z_=cK@!T`km$byYcf}_f2i?hY2I1;ZK#i zUx7b=)ZI*l|1dQ4pC`tD#r^zM@MqBd4^Rgm@oN721MpYW&q4p@75-r=cmDeQ@GJ7> z%I|UgMihQnE+RVq8XW&dBEFM;FNXgh0RV0!;fH8Fxgg??0oBdX{{ScVR=5BF diff --git a/report_py3o/migrations/10.0.2.0.0/pre-migration.py b/report_py3o/migrations/10.0.2.0.0/pre-migration.py deleted file mode 100644 index 894c5473a4..0000000000 --- a/report_py3o/migrations/10.0.2.0.0/pre-migration.py +++ /dev/null @@ -1,11 +0,0 @@ -# ?? 2018 Therp BV -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - - -def migrate(cr, version=None): - # when migrating from a pre-split version of the module, pull the fusion - # server module too to have no loss of features - cr.execute( - "update ir_module_module set state='to install' " - "where name='report_py3o_fusion_server' and state='uninstalled'" - ) diff --git a/report_py3o/models/ir_actions_report.py b/report_py3o/models/ir_actions_report.py index 670455570d..c5a5c0107c 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -27,7 +27,6 @@ class IrActionsReport(models.Model): _inherit = "ir.actions.report" - @api.multi @api.constrains("py3o_filetype", "report_type") def _check_py3o_filetype(self): for report in self: @@ -114,7 +113,6 @@ def _get_lo_bin(self): return lo_bin @api.depends("report_type", "py3o_filetype") - @api.multi def _compute_is_py3o_native_format(self): fmt = Formats() for rec in self: @@ -123,14 +121,12 @@ def _compute_is_py3o_native_format(self): filetype = rec.py3o_filetype rec.is_py3o_native_format = fmt.get_format(filetype).native - @api.multi def _compute_lo_bin_path(self): lo_bin = self._get_lo_bin() for rec in self: rec.lo_bin_path = lo_bin @api.depends("lo_bin_path", "is_py3o_native_format", "report_type") - @api.multi def _compute_py3o_report_not_available(self): for rec in self: if not rec.report_type == "py3o": @@ -156,7 +152,6 @@ def get_from_report_name(self, report_name, report_type): [("report_name", "=", report_name), ("report_type", "=", report_type)] ) - @api.multi def render_py3o(self, res_ids, data): self.ensure_one() if self.report_type != "py3o": @@ -170,7 +165,6 @@ def render_py3o(self, res_ids, data): .create_report(res_ids, data) ) - @api.multi def gen_report_download_filename(self, res_ids, data): """Override this function to change the name of the downloaded report """ @@ -181,7 +175,6 @@ def gen_report_download_filename(self, res_ids, data): return safe_eval(report.print_report_name, {"object": obj, "time": time}) return "{}.{}".format(self.name, self.py3o_filetype) - @api.multi def _get_attachments(self, res_ids): """ Return the report already generated for the given res_ids """ diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index b7b673fafd..6ed73b3a0d 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -77,7 +77,6 @@ class Py3oReport(models.TransientModel): comodel_name="ir.actions.report", required=True ) - @api.multi def _is_valid_template_path(self, path): """ Check if the path is a trusted path for py3o templates. """ @@ -100,7 +99,6 @@ def _is_valid_template_path(self, path): ) return is_valid - @api.multi def _is_valid_template_filename(self, filename): """ Check if the filename can be used as py3o template """ @@ -116,7 +114,6 @@ def _is_valid_template_filename(self, filename): logger.warning("%s is not a valid Py3o template filename", filename) return False - @api.multi def _get_template_from_path(self, tmpl_name): """ Return the template from the path to root of the module if specied or an absolute path on your server @@ -137,7 +134,6 @@ def _get_template_from_path(self, tmpl_name): return tmpl.read() return None - @api.multi def _get_template_fallback(self, model_instance): """ Return the template referenced in the report definition @@ -147,7 +143,6 @@ def _get_template_fallback(self, model_instance): report_xml = self.ir_actions_report_id return self._get_template_from_path(report_xml.py3o_template_fallback) - @api.multi def get_template(self, model_instance): """private helper to fetch the template data either from the database or from the default template file provided by the implementer. @@ -176,7 +171,6 @@ def get_template(self, model_instance): return tmpl_data - @api.multi def _extend_parser_context(self, context, report_xml): # add default extenders for fct in _extender_functions.get(None, []): @@ -187,7 +181,6 @@ def _extend_parser_context(self, context, report_xml): for fct in _extender_functions[xml_id]: fct(report_xml, context) - @api.multi def _get_parser_context(self, model_instance, data): report_xml = self.ir_actions_report_id context = Py3oParserContext(self.env).localcontext @@ -196,7 +189,6 @@ def _get_parser_context(self, model_instance, data): self._extend_parser_context(context, report_xml) return context - @api.multi def _postprocess_report(self, model_instance, result_path): if len(model_instance) == 1 and self.ir_actions_report_id.attachment: with open(result_path, "rb") as f: @@ -207,7 +199,6 @@ def _postprocess_report(self, model_instance, result_path): self.ir_actions_report_id.postprocess_pdf_report(model_instance, buffer) return result_path - @api.multi def _create_single_report(self, model_instance, data): """ This function to generate our py3o report """ @@ -232,7 +223,6 @@ def _create_single_report(self, model_instance, data): return self._postprocess_report(model_instance, result_path) - @api.multi def _convert_single_report(self, result_path, model_instance, data): """Run a command to convert to our target format""" if not self.ir_actions_report_id.is_py3o_native_format: @@ -252,7 +242,6 @@ def _convert_single_report(self, result_path, model_instance, data): ) return result_path - @api.multi def _convert_single_report_cmd(self, result_path, model_instance, data): """Return a command list suitable for use in subprocess.call""" lo_bin = self.ir_actions_report_id.lo_bin_path @@ -271,7 +260,6 @@ def _convert_single_report_cmd(self, result_path, model_instance, data): result_path, ] - @api.multi def _get_or_create_single_report( self, model_instance, data, existing_reports_attachment ): @@ -285,7 +273,6 @@ def _get_or_create_single_report( return report_file return self._create_single_report(model_instance, data) - @api.multi def _zip_results(self, reports_path): self.ensure_one() zfname_prefix = self.ir_actions_report_id.name @@ -317,7 +304,6 @@ def _merge_pdf(self, reports_path): writer.write(merged_file) return merged_file_path - @api.multi def _merge_results(self, reports_path): self.ensure_one() filetype = self.ir_actions_report_id.py3o_filetype @@ -339,7 +325,6 @@ def _cleanup_tempfiles(self, temporary_files): except (OSError, IOError): logger.error("Error when trying to remove file %s" % temporary_file) - @api.multi def create_report(self, res_ids, data): """ Override this function to handle our py3o report """ diff --git a/report_py3o/static/src/js/py3oactionmanager.js b/report_py3o/static/src/js/py3oactionmanager.js index cf27145c8f..70ff210864 100644 --- a/report_py3o/static/src/js/py3oactionmanager.js +++ b/report_py3o/static/src/js/py3oactionmanager.js @@ -1,38 +1,39 @@ /* Copyright 2017-2018 ACSONE SA/NV * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ odoo.define('report_py3o.report', function (require) { + "use strict"; -var ActionManager = require('web.ActionManager'); + var ActionManager = require('web.ActionManager'); -ActionManager.include({ - _executeReportAction: function (action, options) { + ActionManager.include({ + _executeReportAction: function (action, options) { // Py3o reports - if ('report_type' in action && action.report_type === 'py3o' ) { - return this._triggerDownload(action, options, 'py3o'); - } else { + if ('report_type' in action && action.report_type === 'py3o' ) { + return this._triggerDownload(action, options, 'py3o'); + } return this._super.apply(this, arguments); - } - }, - _makeReportUrls: function(action) { - var reportUrls = this._super.apply(this, arguments); - reportUrls.py3o = '/report/py3o/' + action.report_name; - // We may have to build a query string with `action.data`. It's the place - // were report's using a wizard to customize the output traditionally put - // their options. - if (_.isUndefined(action.data) || _.isNull(action.data) || - (_.isObject(action.data) && _.isEmpty(action.data))) { - if (action.context.active_ids) { - var activeIDsPath = '/' + action.context.active_ids.join(','); - reportUrls.py3o += activeIDsPath;; + }, + + _makeReportUrls: function (action) { + var reportUrls = this._super.apply(this, arguments); + reportUrls.py3o = '/report/py3o/' + action.report_name; + // We may have to build a query string with `action.data`. It's the place + // were report's using a wizard to customize the output traditionally put + // their options. + if (_.isUndefined(action.data) || _.isNull(action.data) || + _.isObject(action.data) && _.isEmpty(action.data)) { + if (action.context.active_ids) { + var activeIDsPath = '/' + action.context.active_ids.join(','); + reportUrls.py3o += activeIDsPath; + } + } else { + var serializedOptionsPath = '?options=' + encodeURIComponent(JSON.stringify(action.data)); + serializedOptionsPath += '&context=' + encodeURIComponent(JSON.stringify(action.context)); + reportUrls.py3o += serializedOptionsPath; } - } else { - var serializedOptionsPath = '?options=' + encodeURIComponent(JSON.stringify(action.data)); - serializedOptionsPath += '&context=' + encodeURIComponent(JSON.stringify(action.context)); - reportUrls.py3o += serializedOptionsPath; - } - return reportUrls; - } -}); + return reportUrls; + }, + }); }); diff --git a/report_py3o/views/report_py3o.xml b/report_py3o/views/report_py3o.xml index d99fc0d8d9..d2702a30d8 100644 --- a/report_py3o/views/report_py3o.xml +++ b/report_py3o/views/report_py3o.xml @@ -1,10 +1,8 @@ - - + - - +
From ec56e3236ac7093bdba443e66935c691d5f0a65d Mon Sep 17 00:00:00 2001 From: Russell Briggs Date: Mon, 28 Oct 2019 13:25:41 +1300 Subject: [PATCH 093/135] Make sure value is always set for computed fields (without these a CacheMiss error is thrown by odoo) --- report_py3o/models/ir_actions_report.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/report_py3o/models/ir_actions_report.py b/report_py3o/models/ir_actions_report.py index c5a5c0107c..5889e37eb4 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -116,7 +116,8 @@ def _get_lo_bin(self): def _compute_is_py3o_native_format(self): fmt = Formats() for rec in self: - if not rec.report_type == "py3o": + rec.is_py3o_native_format = False + if not rec.report_type == "py3o" or not rec.py3o_filetype: continue filetype = rec.py3o_filetype rec.is_py3o_native_format = fmt.get_format(filetype).native @@ -129,6 +130,8 @@ def _compute_lo_bin_path(self): @api.depends("lo_bin_path", "is_py3o_native_format", "report_type") def _compute_py3o_report_not_available(self): for rec in self: + rec.is_py3o_report_not_available = False + rec.msg_py3o_report_not_available = "" if not rec.report_type == "py3o": continue if not rec.is_py3o_native_format and not rec.lo_bin_path: From 578c7385695a4e129f9ba421d0de87a0ae075d1b Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Thu, 23 Jan 2020 12:29:39 +0100 Subject: [PATCH 094/135] [12.0][FIX] - report_py3o: run libreoffice in an isolated user installation Bug when more than one conversion print is launched within the same libreoffice instance. The standard behavior of libreoffice when a user open it while another instance is running is to show a new window and throw an error if a new instance is forced within the same user installation [see](https://bugs.documentfoundation.org/show_bug.cgi?id=37531). This implies a bug in report_py3o module when we call libreoffice at the same time for different documents. To reproduce this bug: **Case 1:** 1. Simultaneously print two documents. **Case 2:** 1. Run print jobs using job_queue module 2. Manually print another document **Case 3:** 2. Open libreoffice 3. Print a py3o report This PR creates a temporary user installation for each libreoffice conversion to bypass this limitation. --- report_py3o/models/py3o_report.py | 45 ++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 6ed73b3a0d..da905ae778 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -226,23 +226,33 @@ def _create_single_report(self, model_instance, data): def _convert_single_report(self, result_path, model_instance, data): """Run a command to convert to our target format""" if not self.ir_actions_report_id.is_py3o_native_format: - command = self._convert_single_report_cmd(result_path, model_instance, data) - logger.debug("Running command %s", command) - output = subprocess.check_output(command, cwd=os.path.dirname(result_path)) - logger.debug("Output was %s", output) - self._cleanup_tempfiles([result_path]) - result_path, result_filename = os.path.split(result_path) - result_path = os.path.join( - result_path, - "%s.%s" - % ( - os.path.splitext(result_filename)[0], - self.ir_actions_report_id.py3o_filetype, - ), - ) + with tempfile.TemporaryDirectory() as tmp_user_installation: + command = self._convert_single_report_cmd( + result_path, + model_instance, + data, + user_installation=tmp_user_installation, + ) + logger.debug("Running command %s", command) + output = subprocess.check_output( + command, cwd=os.path.dirname(result_path) + ) + logger.debug("Output was %s", output) + self._cleanup_tempfiles([result_path]) + result_path, result_filename = os.path.split(result_path) + result_path = os.path.join( + result_path, + "%s.%s" + % ( + os.path.splitext(result_filename)[0], + self.ir_actions_report_id.py3o_filetype, + ), + ) return result_path - def _convert_single_report_cmd(self, result_path, model_instance, data): + def _convert_single_report_cmd( + self, result_path, model_instance, data, user_installation=None + ): """Return a command list suitable for use in subprocess.call""" lo_bin = self.ir_actions_report_id.lo_bin_path if not lo_bin: @@ -252,13 +262,16 @@ def _convert_single_report_cmd(self, result_path, model_instance, data): "Please contact your administrator." ) ) - return [ + cmd = [ lo_bin, "--headless", "--convert-to", self.ir_actions_report_id.py3o_filetype, result_path, ] + if user_installation: + cmd.append("-env:UserInstallation=file:%s" % user_installation) + return cmd def _get_or_create_single_report( self, model_instance, data, existing_reports_attachment From 1c772f5266534e7dda875fc95668bb7200c9de69 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 12 May 2020 17:02:14 +0200 Subject: [PATCH 095/135] [FIX] report_py3o: prettier xml after merge with master --- report_py3o/demo/report_py3o.xml | 27 +++++------ .../static/src/js/py3oactionmanager.js | 29 ++++++------ report_py3o/views/ir_actions_report.xml | 45 ++++++++++--------- report_py3o/views/menu.xml | 8 +--- report_py3o/views/py3o_template.xml | 21 +++++---- report_py3o/views/report_py3o.xml | 15 ++++--- 6 files changed, 72 insertions(+), 73 deletions(-) diff --git a/report_py3o/demo/report_py3o.xml b/report_py3o/demo/report_py3o.xml index 240960ead4..bc3d06ec6e 100644 --- a/report_py3o/demo/report_py3o.xml +++ b/report_py3o/demo/report_py3o.xml @@ -1,20 +1,17 @@ - + - - - Py3o Demo Report - ir.actions.report - res.users - py3o_user_info - py3o - odt - report_py3o - demo/res_user.odt - - report + Py3o Demo Report + ir.actions.report + res.users + py3o_user_info + py3o + odt + report_py3o + demo/res_user.odt + + report - - +
diff --git a/report_py3o/static/src/js/py3oactionmanager.js b/report_py3o/static/src/js/py3oactionmanager.js index 70ff210864..5c92fb26a9 100644 --- a/report_py3o/static/src/js/py3oactionmanager.js +++ b/report_py3o/static/src/js/py3oactionmanager.js @@ -1,39 +1,42 @@ /* Copyright 2017-2018 ACSONE SA/NV * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ -odoo.define('report_py3o.report', function (require) { +odoo.define("report_py3o.report", function (require) { "use strict"; - var ActionManager = require('web.ActionManager'); + var ActionManager = require("web.ActionManager"); ActionManager.include({ _executeReportAction: function (action, options) { - // Py3o reports - if ('report_type' in action && action.report_type === 'py3o' ) { - return this._triggerDownload(action, options, 'py3o'); + // Py3o reports + if ("report_type" in action && action.report_type === "py3o") { + return this._triggerDownload(action, options, "py3o"); } return this._super.apply(this, arguments); - }, _makeReportUrls: function (action) { var reportUrls = this._super.apply(this, arguments); - reportUrls.py3o = '/report/py3o/' + action.report_name; + reportUrls.py3o = "/report/py3o/" + action.report_name; // We may have to build a query string with `action.data`. It's the place // were report's using a wizard to customize the output traditionally put // their options. - if (_.isUndefined(action.data) || _.isNull(action.data) || - _.isObject(action.data) && _.isEmpty(action.data)) { + if ( + _.isUndefined(action.data) || + _.isNull(action.data) || + _.isObject(action.data) && _.isEmpty(action.data) + ) { if (action.context.active_ids) { - var activeIDsPath = '/' + action.context.active_ids.join(','); + var activeIDsPath = "/" + action.context.active_ids.join(","); reportUrls.py3o += activeIDsPath; } } else { - var serializedOptionsPath = '?options=' + encodeURIComponent(JSON.stringify(action.data)); - serializedOptionsPath += '&context=' + encodeURIComponent(JSON.stringify(action.context)); + var serializedOptionsPath = + "?options=" + encodeURIComponent(JSON.stringify(action.data)); + serializedOptionsPath += + "&context=" + encodeURIComponent(JSON.stringify(action.context)); reportUrls.py3o += serializedOptionsPath; } return reportUrls; }, }); - }); diff --git a/report_py3o/views/ir_actions_report.xml b/report_py3o/views/ir_actions_report.xml index eae063325b..d7dd54be95 100644 --- a/report_py3o/views/ir_actions_report.xml +++ b/report_py3o/views/ir_actions_report.xml @@ -1,51 +1,52 @@ - + - - py3o_report_view ir.actions.report - - + + - - + - + - + - - - py3o_report_search_view ir.actions.report - + - + - diff --git a/report_py3o/views/menu.xml b/report_py3o/views/menu.xml index 4ee9c005a8..87385ecab4 100644 --- a/report_py3o/views/menu.xml +++ b/report_py3o/views/menu.xml @@ -1,8 +1,4 @@ - + - - - + diff --git a/report_py3o/views/py3o_template.xml b/report_py3o/views/py3o_template.xml index 95f752d8ef..f6f7be80aa 100644 --- a/report_py3o/views/py3o_template.xml +++ b/report_py3o/views/py3o_template.xml @@ -1,6 +1,5 @@ - + - py3o.template.configuration.search.view py3o.template @@ -9,13 +8,15 @@ - + - py3o.template.configuration.form.view py3o.template @@ -29,7 +30,6 @@
- py3o.template.configuration.tree.view py3o.template @@ -40,15 +40,14 @@
- Py3o Templates py3o.template tree,form - - - + action="py3o_template_configuration_action" + /> diff --git a/report_py3o/views/report_py3o.xml b/report_py3o/views/report_py3o.xml index d2702a30d8..41d28d45ea 100644 --- a/report_py3o/views/report_py3o.xml +++ b/report_py3o/views/report_py3o.xml @@ -1,8 +1,11 @@ - + - +