From dbc855cf8ab4248987fe8913dab652336fce0830 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 17:50:09 +0200 Subject: [PATCH 001/112] 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 000000000..dba13ed2d --- /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 000000000..f993a6ca9 --- /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 000000000..51709d3d1 --- /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 000000000..2c4eac3f8 --- /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 000000000..328da8e60 --- /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 000000000..503c6da12 --- /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 000000000..39653c673 --- /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 000000000..28989d9f8 --- /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 000000000..106bd332b --- /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 000000000..570ca4749 --- /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 000000000..d815a845c --- /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 000000000..29b49dfd0 --- /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 000000000..d7467f956 --- /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 000000000..8683ea256 --- /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 000000000..9ac0d796a --- /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 000000000..a5586aa4d --- /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 000000000..4f26473f5 --- /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 000000000..45fa384be --- /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 000000000..adc3a953f --- /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 0f555c0703cf01ce1e3ed7d7719280cdd8464131 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 18:04:11 +0200 Subject: [PATCH 002/112] 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 328da8e60..cafbe598c 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -30,7 +30,7 @@ templates. 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 cfaed01346cc507b9589a5864f616a2913bc74bf Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 18:25:04 +0200 Subject: [PATCH 003/112] [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 a5586aa4d..1fbb52c45 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -9,7 +9,7 @@ - + From 948483a8585b90986cb728fcf9ed2470b1c8391f Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 08:23:12 +0200 Subject: [PATCH 004/112] [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 2c4eac3f8..9a7e03ede 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 cafbe598c..8a4d79906 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 28989d9f8..ccf621aaa 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 106bd332b..927994e3b 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 @@ class report_xml(osv.Model): 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 570ca4749..009494fcf 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 d815a845c..bf434a594 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 29b49dfd0..7281f3332 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 d7467f956..36ed669df 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 @@ class Py3oParser(report_sxw): 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 8683ea256..000000000 --- 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 9aa0227c52d5c481a5d928b4fc2e79ac9b0fc08a Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 09:50:16 +0200 Subject: [PATCH 005/112] 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 7281f3332..5f46179de 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 a4cea21eccb9a407a38cd61cbdc6ec23a8dfa9a8 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 09:52:00 +0200 Subject: [PATCH 006/112] [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 927994e3b..2f520b98f 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -38,7 +38,8 @@ class ReportXml(models.Model): 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 36ed669df..ab8c41c57 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -88,16 +88,22 @@ class Py3oParser(report_sxw): 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 49c29dc764ee17cec67ab878fb46c82c0ceafc08 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 11:26:15 +0200 Subject: [PATCH 007/112] [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 9a7e03ede..0650744f6 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 8a4d79906..b5b8d0523 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -19,7 +19,8 @@ The py3o.template package is required; install it with: 'report' ], 'external_dependencies': { - 'python': ['py3o.template'] + 'python': ['py3o.template', + 'py3o.formats'] }, 'data': [ 'security/ir.model.access.csv', @@ -28,8 +29,6 @@ The py3o.template package is required; install it with: '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 503c6da12..000000000 --- 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 ccf621aaa..68f18d48b 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 2f520b98f..5097553a5 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 @@ class ReportXml(models.Model): 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 009494fcf..000000000 --- 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 ab8c41c57..d0d20151a 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -9,14 +9,15 @@ import sys 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 @@ class Py3oParser(report_sxw): # 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 @@ class Py3oParser(report_sxw): 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 @@ class Py3oParser(report_sxw): # ... 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 1fbb52c45..e34694641 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -15,6 +15,8 @@ + + From 4efd67ee6d4329b37904674024ad2e2199f7ebbb Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 12:22:36 +0200 Subject: [PATCH 008/112] 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 d0d20151a..2acc68bdd 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -15,7 +15,7 @@ from py3o.formats import Formats 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 @@ class Py3oParser(report_sxw): 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 @@ class Py3oParser(report_sxw): 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 1d65ceec2fd515c1beda132c5e2fdb2fbe432a8a Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:51:24 +0200 Subject: [PATCH 009/112] 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 9ac0d796a..c6ba6f768 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 2389ebffe0fbf4ae487d9159ce4c75154eb539f9 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:52:07 +0200 Subject: [PATCH 010/112] 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 5097553a5..7a7fe04f6 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 @@ class ReportXml(models.Model): 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 @@ class ReportXml(models.Model): "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 ab8e42c6a9f8dbe0f7c8b94b044e694f963a2343 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:52:29 +0200 Subject: [PATCH 011/112] 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 2acc68bdd..f3e9c687b 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 @@ class Py3oParser(report_sxw): 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 0833650716fe1225b7e930be6e200cfc6ffcbc80 Mon Sep 17 00:00:00 2001 From: Florent AIDE Date: Tue, 4 Oct 2016 14:39:22 +0200 Subject: [PATCH 012/112] 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 7a7fe04f6..7c9686c7e 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -61,7 +61,7 @@ class ReportXml(models.Model): "the template.", default=True) py3o_server_id = fields.Many2one( - "py3o.server" + "py3o.server", "Fusion server") module = fields.Char( "Module", From 0f5bc2a8f1f28b8f489452aeb1d9782f174b9489 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 16:39:50 +0200 Subject: [PATCH 013/112] 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 b5b8d0523..e86cc6fa8 100644 --- a/report_py3o/__openerp__.py +++ b/report_py3o/__openerp__.py @@ -24,11 +24,11 @@ The py3o.template package is required; install it with: }, '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 000000000..3f8e53eb1 --- /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 000000000..b57342f15 --- /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 39653c673..171e2e552 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 7c9686c7e..418b71058 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 @@ class ReportXml(models.Model): "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 @@ class ReportXml(models.Model): 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 f3e9c687b..b3f4380d5 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -143,26 +143,27 @@ class Py3oParser(report_sxw): 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 000000000..13bc3247b --- /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 000000000..c8afa04a2 --- /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 e34694641..f06b4468e 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 54a410adde87d2d8bf1f11fcd6cf878634e8d2d1 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 16:51:01 +0200 Subject: [PATCH 014/112] 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 3f8e53eb1..000000000 --- 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 b3f4380d5..373c77188 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -166,6 +166,8 @@ class Py3oParser(report_sxw): "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 c8afa04a2..fb71d8e9d 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -14,14 +14,14 @@ import openerp.tests 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 bf0906c95ef2942fc646f4b7abc659fffee000f4 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 17:35:54 +0200 Subject: [PATCH 015/112] 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 373c77188..e32e1af4a 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -180,7 +180,7 @@ class Py3oParser(report_sxw): # 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 fb71d8e9d..ee0f594b2 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -19,9 +19,21 @@ class TestReportPy3o(TransactionCase): '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 1b81efc090566efcfdb8cc47d1b4017b6b43db56 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 18:11:41 +0200 Subject: [PATCH 016/112] 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 f06b4468e..8e923ec2d 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 4f26473f5..38388f303 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 45fa384be..8a9682d4d 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 adc3a953f..0ee57f37d 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 6e91d017e938204dc82a4413c525eb4acb257c95 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 4 Oct 2016 22:30:16 +0200 Subject: [PATCH 017/112] 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 51709d3d1..000000000 --- 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 000000000..cf4d70620 --- /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 e86cc6fa8..e4f1cd437 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 418b71058..37d017ee1 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -55,14 +55,14 @@ class ReportXml(models.Model): '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 bf434a594..1808c3f7d 100644 --- a/report_py3o/models/py3o_server.py +++ b/report_py3o/models/py3o_server.py @@ -6,6 +6,10 @@ from openerp import fields, models 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 5f46179de..f7873a5af 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 c6ba6f768..f43cac061 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 8e923ec2d..1d01ca95e 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 8a9682d4d..dd936d883 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 0ee57f37d..93f459aa0 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 99adcf39aceb0b03fef78a8dd103328e18ea0f54 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 5 Oct 2016 09:50:57 +0200 Subject: [PATCH 018/112] 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 f993a6ca9..000000000 --- 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 e4f1cd437..26378bb70 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 37d017ee1..0c77f0d4b 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__) + +try: + from py3o.formats import Formats +except ImportError: + logger.debug('Cannot import py3o.formats') -class ReportXml(models.Model): +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 @@ class ReportXml(models.Model): 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 @@ class ReportXml(models.Model): 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 e32e1af4a..853035acb 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -9,14 +9,23 @@ import sys 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 1d01ca95e..bc77db6f7 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 38388f303..8960a20d0 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 dd936d883..7712305df 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 93f459aa0..320376f8b 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.search.view + py3o.template + + + + + + - - - - +
+ +
+ - - py3o.template.configuration.form.view - py3o.template - -
- - - - - -
-
-
- - - py3o.template.configuration.tree.view - py3o.template - - + + py3o.template.configuration.form.view + py3o.template + +
+ - - - + + +
+
+
- - Py3o Templates - py3o.template - tree,form - + + py3o.template.configuration.tree.view + py3o.template + + + + + + + + + + Py3o Templates + py3o.template + tree,form + + + - - From 1f5a66cd3a089982ba0b892df0bfd35bbc07bb33 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 09:52:14 +0200 Subject: [PATCH 019/112] 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 0c77f0d4b..a4cc3e5de 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 @@ class IrActionsReportXml(models.Model): 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 a205c004130fda1b09c7d837777c0373a056edb1 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 09:56:18 +0200 Subject: [PATCH 020/112] 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 68f18d48b..a8e7b0a69 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 ee0f594b2..b2ed2f110 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -9,8 +9,6 @@ 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): From 50037e8cbb20952c15c4bfecbf4731d869085b73 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 10:46:28 +0200 Subject: [PATCH 021/112] 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 a4cc3e5de..bf2629148 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -36,7 +36,7 @@ class IrActionsReportXml(models.Model): @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 b2ed2f110..ac58f59cd 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 @@ class TestReportPy3o(TransactionCase): 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 5dd8ac4063fbc93197bd17765bd33358f36f70a6 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 12 Oct 2016 16:24:27 +0200 Subject: [PATCH 022/112] [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 bf2629148..bce6593d8 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -36,6 +36,8 @@ class IrActionsReportXml(models.Model): @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 3e4aade02e2aeb4f6476a75eafa793fd6c7dacff Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 11:48:54 +0200 Subject: [PATCH 023/112] 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 cf4d70620..bda166171 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 a6ecaf2a462a32cbd47de7789bfd5e78d674d346 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 18:56:39 +0200 Subject: [PATCH 024/112] 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 bce6593d8..da456fafa 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 @@ class IrActionsReportXml(models.Model): )) 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 @@ class IrActionsReportXml(models.Model): 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 @@ class IrActionsReportXml(models.Model): 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 1808c3f7d..099d355c1 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 f7873a5af..93cab419d 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 853035acb..314085d0f 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -9,10 +9,9 @@ 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 -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 @@ class Py3oParser(report_sxw): 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 @@ class Py3oParser(report_sxw): 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 @@ class Py3oParser(report_sxw): 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 ac58f59cd..2e956c9c3 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -8,8 +8,8 @@ import pkg_resources 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): # 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 bc77db6f7..0b74a52f6 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 1f5e16df6aefec86dd973e2900c293d29c6c79e0 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 18:58:27 +0200 Subject: [PATCH 025/112] 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 bda166171..e9c3c1174 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 26378bb70..90761d214 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 eda97dd6512f75bfd318490236e43be5d9f4f650 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 19:02:55 +0200 Subject: [PATCH 026/112] 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 da456fafa..3a290f1de 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 6bbdec2212cc1a8abd31050dc75ca6de39824c4f Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 4 Nov 2016 14:16:25 +0100 Subject: [PATCH 027/112] 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 e9c3c1174..64718f82b 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 06f8dbb8827f396e54e2141177469eb41f8669d9 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 00:18:35 +0100 Subject: [PATCH 028/112] 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 314085d0f..5bcad828d 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -197,7 +197,7 @@ class Py3oParser(report_sxw): # ... 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 aa548f9ff69ba90967f99c0cec818ced4f3dae0c Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 00:18:53 +0100 Subject: [PATCH 029/112] 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 5bcad828d..4fc1e90d6 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 6bd7ad1809a64edc5d550bba1c283d9768969ac4 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 09:36:28 +0100 Subject: [PATCH 030/112] 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 2e956c9c3..18438c34a 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -78,7 +78,7 @@ class TestReportPy3o(TransactionCase): 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 434a717badd63b63491148fd5e01c10c4360a372 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 16 Nov 2016 14:57:14 +0100 Subject: [PATCH 031/112] [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 4fc1e90d6..44e856c03 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/py3o_parser.py @@ -148,7 +148,7 @@ class Py3oParser(report_sxw): 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 8a55bdfae7803cb1e0522db0de03a8dc13568f40 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Sat, 17 Dec 2016 10:07:47 +0100 Subject: [PATCH 032/112] [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} | 187 ++++++++++++------ report_py3o/tests/test_report_py3o.py | 9 +- 4 files changed, 147 insertions(+), 103 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 a8e7b0a69..425cb3d9f 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 3a290f1de..bbd95923b 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 @@ class IrActionsReportXml(models.Model): )) 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 44e856c03..7c4794556 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" - def get_template(self, report_obj): + ir_actions_report_xml_id = fields.Many2one( + comodel_name="ir.actions.report.xml", + required=True + ) + + @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 @@ class Py3oParser(report_sxw): 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 @@ class Py3oParser(report_sxw): 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) - def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): - """ Overide this function to generate our py3o report + @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 + + @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 - ) + self.ensure_one() + report_xml = self.ir_actions_report_xml_id - 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) - - 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 @@ class Py3oParser(report_sxw): 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 @@ class Py3oParser(report_sxw): # 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 - return res, 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) - def create(self, cr, uid, ids, data, context=None): + @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) + + @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 18438c34a..780087b60 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -11,7 +11,7 @@ from py3o.formats import Formats 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 @@ class TestReportPy3o(TransactionCase): "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 @@ class TestReportPy3o(TransactionCase): 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 341375d622e2f68783222da7a1438534e4f12505 Mon Sep 17 00:00:00 2001 From: "Jonathan Nemry (ACSONE)" Date: Thu, 22 Dec 2016 18:07:46 +0100 Subject: [PATCH 033/112] [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 7c4794556..11dabcd9e 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -12,11 +12,12 @@ import pkg_resources 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 b4737a131f8ca125d07d5260f53f8fa2f5ce0e0a Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 23 Dec 2016 12:43:57 +0100 Subject: [PATCH 034/112] [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 11dabcd9e..b52bffbd2 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -8,16 +8,18 @@ from cStringIO import StringIO 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): """ 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) + 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) - 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) + 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 @@ class Py3oReport(models.TransientModel): _('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 @@ class Py3oReport(models.TransientModel): 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) + + cpt += 1 + return result_path @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): + 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 @@ class Py3oReport(models.TransientModel): 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 780087b60..70e4a5139 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 @@ class TestReportPy3o(TransactionCase): 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 505d2320b9cf70ee46db8f1d5b2b2d3365fc696b Mon Sep 17 00:00:00 2001 From: "Jonathan Nemry (ACSONE)" Date: Mon, 9 Jan 2017 15:28:22 +0100 Subject: [PATCH 035/112] * 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 bbd95923b..cfbfeb41f 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 25959fab26f1c5e0455e760af96697834b133c1e Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 25 Jan 2017 11:14:33 +0100 Subject: [PATCH 036/112] 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 64718f82b..141c33cd0 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 10ca85462d061471e22d2d32813eb94c3a398634 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 25 Jan 2017 11:56:21 +0100 Subject: [PATCH 037/112] [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 b52bffbd2..ccebbcb80 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 daae2220ac1a68c9799b185e9344405c841d65b9 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 23 Feb 2017 10:09:38 +0100 Subject: [PATCH 038/112] [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 ccebbcb80..c0734ecd5 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -321,7 +321,7 @@ class Py3oReport(models.TransientModel): 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 70e4a5139..131cb563f 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 @@ class TestReportPy3o(TransactionCase): 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 b1683bb0782875564cc88adda06cf686960f0e2e Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 25 Feb 2017 00:31:41 -0500 Subject: [PATCH 039/112] OCA Transbot updated translations from Transifex --- report_py3o/i18n/de.po | 267 ++++++++++++++++++++++++++++++++++++ report_py3o/i18n/es.po | 276 ++++++++++++++++++++++++++++++++++++++ report_py3o/i18n/fr.po | 258 ++++++++++++++++++++++++----------- report_py3o/i18n/hr_HR.po | 267 ++++++++++++++++++++++++++++++++++++ 4 files changed, 991 insertions(+), 77 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 000000000..ea606b2f9 --- /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 000000000..fe68da4a1 --- /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 171e2e552..9bcec155c 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 -#: field:py3o.fusion.filetype,create_uid:0 field:py3o.server,create_uid:0 -#: field:py3o.template,create_uid:0 +#: 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 "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" - -#. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:190 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 #, python-format -msgid "Fusion Server Says Error" -msgstr "Serveur Fusion affiche Erreur" +msgid "Field 'Output Format' is required for Py3O report" +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 "File Type" +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_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 "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 -#: field:py3o.fusion.filetype,write_uid:0 field:py3o.server,write_uid:0 -#: field:py3o.template,write_uid:0 +#: 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 -#: 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 -#: field:ir.actions.report.xml,module:0 +#: 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 -#: 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 -#, python-format -msgid "No Py3o server configuration found" -msgstr "Pas de configuration trouvée du serveur 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 -#: field:ir.actions.report.xml,py3o_filetype:0 +#: 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 "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.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 "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" +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" #. 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 +#: 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.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_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 new file mode 100644 index 000000000..ce8153e6a --- /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 8845b3c1b80863099125eefd796348a107ca9420 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 2 Mar 2017 09:09:03 +0100 Subject: [PATCH 040/112] [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 425cb3d9f..863d037dd 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 c0734ecd5..5aa5d5744 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -172,20 +172,6 @@ class Py3oReport(models.TransientModel): 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 000000000..0666861c0 --- /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 598676d84d28b8acb720b8a7eba2aac71bfba603 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 6 Mar 2017 10:30:29 +0100 Subject: [PATCH 041/112] [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 141c33cd0..58731bec0 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 90761d214..6d6522f8a 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 7acd324d8622f723d37976598e5d6eb93cd15f87 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 11 Mar 2017 00:36:03 -0500 Subject: [PATCH 042/112] 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 ce8153e6a..4ac350cdb 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 a0240b0b531b6194663e920fe159ef65d9c3e929 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 8 Mar 2017 13:37:33 +0100 Subject: [PATCH 043/112] [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 58731bec0..d29fcdef4 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 5aa5d5744..d8f00e747 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -19,7 +19,7 @@ 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, _ +from odoo import api, fields, models, tools, _ logger = logging.getLogger(__name__) @@ -30,7 +30,7 @@ try: 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 @@ class Py3oReport(models.TransientModel): "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 131cb563f..0ddd7541a 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -6,10 +6,13 @@ from base64 import b64decode 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 ..models.py3o_report import TemplateNotFound 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 @@ class TestReportPy3o(TransactionCase): "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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): '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 86c964022b57229514dc6250a3dee5af124f0b91 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 18 Mar 2017 01:30:42 -0400 Subject: [PATCH 044/112] 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 fe68da4a1..c1ce58cbc 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 c5de04dcd8336fe15519ac9f15fa22172b29bc13 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/112] 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 6d6522f8a..2f9aaabac 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 191827256723d2d711de7d1dca8c75d1f355f81d Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 3 Apr 2017 12:03:11 +0200 Subject: [PATCH 046/112] 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 d8f00e747..3681a1a7e 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -247,7 +247,7 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 be3f68a8927856dc60c3363c4b137ed7f9dcd982 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 5 Apr 2017 13:44:40 +0200 Subject: [PATCH 047/112] 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 d29fcdef4..192965f5f 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 3681a1a7e..79c9ffccf 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -266,6 +266,7 @@ class Py3oReport(models.TransientModel): "targetformat": filetype, "datadict": json.dumps(datadict), "image_mapping": "{}", + "escape_false": "on", } if report_xml.py3o_is_local_fusion: fields['skipfusion'] = '1' From e54843920992e4946f07a2b35f122e1f9ca706d6 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 12 Apr 2017 14:22:04 +0200 Subject: [PATCH 048/112] 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 cfbfeb41f..5539155cf 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -80,6 +80,12 @@ class IrActionsReportXml(models.Model): "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 79c9ffccf..6b76aa35a 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -282,8 +282,9 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 0b74a52f6..19f51f726 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -15,6 +15,7 @@ + From 6ba5b8411e8e3b2e85099ad0387188d058abb83b Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 1 May 2017 23:12:47 +0200 Subject: [PATCH 049/112] 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 c1ce58cbc..769f2a0d0 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 000000000..6dd96fc83 --- /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 8a5f6bb2f436465e12adab6fe24e21af0786907d Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 30 May 2017 10:51:18 +0200 Subject: [PATCH 050/112] [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 6b76aa35a..24b1af457 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -295,7 +295,11 @@ class Py3oReport(models.TransientModel): '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 0ddd7541a..f53ed0584 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 @@ class TestReportPy3o(TransactionCase): 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 622420d7c6b9b313642ddde0090ca8dd3bc97a9e Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 17 Feb 2017 14:31:57 +0100 Subject: [PATCH 051/112] [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 0650744f6..f7209b171 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 2f9aaabac..b42c12877 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 000000000..12a7e529b --- /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 000000000..71d1ca08d --- /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 5539155cf..66d9a5fcf 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 @@ class IrActionsReportXml(models.Model): "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 000000000..8e9aa2eba --- /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 000000000..d99fc0d8d --- /dev/null +++ b/report_py3o/views/report_py3o.xml @@ -0,0 +1,10 @@ + + + + + + From ab5275ab6e86a5247d3ccc1efb7f3d4c3aac5e92 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 3 Jun 2017 08:34:25 +0200 Subject: [PATCH 052/112] 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 000000000..d36c22b92 --- /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 000000000..6ea4432ec --- /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 000000000..12f47423c --- /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 000000000..70e26c2e5 --- /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 000000000..6df0bddcd --- /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 000000000..d2ee8275c --- /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 000000000..73fba29f0 --- /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 ea606b2f9..972a7a8c9 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 000000000..74f825a6b --- /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 000000000..844f7ba20 --- /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 769f2a0d0..a3cbaeb25 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 000000000..57a952da8 --- /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 000000000..5ee2d83f5 --- /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 000000000..bd2b1cca1 --- /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 000000000..08da515ae --- /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 000000000..7cc5bb765 --- /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 000000000..2843bbcee --- /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 000000000..ce52b7486 --- /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 000000000..05ddc12ea --- /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 000000000..a40615cf7 --- /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 000000000..e43f2d062 --- /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 000000000..56be6137b --- /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 000000000..666001e27 --- /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 000000000..147d0bee6 --- /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 000000000..42e4572b6 --- /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 000000000..c8375cfa7 --- /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 9bcec155c..69428a69b 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 000000000..88fd9dfaa --- /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 000000000..fd353badc --- /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 000000000..5ff63ba7f --- /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 000000000..ef7c17990 --- /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 000000000..bfa6b3169 --- /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 000000000..e77b78962 --- /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 4ac350cdb..1d9a05ebe 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 000000000..61fc61253 --- /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 000000000..e547bf759 --- /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 000000000..7e0618788 --- /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 000000000..49a0b1c21 --- /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 000000000..682aa07af --- /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 000000000..c020cda54 --- /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 000000000..d0bcaa473 --- /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 000000000..07b3bb5da --- /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 000000000..90343f15b --- /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 000000000..a7f185667 --- /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 000000000..7c1d59115 --- /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 000000000..6a16d5581 --- /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 000000000..de738da05 --- /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 000000000..b96fa6e3f --- /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 000000000..9cbbbb308 --- /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 000000000..a90d4947d --- /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 000000000..5190f61c0 --- /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 6dd96fc83..0e01043b2 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 000000000..c005ea5d0 --- /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 000000000..7daed9282 --- /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 000000000..db117af7a --- /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 000000000..4128a66f0 --- /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 000000000..24f431ea6 --- /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 000000000..6bed82477 --- /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 000000000..e422b271e --- /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 000000000..24f93532e --- /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 000000000..d289d74b3 --- /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 000000000..eb011919f --- /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 000000000..802b95109 --- /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 000000000..7829160a6 --- /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 000000000..f4ea97977 --- /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 000000000..f57bbff62 --- /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 000000000..7018ca6c0 --- /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 000000000..e2bdce392 --- /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 77f42ed1735432081b008a5399f519305378030d Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 31 Oct 2017 11:17:17 +0100 Subject: [PATCH 053/112] [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 24b1af457..a892dec13 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -9,6 +9,7 @@ import json import logging import os from contextlib import closing +from genshi.core import Markup import pkg_resources import requests @@ -64,12 +65,22 @@ def py3o_report_extender(report_xml_id=None): 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 0e9506b349011734aa7f80ef727d9805dbd98e4c Mon Sep 17 00:00:00 2001 From: omar7r Date: Tue, 7 Nov 2017 20:16:05 +0100 Subject: [PATCH 054/112] [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 a892dec13..01decb420 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -67,7 +67,7 @@ def py3o_report_extender(report_xml_id=None): def format_multiline_value(value): if value: - return Markup(unicode(value).replace('<', '<').replace('>', '>'). + return Markup(value.replace('<', '<').replace('>', '>'). replace('\n', ''). replace('\t', '')) return "" From ce7001e35d435e1ff4dbd95fcaedc56d1d4af77f Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 9 Nov 2017 11:05:01 +0100 Subject: [PATCH 055/112] [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 66d9a5fcf..7298486ef 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 41ab72aad8eb15ea608015b154b8a33fd8c3962d Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 9 Nov 2017 11:28:11 +0100 Subject: [PATCH 056/112] [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 01decb420..13f95c3a9 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -9,7 +9,6 @@ import json import logging import os from contextlib import closing -from genshi.core import Markup import pkg_resources import requests @@ -28,6 +27,7 @@ try: 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 cde6843679ce3e6978ec025889f2931ff644a03f Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 10 Nov 2017 11:45:01 +0100 Subject: [PATCH 057/112] [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 192965f5f..aeefa0aa9 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 b42c12877..81e7fcd59 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 4392334d6b7ee866d1232702215e062fc452c0c2 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 25 Nov 2017 09:34:20 +0100 Subject: [PATCH 058/112] 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 a3cbaeb25..0a720419a 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 69428a69b..20d240ae4 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 1d9a05ebe..7772d6449 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 0e01043b2..687642a25 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 61e390960371bbba970dd2663416847d50769ee1 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Sun, 17 Dec 2017 16:01:44 +0100 Subject: [PATCH 059/112] [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 | 88 +++++++------- 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 | 114 ++++-------------- 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 aeefa0aa9..fe8e1cf8e 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: +To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), install libreoffice: .. 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: - -.. 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 81e7fcd59..5b03d46d4 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 b57342f15..4a47c38ad 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 863d037dd..e050d2c78 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 7298486ef..0b6a16d36 100644 --- a/report_py3o/models/ir_actions_report_xml.py +++ b/report_py3o/models/ir_actions_report_xml.py @@ -31,19 +31,6 @@ class IrActionsReportXml(models.Model): 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 @@ class IrActionsReportXml(models.Model): 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 13f95c3a9..66198f200 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 @@ class Py3oReport(models.TransientModel): """ 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) + template.render(localcontext) + out_stream.seek(0) + tmpl_data = out_stream.read() - 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, - ) + 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 099d355c1..000000000 --- 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 93cab419d..0cce01b4f 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 f43cac061..6d45c8de5 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 f53ed0584..0d85dff74 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -11,8 +11,6 @@ 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 @@ -40,34 +38,6 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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) + 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}) - 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)) - 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, + 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 19f51f726..b04682319 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 7712305df..000000000 --- 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 320376f8b..95f752d8e 100644 --- a/report_py3o/views/py3o_template.xml +++ b/report_py3o/views/py3o_template.xml @@ -24,7 +24,7 @@ - +
From f07e3a07d35dc251078e299f13b51d350ba22331 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 10 Jan 2018 21:11:10 +0100 Subject: [PATCH 060/112] 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 fe8e1cf8e..13c7bc4c6 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 e11d5ad09d3b8c975798411a2fa0807408f12baa Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 11 Jan 2018 12:38:06 +0100 Subject: [PATCH 061/112] [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 000000000..e697ceecb --- /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 732b2b58430256b990e2bb50da718b26095a62e2 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 16 Jan 2018 12:03:40 +0100 Subject: [PATCH 062/112] OCA Transbot updated translations from Transifex --- report_py3o/i18n/am.po | 104 ++++++++------------------------ report_py3o/i18n/ar.po | 104 ++++++++------------------------ report_py3o/i18n/bg.po | 104 ++++++++------------------------ report_py3o/i18n/bs.po | 104 ++++++++------------------------ report_py3o/i18n/ca.po | 104 ++++++++------------------------ report_py3o/i18n/cs.po | 104 ++++++++------------------------ report_py3o/i18n/da.po | 104 ++++++++------------------------ report_py3o/i18n/de.po | 107 ++++++++------------------------- report_py3o/i18n/el_GR.po | 104 ++++++++------------------------ report_py3o/i18n/en_GB.po | 104 ++++++++------------------------ report_py3o/i18n/es.po | 110 ++++++++-------------------------- report_py3o/i18n/es_AR.po | 104 ++++++++------------------------ report_py3o/i18n/es_CL.po | 104 ++++++++------------------------ report_py3o/i18n/es_CO.po | 104 ++++++++------------------------ report_py3o/i18n/es_CR.po | 104 ++++++++------------------------ report_py3o/i18n/es_DO.po | 104 ++++++++------------------------ report_py3o/i18n/es_EC.po | 104 ++++++++------------------------ report_py3o/i18n/es_ES.po | 104 ++++++++------------------------ report_py3o/i18n/es_MX.po | 104 ++++++++------------------------ report_py3o/i18n/es_PE.po | 104 ++++++++------------------------ report_py3o/i18n/es_PY.po | 104 ++++++++------------------------ report_py3o/i18n/es_VE.po | 104 ++++++++------------------------ report_py3o/i18n/et.po | 104 ++++++++------------------------ report_py3o/i18n/eu.po | 104 ++++++++------------------------ report_py3o/i18n/fa.po | 104 ++++++++------------------------ report_py3o/i18n/fi.po | 104 ++++++++------------------------ report_py3o/i18n/fr.po | 107 ++++++++------------------------- report_py3o/i18n/fr_CA.po | 104 ++++++++------------------------ report_py3o/i18n/fr_CH.po | 104 ++++++++------------------------ report_py3o/i18n/gl.po | 104 ++++++++------------------------ report_py3o/i18n/gl_ES.po | 104 ++++++++------------------------ report_py3o/i18n/he.po | 104 ++++++++------------------------ report_py3o/i18n/hr.po | 113 +++++++++-------------------------- report_py3o/i18n/hr_HR.po | 102 +++++++------------------------ report_py3o/i18n/hu.po | 104 ++++++++------------------------ report_py3o/i18n/id.po | 104 ++++++++------------------------ report_py3o/i18n/it.po | 104 ++++++++------------------------ report_py3o/i18n/ja.po | 104 ++++++++------------------------ report_py3o/i18n/ko.po | 104 ++++++++------------------------ report_py3o/i18n/lt.po | 104 ++++++++------------------------ report_py3o/i18n/lt_LT.po | 104 ++++++++------------------------ report_py3o/i18n/lv.po | 104 ++++++++------------------------ report_py3o/i18n/mk.po | 104 ++++++++------------------------ report_py3o/i18n/mn.po | 104 ++++++++------------------------ report_py3o/i18n/nb.po | 104 ++++++++------------------------ report_py3o/i18n/nb_NO.po | 104 ++++++++------------------------ report_py3o/i18n/nl.po | 104 ++++++++------------------------ report_py3o/i18n/nl_BE.po | 104 ++++++++------------------------ report_py3o/i18n/nl_NL.po | 104 ++++++++------------------------ report_py3o/i18n/pl.po | 104 ++++++++------------------------ report_py3o/i18n/pt.po | 104 ++++++++------------------------ report_py3o/i18n/pt_BR.po | 104 +++++++------------------------- report_py3o/i18n/pt_PT.po | 104 ++++++++------------------------ report_py3o/i18n/ro.po | 104 ++++++++------------------------ report_py3o/i18n/ru.po | 104 ++++++++------------------------ report_py3o/i18n/sk.po | 104 ++++++++------------------------ report_py3o/i18n/sl.po | 104 ++++++++------------------------ report_py3o/i18n/sr.po | 104 ++++++++------------------------ report_py3o/i18n/sr@latin.po | 106 ++++++++------------------------ report_py3o/i18n/sv.po | 104 ++++++++------------------------ report_py3o/i18n/th.po | 104 ++++++++------------------------ report_py3o/i18n/tr.po | 104 ++++++++------------------------ report_py3o/i18n/tr_TR.po | 104 ++++++++------------------------ report_py3o/i18n/uk.po | 104 ++++++++------------------------ report_py3o/i18n/vi.po | 104 ++++++++------------------------ report_py3o/i18n/vi_VN.po | 104 ++++++++------------------------ report_py3o/i18n/zh_CN.po | 104 ++++++++------------------------ report_py3o/i18n/zh_TW.po | 104 ++++++++------------------------ 68 files changed, 1640 insertions(+), 5453 deletions(-) diff --git a/report_py3o/i18n/am.po b/report_py3o/i18n/am.po index d36c22b92..9cc242a5a 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" @@ -19,41 +19,25 @@ 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: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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 6ea4432ec..a768b828d 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" @@ -19,41 +19,25 @@ msgstr "" "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 +#: 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: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 "اسم العرض" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 12f47423c..5b4d8258e 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" @@ -19,41 +19,25 @@ 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: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: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 "Име за Показване" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 70e26c2e5..1b8a57211 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" @@ -19,41 +19,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:54 +#: 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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 6df0bddcd..e669cc425 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,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: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 "" +#. 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 "" 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 @@ -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 d2ee8275c..d13838a5d 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" @@ -19,41 +19,25 @@ 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:54 +#: 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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 73fba29f0..7cc939cfc 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 972a7a8c9..aa8717f1a 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" @@ -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:54 +#: 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: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 "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,16 +136,19 @@ 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." +#: 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 +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 "" 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 @@ -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 74f825a6b..217ddab6f 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" @@ -19,41 +19,25 @@ 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: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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 844f7ba20..05daaea60 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 0a720419a..c6e3d90f2 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 57a952da8..949f96064 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 5ee2d83f5..b0704e330 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 bd2b1cca1..ecdf955ee 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 08da515ae..ce5c01139 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" @@ -19,41 +19,25 @@ 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: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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 7cc5bb765..a13d35afc 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 2843bbcee..07564c58c 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 ce52b7486..3117bbc9e 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 05ddc12ea..fb7937d44 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 a40615cf7..6d231e25e 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 e43f2d062..eb6b84dfa 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" @@ -19,41 +19,25 @@ 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: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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 56be6137b..4eda0434d 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 666001e27..b2f2d206e 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 147d0bee6..208ae3c07 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 42e4572b6..8eb7691ac 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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 "نام نمایشی" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 c8375cfa7..487602eae 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 20d240ae4..f45a551e7 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 88fd9dfaa..a33df4dd9 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,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: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 "" +#. 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 "" 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 @@ -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 fd353badc..5892e5040 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" @@ -19,41 +19,25 @@ 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: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: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é" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 5ff63ba7f..ba9655f27 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" @@ -19,41 +19,25 @@ 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: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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 ef7c17990..b93a3dbe4 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" @@ -19,41 +19,25 @@ 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: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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 bfa6b3169..feb26b249 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" @@ -19,41 +19,25 @@ 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: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: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 "השם המוצג" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 e77b78962..abba3f109 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" @@ -19,44 +20,28 @@ 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: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: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 " +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,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: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 +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 "" 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 @@ -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 7772d6449..48f684fc7 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 61fc61253..ef89a999d 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 e547bf759..5d65b9664 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 7e0618788..1786ae3ef 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 49a0b1c21..fb5c760cb 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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 "表示名" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 682aa07af..5a35f2558 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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 "표시 이름" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 c020cda54..c4736b01c 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" @@ -19,41 +19,25 @@ msgstr "" "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 +#: 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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 d0bcaa473..1e7beadaf 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" @@ -19,41 +19,25 @@ msgstr "" "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 +#: 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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 07b3bb5da..1a7dcf65f 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" @@ -19,41 +19,25 @@ msgstr "" "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 +#: 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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 90343f15b..348d369b5 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" @@ -19,41 +19,25 @@ 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:54 +#: 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: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 "Прикажи име" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 a7f185667..e80effbd1 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" @@ -19,41 +19,25 @@ 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: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: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 "Дэлгэцийн Нэр" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 7c1d59115..440604ba9 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 6a16d5581..047c2cff8 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 de738da05..f01e930e9 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,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 "" +#. 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 "" 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 @@ -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 b96fa6e3f..d725b12b3 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,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 "" +#. 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 "" 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 @@ -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 9cbbbb308..7b0a26c22 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" @@ -19,41 +19,25 @@ 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: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 "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" @@ -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 a90d4947d..f44b36ed1 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" @@ -19,41 +19,25 @@ msgstr "" "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 +#: 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: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 " @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 5190f61c0..ae87fba8f 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 687642a25..d586a710f 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,16 +136,19 @@ 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." +#: 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 @@ -198,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" @@ -218,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 @@ -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 c005ea5d0..83da08862 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 7daed9282..4b079983b 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" @@ -19,41 +19,25 @@ msgstr "" "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 +#: 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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 db117af7a..35a3ef1dc 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" @@ -19,41 +19,25 @@ msgstr "" "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 +#: 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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 4128a66f0..a61aa80d5 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" @@ -19,41 +19,25 @@ 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:54 +#: 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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 24f431ea6..e4e18433f 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" @@ -19,41 +19,25 @@ msgstr "" "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 +#: 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: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" @@ -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,16 +135,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: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 "" +#. 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 "" 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 @@ -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 6bed82477..7d9c6f067 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" @@ -19,41 +19,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:54 +#: 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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 e422b271e..88673a487 100644 --- a/report_py3o/i18n/sr@latin.po +++ b/report_py3o/i18n/sr@latin.po @@ -8,10 +8,10 @@ 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" @@ -19,41 +19,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:54 +#: 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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 24f93532e..4e09f2cc3 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 d289d74b3..06494bac4 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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 "ชื่อที่ใช้แสดง" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 eb011919f..fc931fdfa 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" @@ -19,41 +19,25 @@ 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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 802b95109..243d58909 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 7829160a6..000db8868 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" @@ -19,41 +19,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:54 +#: 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: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 "Назва для відображення" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 f4ea97977..3558736a7 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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ị" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 f57bbff62..62814d152 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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 "" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 7018ca6c0..703ebc937 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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 "显示名称" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 e2bdce392..792dc4a9c 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" @@ -19,41 +19,25 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\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: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: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 "顯示名稱" @@ -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,16 +135,19 @@ 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." +#: 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 "" +#. 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 "" 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 @@ -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 50f903086efe4329053ffb54f1353c533b3108e6 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 22 Mar 2018 00:29:59 +0100 Subject: [PATCH 063/112] [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 66198f200..fce767cf2 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -253,6 +253,9 @@ class Py3oReport(models.TransientModel): 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 bb4bf7608ea1ef623daf8abe12c5ab178eed693e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 26 Mar 2018 12:28:37 +0200 Subject: [PATCH 064/112] [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 5b03d46d4..19f186024 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 74c0c6429da50d4d2f2cca532a2ee291a5aa05af Mon Sep 17 00:00:00 2001 From: jesusVMayor Date: Tue, 19 Dec 2017 16:40:16 +0100 Subject: [PATCH 065/112] [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 fce767cf2..451837d5b 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -7,6 +7,7 @@ from base64 import b64decode from cStringIO import StringIO import logging import os +import cgi from contextlib import closing import subprocess @@ -64,8 +65,7 @@ def py3o_report_extender(report_xml_id=None): 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 0d85dff74..2cf495509 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -15,8 +15,16 @@ from odoo import tools 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 @@ class TestReportPy3o(TransactionCase): # 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 8308147795e360893bd91b128e2e32226dbb7b1d Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 16 Apr 2018 16:54:45 +0200 Subject: [PATCH 066/112] [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 451837d5b..1e2866c3a 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -175,7 +175,7 @@ class Py3oReport(models.TransientModel): """ 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 b5e0087ce0b8dc9283167259ff3b5864d8c4b056 Mon Sep 17 00:00:00 2001 From: Simone Rubino Date: Wed, 2 May 2018 13:08:34 +0200 Subject: [PATCH 067/112] [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 19f186024..a7ea4d1e9 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 8e9aa2eba..408d180a8 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 cf02c10ac50a1accb587430f8edce7299235ad42 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/112] 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 13c7bc4c6..c7aca0bc5 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 a5d034c6453ae429be65f95ae5b2252974c642aa Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 25 Apr 2018 01:20:54 +0200 Subject: [PATCH 069/112] 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 c7aca0bc5..27c4d9eb3 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 cda7682fc617ef6ed30f53e5990f0b1f69c82c8f Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 23 Jun 2018 20:06:10 +0000 Subject: [PATCH 070/112] [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 9cc242a5a..e0386c62b 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 a768b828d..89db1fdc0 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 5b4d8258e..24d6cdd34 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 1b8a57211..3d71d93dc 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 e669cc425..f442c53f5 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 d13838a5d..5bc29b8be 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 7cc939cfc..f2e605928 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 aa8717f1a..cd7278f40 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 217ddab6f..5001b84dd 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 05daaea60..38ae7eb0f 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 c6e3d90f2..5d8216381 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 949f96064..9ad7756dc 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 b0704e330..e0a3250e3 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 ecdf955ee..46c4d7d51 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 ce5c01139..8d8981fe8 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 a13d35afc..400b60c25 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 07564c58c..d45628d99 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 3117bbc9e..131fc6623 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 fb7937d44..22cdcba1e 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 6d231e25e..0f18e01ed 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 eb6b84dfa..1b6139150 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 4eda0434d..d1d322dea 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 b2f2d206e..98fa256e9 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 208ae3c07..fba1b1a12 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 8eb7691ac..44e34d14d 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 487602eae..3be8a6176 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 f45a551e7..60b7f7d35 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 a33df4dd9..d061ad61f 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 5892e5040..6d6807d38 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 ba9655f27..6fb8ca865 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 b93a3dbe4..33065de76 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 feb26b249..3264d5125 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 abba3f109..b4df1c306 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 48f684fc7..850616140 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 ef89a999d..a762a8bd9 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 5d65b9664..2a727ba7e 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 1786ae3ef..18def6f99 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 fb5c760cb..ca8c85c51 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 5a35f2558..a1fb6c0fd 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 c4736b01c..7e5afc1f7 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 1e7beadaf..bbd70c96d 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 1a7dcf65f..98042d6c0 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 348d369b5..65fb389df 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 e80effbd1..ef63ecd5e 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 440604ba9..ecdba90f6 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 047c2cff8..113002c87 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 f01e930e9..3de8513a1 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 d725b12b3..915505890 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 7b0a26c22..3da269517 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 f44b36ed1..68b5e2bed 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 ae87fba8f..01ef3f27c 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 d586a710f..d112163d0 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 83da08862..ec9efef29 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 000000000..0d2067455 --- /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 4b079983b..bcd5bf584 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 35a3ef1dc..75bb8ad36 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 a61aa80d5..de5bfe263 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 e4e18433f..6cdcd681b 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 7d9c6f067..31543ae43 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 88673a487..83e681278 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 4e09f2cc3..6458fc382 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 06494bac4..b7e5cdcb0 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 fc931fdfa..a59ab4135 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 243d58909..28c9dc838 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 000db8868..844214af9 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 3558736a7..09e2d3b8f 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 62814d152..b1d73ab5f 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 703ebc937..1b9a025d3 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 792dc4a9c..d0ac3a9bb 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 7c13b42ef0872dc4a7561b9bb670280756fbe8d9 Mon Sep 17 00:00:00 2001 From: Christophe CHAUVET Date: Wed, 18 Jul 2018 08:49:09 +0000 Subject: [PATCH 071/112] =?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 60b7f7d35..8b5ca4cd2 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 88e53b3ccdbfa02f22e226987d2f0297850466ce Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 26 Nov 2018 17:58:30 +0100 Subject: [PATCH 072/112] [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 | 120 ++++++++---------- report_py3o/models/py3o_template.py | 2 +- report_py3o/models/report.py | 25 ---- .../static/src/js/py3oactionmanager.js | 49 ++++--- 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, 231 insertions(+), 243 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 a7ea4d1e9..fc975fe46 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 71d1ca08d..e18a18717 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 werkzeug import exceptions, url_decode 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 @@ class ReportController(main.ReportController): 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 @@ class ReportController(main.ReportController): :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 @@ class ReportController(main.ReportController): 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 4a47c38ad..6d8941531 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 e0386c62b..cf64bd8d5 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 89db1fdc0..5d00c66c0 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 24d6cdd34..9a319149c 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 3d71d93dc..b6aa16911 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 f442c53f5..03ce289e9 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 5bc29b8be..bd3c9dffb 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 f2e605928..0eb9a20e3 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 cd7278f40..121086b55 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 5001b84dd..a79459b18 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 38ae7eb0f..c48a6a449 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 5d8216381..a1babcd32 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 9ad7756dc..9662ca3be 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 e0a3250e3..d6705814a 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 46c4d7d51..a73133166 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 8d8981fe8..71e7bda7b 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 400b60c25..ac47d533b 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 d45628d99..4cf97575b 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 131fc6623..ce57b9f0c 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 22cdcba1e..4212d799f 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 0f18e01ed..ede6a919b 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 1b6139150..1f71626e5 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 d1d322dea..9e6debc75 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 98fa256e9..326cd91d8 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 fba1b1a12..857aede3b 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 44e34d14d..7b6061500 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 3be8a6176..02f087649 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 8b5ca4cd2..b7a2228d0 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 d061ad61f..2273e2962 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 6d6807d38..f68ebf257 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 6fb8ca865..889a18015 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 33065de76..d0ea89e36 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 3264d5125..683fc7f54 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 b4df1c306..1a0583d08 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 850616140..dd877a5ee 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 a762a8bd9..d6032ef4b 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 2a727ba7e..7447c450d 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 18def6f99..bb5226f4d 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 ca8c85c51..c267062ed 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 a1fb6c0fd..a8682af87 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 7e5afc1f7..c73149a0a 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 bbd70c96d..7596b9f69 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 98042d6c0..f60add86e 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 65fb389df..069a2148c 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 ef63ecd5e..aff882a21 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 ecdba90f6..9edadfab8 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 113002c87..9b066e07b 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 3de8513a1..1670c4b5a 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 915505890..4b4a85a0f 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 3da269517..d9ae49bb1 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 68b5e2bed..000328c79 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 01ef3f27c..e6c766672 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 d112163d0..bd532fa60 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 ec9efef29..04c3a7f54 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 0d2067455..40d44f495 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 bcd5bf584..698c2bb73 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 75bb8ad36..71b225671 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 de5bfe263..3b22698ea 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 6cdcd681b..551d65b46 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 31543ae43..0ea54a0a9 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 83e681278..428ec80bd 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 6458fc382..498f97fd1 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 b7e5cdcb0..9f4825ec7 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 a59ab4135..cb160c3a2 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 28c9dc838..feedf1204 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 844214af9..a677e0224 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 09e2d3b8f..472c026eb 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 b1d73ab5f..20738743a 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 1b9a025d3..faed9c72d 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 d0ac3a9bb..f7d0bf4e6 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 e697ceecb..df6c5f296 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 e050d2c78..3da72d0f2 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 0b6a16d36..a5b63bfc6 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 @@ except ImportError: 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 @@ class IrActionsReportXml(models.Model): 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 @@ class IrActionsReportXml(models.Model): 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 @@ class IrActionsReportXml(models.Model): 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 1e2866c3a..29b947f57 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 sys 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 @@ class Py3oReport(models.TransientModel): """ 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): :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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 - - @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']) + 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.multi - def _create_single_report(self, model_instance, data, save_in_attachment): + 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): """ This function to generate our py3o report """ self.ensure_one() @@ -245,8 +229,8 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): ), '--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 @@ class Py3oReport(models.TransientModel): @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 @@ class Py3oReport(models.TransientModel): 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 0cce01b4f..e2a3632b5 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 @@ from odoo import fields, models 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 0666861c0..000000000 --- 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 408d180a8..1cbfdcc2f 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)); - } - - 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); + if ('report_type' in action && action.report_type === 'py3o' ) { + return this._triggerDownload(action, options, 'py3o'); } else { - return self._super(action, options); + 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;; + } + } else { + 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 2cf495509..c29c0e98b 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 contextlib import contextmanager 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): # 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 b04682319..d4c90aac1 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 8960a20d0..4ee9c005a 100644 --- a/report_py3o/views/menu.xml +++ b/report_py3o/views/menu.xml @@ -3,6 +3,6 @@ + parent="base.reporting_menuitem" /> From 88463b0d243ffafa87726a094c8e0aed1f18fba7 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 27 Nov 2018 11:33:35 +0100 Subject: [PATCH 073/112] [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 1cbfdcc2f..cf27145c8 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 e836c851dfc6b63370a3300afe8474f7c0a5af9e Mon Sep 17 00:00:00 2001 From: Gilles Meyomesse Date: Thu, 29 Nov 2018 17:03:05 +0100 Subject: [PATCH 074/112] [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 000000000..d42949cd9 --- /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 29b947f57..c1eda37fe 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -6,7 +6,6 @@ from base64 import b64decode from io import BytesIO import logging import os -import cgi from contextlib import closing import subprocess @@ -16,13 +15,13 @@ import tempfile 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 py3o_report_extender(report_xml_id=None): 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 @@ class Py3oReport(models.TransientModel): 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 c29c0e98b..f89a99519 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -15,7 +15,8 @@ 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 ..models.py3o_report import TemplateNotFound +from ..models._py3o_parser_context import format_multiline_value from base64 import b64encode import logging From 0637e26df5ffa7864d5ea73a71de8ccc2ce94343 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Tue, 4 Dec 2018 18:03:11 +0100 Subject: [PATCH 075/112] Update i18n --- report_py3o/i18n/fr.po | 131 ++++++++++++++++++++----------- report_py3o/i18n/report_py3o.pot | 120 ++++++++++++++++------------ 2 files changed, 154 insertions(+), 97 deletions(-) diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index b7a2228d0..06994a79c 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 40d44f495..b35a90d62 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 +#: 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" +#: 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 "" - From bfe2127b1beffff75fbfa5049e2b3c652abbf908 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 8 Jan 2019 10:12:26 +0100 Subject: [PATCH 076/112] [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 e18a18717..1a819f278 100644 --- a/report_py3o/controllers/main.py +++ b/report_py3o/controllers/main.py @@ -44,7 +44,7 @@ class ReportController(main.ReportController): 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 a5b63bfc6..de0bac367 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -81,12 +81,12 @@ class IrActionsReport(models.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 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 626aeb2ec1fb290f604ce667782d0393d81b6798 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 8 Jan 2019 10:53:36 +0100 Subject: [PATCH 077/112] [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 1a819f278..4b19c576d 100644 --- a/report_py3o/controllers/main.py +++ b/report_py3o/controllers/main.py @@ -44,7 +44,7 @@ class ReportController(main.ReportController): 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 de0bac367..484b42a72 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -77,14 +77,6 @@ class IrActionsReport(models.Model): [("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 @@ class IrActionsReport(models.Model): {'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 f89a99519..6a5d1e8c2 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -71,21 +71,15 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): # 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 @@ class TestReportPy3o(TransactionCase): "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 @@ class TestReportPy3o(TransactionCase): '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 407c3c02820363fc368c9c03cd0c9aeb2023ec4e Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 31 Jan 2019 10:06:41 +0100 Subject: [PATCH 078/112] [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 27c4d9eb3..11d1a5f49 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 80406c89b4485275eebd92a76fe160aed467b0b4 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 31 Jan 2019 18:03:30 +0100 Subject: [PATCH 079/112] [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 fc975fe46..9b8a08331 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 c1eda37fe..ab3f3cdb1 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -28,7 +28,10 @@ try: 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 @@ class Py3oReport(models.TransientModel): 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 6a5d1e8c2..b6f73f3f3 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -18,6 +18,8 @@ from odoo.addons.base.tests.test_mimetypes import PNG 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 @@ class TestReportPy3o(TransactionCase): 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 377ec32b70f246f4f053c8281e0b52af518f0a97 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 14:52:24 +0100 Subject: [PATCH 080/112] [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 484b42a72..1aabd4c97 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -5,8 +5,10 @@ import logging 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 @@ try: 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 @@ class IrActionsReport(models.Model): 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 @@ class IrActionsReport(models.Model): "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 ab3f3cdb1..7777f7bb1 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -242,8 +242,7 @@ class Py3oReport(models.TransientModel): @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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): @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 b6f73f3f3..3c41f599a 100644 --- a/report_py3o/tests/test_report_py3o.py +++ b/report_py3o/tests/test_report_py3o.py @@ -15,6 +15,7 @@ from odoo.tests.common import TransactionCase 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 d4c90aac1..eae063325 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 1a10a92c4d7573c921608c5ebaa3134231f4bc33 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 14:58:19 +0100 Subject: [PATCH 081/112] [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 d42949cd9..2d60b6d75 100644 --- a/report_py3o/models/_py3o_parser_context.py +++ b/report_py3o/models/_py3o_parser_context.py @@ -32,6 +32,8 @@ class Py3oParserContext(object): 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 @@ class Py3oParserContext(object): '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 @@ class Py3oParserContext(object): """ 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 c589c08ec4082287bc028027f7e5c5898086b4b8 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 16:50:58 +0100 Subject: [PATCH 082/112] [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 11d1a5f49..0803f7ce4 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 2d60b6d75..c5b559516 100644 --- a/report_py3o/models/_py3o_parser_context.py +++ b/report_py3o/models/_py3o_parser_context.py @@ -49,11 +49,15 @@ class Py3oParserContext(object): '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 1ea9e51d4f9cf6ec3e488cb6c2b1c9eb0ebf537d Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 5 Feb 2019 18:22:15 +0100 Subject: [PATCH 083/112] [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 1aabd4c97..1e60a373c 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -106,7 +106,7 @@ class IrActionsReport(models.Model): @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 da1a8a823366a22fecc5f80fe4e3fcc8284d0389 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Tue, 12 Mar 2019 13:57:19 +0000 Subject: [PATCH 084/112] [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 b35a90d62..e9dfe2094 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 3db79c092b43b1a7f752567b7d1971632bf1f511 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sun, 17 Mar 2019 13:24:37 +0000 Subject: [PATCH 085/112] 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 cf64bd8d5..d07a74d9a 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_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 "" #. 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 5d00c66c0..90170bcbd 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_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 "آخر تعديل في" #. 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 9a319149c..13f847b87 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_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 "Последно обновено на" #. 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 b6aa16911..75a9547dd 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_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 "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 03ce289e9..21f4d0c37 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_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 "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 bd3c9dffb..97f96c67d 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_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 "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 0eb9a20e3..a06f52b56 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_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 "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 121086b55..f9a04fd19 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 a79459b18..ff8b6d537 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_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 "" #. 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 c48a6a449..abc5b81d6 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_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 "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 a1babcd32..b791d687c 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 9662ca3be..d8fd36a5c 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_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 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 d6705814a..01889d387 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_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 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 a73133166..e6da1d696 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_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 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 71e7bda7b..8405f8799 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_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 "" #. 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 ac47d533b..0b14c09ff 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_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 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 4cf97575b..17ac8ea4d 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_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 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 ce57b9f0c..424b9206c 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_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 "" #. 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 4212d799f..31ed95f9e 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_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 "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 ede6a919b..dc77a0702 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_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 "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 1f71626e5..9ea90d177 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_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 "" #. 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 9e6debc75..77b02997c 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_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 "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 326cd91d8..59e7d7758 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_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 "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 857aede3b..127a99e51 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_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 "" #. 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 7b6061500..2b4fae702 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_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 "تاریخ آخرین به‌روزرسانی" #. 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 02f087649..8510ad67d 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_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 "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 06994a79c..6bc2ce670 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 2273e2962..734235442 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_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 "" #. 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 f68ebf257..863393a16 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_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 "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 889a18015..9c9379d27 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_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" #. 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 d0ea89e36..8eba0b54a 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_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 "" #. 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 683fc7f54..637810949 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_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 "תאריך שינוי אחרון" #. 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 1a0583d08..0c4376387 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 dd877a5ee..0d7e9a5bb 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 d6032ef4b..c4479b7e5 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_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 "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 7447c450d..40d0f580f 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_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 "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 bb5226f4d..b26662729 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 c267062ed..08c201945 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_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 "最終更新日" #. 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 a8682af87..b292305c6 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_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 "최근 수정" #. 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 c73149a0a..339ee476b 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_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 "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 7596b9f69..c303f5a32 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_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 "" #. 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 f60add86e..8ac0fdfae 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_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 "" #. 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 069a2148c..ff97e5bff 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_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 "Последна промена на" #. 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 aff882a21..1bc779a7f 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_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 "Сүүлийн засвар хийсэн огноо" #. 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 9edadfab8..a68abb33e 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_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 "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 9b066e07b..d517ac765 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_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 "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 1670c4b5a..17c694405 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_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 "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 4b4a85a0f..598179af1 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_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 "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 d9ae49bb1..4c5698fe0 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 000328c79..d18e460a9 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_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 "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 e6c766672..3c03ed67f 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_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 "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 bd532fa60..cc6e38a8a 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_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 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 04c3a7f54..27d9f6e65 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 698c2bb73..72bf7fbe5 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_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 "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 71b225671..1dd73f232 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_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 "" #. 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 3b22698ea..0bcf93c9c 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_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 "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 551d65b46..b671bf2b0 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_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 "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 0ea54a0a9..b652fdc9b 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_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 "" #. 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 428ec80bd..266ff425b 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_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 "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 498f97fd1..1d28af6d5 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_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 "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 9f4825ec7..3cdf9b52c 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_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 "แก้ไขครั้งสุดท้ายเมื่อ" #. 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 cb160c3a2..521eb01e7 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 feedf1204..6b6b14420 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_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 "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 a677e0224..b5f0dbfc3 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_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 "Остання модифікація" #. 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 472c026eb..9266ae942 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_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 "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 20738743a..69e92ae52 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_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 "" #. 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 faed9c72d..fa83d4f39 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_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 "最后修改时间" #. 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 f7d0bf4e6..8867d0827 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_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 "最後修改:" #. 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 eebcc47ef42e4a78d668e013df0e436ed2baa0d1 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Wed, 12 Jun 2019 16:17:11 +0000 Subject: [PATCH 086/112] [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 e9dfe2094..3f2812737 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 2e196663db3eb02816ae7badb00e5c7e95724092 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sun, 16 Jun 2019 11:15:30 +0000 Subject: [PATCH 087/112] 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 d07a74d9a..25ccec838 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 90170bcbd..2ca6b1143 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 13f847b87..8fb28a45e 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 75a9547dd..d0111b12d 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 21f4d0c37..41b1f7499 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 97f96c67d..c780a1a1a 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 a06f52b56..a6cd5fc74 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 f9a04fd19..5d14f111d 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 ff8b6d537..ea57fb643 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 abc5b81d6..93936b7fc 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 b791d687c..5785eaba8 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 d8fd36a5c..24b100d3a 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 01889d387..338c2f7b8 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 e6da1d696..eb324d35a 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 8405f8799..d1d8a4224 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 0b14c09ff..53d3f9578 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 17ac8ea4d..8bb229137 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 424b9206c..7723b19c4 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 31ed95f9e..788323530 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 dc77a0702..c3e8e1f46 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 9ea90d177..e4db8de88 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 77b02997c..ae4bc505b 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 59e7d7758..46effa60c 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 127a99e51..f59f77834 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 2b4fae702..d034768c2 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 8510ad67d..134b1e256 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 6bc2ce670..49435a2ed 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 734235442..929a0d559 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 863393a16..c2eab9206 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 9c9379d27..6c6594467 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 8eba0b54a..7ca965693 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 637810949..2947a580f 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 0c4376387..cebcdb3c1 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 0d7e9a5bb..2a33eed86 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 c4479b7e5..084d3892b 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 40d0f580f..13809c098 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 b26662729..73bdbf2f6 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 08c201945..af17176b7 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 b292305c6..4f335984e 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 339ee476b..f0de58257 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 c303f5a32..3425ecbb4 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 8ac0fdfae..615ce01fe 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 ff97e5bff..e3d1aab2c 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 1bc779a7f..76d473340 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 a68abb33e..02b40fae4 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 d517ac765..259edd156 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 17c694405..3973fcbcd 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 598179af1..eb9bb3f36 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 4c5698fe0..fe0ae07ca 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 d18e460a9..e052b3572 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 3c03ed67f..bff3d987f 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 cc6e38a8a..45051c8a1 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 27d9f6e65..8fecd78ec 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 72bf7fbe5..6357ae897 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 1dd73f232..6a6910750 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 0bcf93c9c..cca9c173b 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 b671bf2b0..c542de888 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 b652fdc9b..bf16fab6a 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 266ff425b..ec51b590f 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 1d28af6d5..5b598ae8c 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 3cdf9b52c..f59c3d136 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 521eb01e7..892bc0f6d 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 6b6b14420..c3ee3f1d1 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 b5f0dbfc3..f0f561530 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 9266ae942..521a92bd2 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 69e92ae52..294a8b476 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 fa83d4f39..3b93690ae 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 8867d0827..ebff5ad01 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 b4cc1bda26d07086bc8816a1d65df79619ae6a9f Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 18 Jul 2019 19:49:08 +0200 Subject: [PATCH 088/112] 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 000000000..676813b70 --- /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 000000000..ed9db7339 --- /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 000000000..97c883956 --- /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 000000000..24bebaf4d --- /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 000000000..568db673d --- /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 000000000..dc78f573b --- /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 c1b05e798bbf0045e97e6e4f159a2fc0519c164e 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/112] [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 676813b70..121d5cbb4 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 dc78f573b..7a4ba59d9 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 c711c160bfe4d184433193f2246614100b0b5c98 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 31 Jul 2019 06:50:18 +0000 Subject: [PATCH 090/112] [UPD] README.rst --- report_py3o/README.rst | 99 ++-- report_py3o/static/description/index.html | 585 ++++++++++++++++++++++ 2 files changed, 645 insertions(+), 39 deletions(-) create mode 100644 report_py3o/static/description/index.html diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 0803f7ce4..79003352f 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 +================== +Py3o Report Engine +================== -=========== -Report Py3o -=========== +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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 000000000..5225758e6 --- /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 9c04807e1e11db99b9d7e534d446b75ac2c0c83a Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 19 Nov 2019 14:36:37 +0100 Subject: [PATCH 091/112] [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 | 170 +++++++++++---------- 8 files changed, 346 insertions(+), 328 deletions(-) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 9b8a08331..4b45c018a 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 4b19c576d..ac4decaf6 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 @@ class ReportController(main.ReportController): """ 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 6d8941531..240960ead 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 c5b559516..370435150 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 @@ class Py3oParserContext(object): 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 @@ class Py3oParserContext(object): 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 @@ class Py3oParserContext(object): """ 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 1e60a373c..670455570 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 @@ class IrActionsReport(models.Model): 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 @@ class IrActionsReport(models.Model): "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 @@ class IrActionsReport(models.Model): @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 @@ class IrActionsReport(models.Model): @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 @@ class IrActionsReport(models.Model): 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 @@ class IrActionsReport(models.Model): 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 @@ class IrActionsReport(models.Model): 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 7777f7bb1..b7b673faf 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 @@ try: 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 @@ class Py3oReport(models.TransientModel): """ 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 @@ class Py3oReport(models.TransientModel): """ 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): """ 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): # 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 e2a3632b5..1f9373322 100644 --- a/report_py3o/models/py3o_template.py +++ b/report_py3o/models/py3o_template.py @@ -4,20 +4,21 @@ from odoo import fields, models 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 3c41f599a..c2e02b47e 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 -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.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 +import mock +import pkg_resources from PyPDF2 import PdfFileWriter from PyPDF2.pdf import PageObject -import logging + +from odoo import tools +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 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): # 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 @@ class TestReportPy3o(TransactionCase): 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 ffb2037aa439a5e0885a1fd0cac466e0e2a47cde Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 19 Nov 2019 14:45:28 +0100 Subject: [PATCH 092/112] [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 | 59 +++++++++--------- report_py3o/views/report_py3o.xml | 6 +- 7 files changed, 33 insertions(+), 67 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 4b45c018a..3121d3583 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 df6c5f296..000000000 --- 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 670455570..c5a5c0107 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 @@ class IrActionsReport(models.Model): 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 @@ class IrActionsReport(models.Model): 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 @@ class IrActionsReport(models.Model): [("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 @@ class IrActionsReport(models.Model): .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 @@ class IrActionsReport(models.Model): 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 b7b673faf..6ed73b3a0 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 @@ class Py3oReport(models.TransientModel): ) 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): ) 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 @@ class Py3oReport(models.TransientModel): result_path, ] - @api.multi def _get_or_create_single_report( self, model_instance, data, existing_reports_attachment ): @@ -285,7 +273,6 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): 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 cf27145c8..70ff21086 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 { - 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;; + if ('report_type' in action && action.report_type === 'py3o' ) { + return this._triggerDownload(action, options, 'py3o'); } - } else { - var serializedOptionsPath = '?options=' + encodeURIComponent(JSON.stringify(action.data)); - serializedOptionsPath += '&context=' + encodeURIComponent(JSON.stringify(action.context)); - reportUrls.py3o += serializedOptionsPath; - } - return reportUrls; - } -}); + 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; + } + } else { + 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/report_py3o.xml b/report_py3o/views/report_py3o.xml index d99fc0d8d..d2702a30d 100644 --- a/report_py3o/views/report_py3o.xml +++ b/report_py3o/views/report_py3o.xml @@ -1,10 +1,8 @@ - - + - - +
From fe3217a40dbae86fd8f99791442c50aad2364920 Mon Sep 17 00:00:00 2001 From: Russell Briggs Date: Mon, 28 Oct 2019 13:25:41 +1300 Subject: [PATCH 093/112] 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 c5a5c0107..5889e37eb 100644 --- a/report_py3o/models/ir_actions_report.py +++ b/report_py3o/models/ir_actions_report.py @@ -116,7 +116,8 @@ class IrActionsReport(models.Model): 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 @@ class IrActionsReport(models.Model): @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 0144e53301a64977a2e930ec419944a6ba6edf79 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Thu, 23 Jan 2020 12:29:39 +0100 Subject: [PATCH 094/112] [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 6ed73b3a0..da905ae77 100644 --- a/report_py3o/models/py3o_report.py +++ b/report_py3o/models/py3o_report.py @@ -226,23 +226,33 @@ class Py3oReport(models.TransientModel): 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 @@ class Py3oReport(models.TransientModel): "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 ee2ab592e2993a4fd87d453dbedf8d257ddd88f8 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 12 May 2020 17:02:14 +0200 Subject: [PATCH 095/112] [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 240960ead..bc3d06ec6 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 70ff21086..5c92fb26a 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 eae063325..d7dd54be9 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 4ee9c005a..87385ecab 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 95f752d8e..f6f7be80a 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 d2702a30d..41d28d45e 100644 --- a/report_py3o/views/report_py3o.xml +++ b/report_py3o/views/report_py3o.xml @@ -1,8 +1,11 @@ - + - +