From 351badcd4882ccb97cc3412eafa17dce87582ad9 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 17:50:09 +0200 Subject: [PATCH 01/93] 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 00000000..dba13ed2 --- /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 00000000..f993a6ca --- /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 00000000..51709d3d --- /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 00000000..2c4eac3f --- /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 00000000..328da8e6 --- /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 00000000..503c6da1 --- /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 00000000..39653c67 --- /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 00000000..28989d9f --- /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 00000000..106bd332 --- /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 00000000..570ca474 --- /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 00000000..d815a845 --- /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 00000000..29b49dfd --- /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 00000000..d7467f95 --- /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 00000000..8683ea25 --- /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 00000000..9ac0d796 --- /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 00000000..a5586aa4 --- /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 00000000..4f26473f --- /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 00000000..45fa384b --- /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 00000000..adc3a953 --- /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 87fbba77d9b3629d4a73033c5a4b423e6ee2708f Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 18:04:11 +0200 Subject: [PATCH 02/93] 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 328da8e6..cafbe598 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 c32ae254cbf61feb1eea9f2a3b68a442d9950523 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Mon, 3 Oct 2016 18:25:04 +0200 Subject: [PATCH 03/93] [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 a5586aa4..1fbb52c4 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -9,7 +9,7 @@ - + From 32062c987ed7c0058c8569261ffd4cdcb4406589 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 08:23:12 +0200 Subject: [PATCH 04/93] [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 2c4eac3f..9a7e03ed 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 cafbe598..8a4d7990 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 28989d9f..ccf621aa 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 106bd332..927994e3 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 570ca474..009494fc 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 d815a845..bf434a59 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 29b49dfd..7281f333 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 d7467f95..36ed669d 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 8683ea25..00000000 --- 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 eac6184104c9377debfab2f3993b5e1330861051 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 09:50:16 +0200 Subject: [PATCH 05/93] 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 7281f333..5f46179d 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 92a1cde5b562087f1b5b985a71f60ecca8ca185a Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 09:52:00 +0200 Subject: [PATCH 06/93] [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 927994e3..2f520b98 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 36ed669d..ab8c41c5 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 744fb50808f0f249ce8ef171cf18f1aff3976589 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 11:26:15 +0200 Subject: [PATCH 07/93] [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 9a7e03ed..0650744f 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 8a4d7990..b5b8d052 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 503c6da1..00000000 --- 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 ccf621aa..68f18d48 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 2f520b98..5097553a 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 009494fc..00000000 --- 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 ab8c41c5..d0d20151 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 1fbb52c4..e3469464 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -15,6 +15,8 @@ + + From af3baa493f32563f6442d0682543b91c01ce1bf1 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 12:22:36 +0200 Subject: [PATCH 08/93] 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 d0d20151..2acc68bd 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 3fe36bef18b3cc9c2e041b75753be9baaf7eb9ea Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:51:24 +0200 Subject: [PATCH 09/93] 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 9ac0d796..c6ba6f76 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 8360106cfe8d1a734f5a91e5798d5e179878cf61 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:52:07 +0200 Subject: [PATCH 10/93] 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 5097553a..7a7fe04f 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 994dc716d81b46086a7681f60229fa01dfcee715 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 13:52:29 +0200 Subject: [PATCH 11/93] 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 2acc68bd..f3e9c687 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 e40e810485539e41242fb6447c60e1940b9e8613 Mon Sep 17 00:00:00 2001 From: Florent AIDE Date: Tue, 4 Oct 2016 14:39:22 +0200 Subject: [PATCH 12/93] 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 7a7fe04f..7c9686c7 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 0a8c0b67c645ad4173cbfad310b39a1900967854 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 16:39:50 +0200 Subject: [PATCH 13/93] 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 b5b8d052..e86cc6fa 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 00000000..3f8e53eb --- /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 00000000..b57342f1 --- /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 39653c67..171e2e55 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 7c9686c7..418b7105 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 f3e9c687..b3f4380d 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 00000000..13bc3247 --- /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 00000000..c8afa04a --- /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 e3469464..f06b4468 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 8892b8faa6f6aec2095ff91d63318f0f06ddffd4 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 16:51:01 +0200 Subject: [PATCH 14/93] 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 3f8e53eb..00000000 --- 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 b3f4380d..373c7718 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 c8afa04a..fb71d8e9 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 25605352aa8788b787082c5f778a259164f9d2d1 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 17:35:54 +0200 Subject: [PATCH 15/93] 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 373c7718..e32e1af4 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 fb71d8e9..ee0f594b 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 fd3f844be43db0ac1a1a36c703ad7963909a22f3 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Tue, 4 Oct 2016 18:11:41 +0200 Subject: [PATCH 16/93] 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 f06b4468..8e923ec2 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 4f26473f..38388f30 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 45fa384b..8a9682d4 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 adc3a953..0ee57f37 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 b6faa590b2302a694c4f9c3db0ab1fa9f0d7dd39 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 4 Oct 2016 22:30:16 +0200 Subject: [PATCH 17/93] 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 51709d3d..00000000 --- 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 00000000..cf4d7062 --- /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 e86cc6fa..e4f1cd43 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 418b7105..37d017ee 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 bf434a59..1808c3f7 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 5f46179d..f7873a5a 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 c6ba6f76..f43cac06 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 8e923ec2..1d01ca95 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 8a9682d4..dd936d88 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 0ee57f37..93f459aa 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 ceea7bf493132c85ee78315e9b4850188d846ebe Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 5 Oct 2016 09:50:57 +0200 Subject: [PATCH 18/93] 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 f993a6ca..00000000 --- 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 e4f1cd43..26378bb7 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 37d017ee..0c77f0d4 100644 --- a/report_py3o/models/ir_report.py +++ b/report_py3o/models/ir_report.py @@ -2,15 +2,22 @@ # Copyright 2013 XCG Consulting (http://odoo.consulting) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). import os -from py3o.formats import Formats from openerp import api, fields, models, _ from openerp.report.interface import report_int from openerp.exceptions import ValidationError from openerp import addons from ..py3o_parser import Py3oParser +import logging +logger = logging.getLogger(__name__) -class ReportXml(models.Model): +try: + from py3o.formats import Formats +except ImportError: + logger.debug('Cannot import py3o.formats') + + +class IrActionsReportXml(models.Model): """ Inherit from ir.actions.report.xml to allow customizing the template file. The user cam chose a template from a list. The list is configurable in the configuration tab, see py3o_template.py @@ -22,8 +29,8 @@ class ReportXml(models.Model): @api.constrains("py3o_filetype", "report_type") def _check_py3o_filetype(self): if self.report_type == "py3o" and not self.py3o_filetype: - raise ValidationError( - "Field 'Output Format' is required for Py3O report") + raise ValidationError(_( + "Field 'Output Format' is required for Py3O report")) @api.one @api.constrains("py3o_is_local_fusion", "py3o_server_id", @@ -32,9 +39,9 @@ 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 e32e1af4..853035ac 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 1d01ca95..bc77db6f 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 38388f30..8960a20d 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 dd936d88..7712305d 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 93f459aa..320376f8 100644 --- a/report_py3o/views/py3o_template.xml +++ b/report_py3o/views/py3o_template.xml @@ -1,54 +1,54 @@ - - - py3o.template.configuration.search.view - py3o.template - - - - - - - - - - - - py3o.template.configuration.form.view - py3o.template - -
- - - - - -
-
-
+ + py3o.template.configuration.search.view + py3o.template + + + + + + + + + + - - py3o.template.configuration.tree.view - py3o.template - - + + py3o.template.configuration.form.view + py3o.template + +
+ - - - + + +
+
+
+ + + py3o.template.configuration.tree.view + py3o.template + + + + + + + + + + Py3o Templates + py3o.template + tree,form + - - Py3o Templates - py3o.template - tree,form - + - -
From 9f6a0bd730b59251585067dfea8a104eb5f94d26 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 09:52:14 +0200 Subject: [PATCH 19/93] 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 0c77f0d4..a4cc3e5d 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 ef3461e87a76cc4d515c9515fb3e15ee2a3999be Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 09:56:18 +0200 Subject: [PATCH 20/93] 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 68f18d48..a8e7b0a6 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 ee0f594b..b2ed2f11 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 211fec175bfc21500c48b48936e4f679bf5d2943 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Thu, 6 Oct 2016 10:46:28 +0200 Subject: [PATCH 21/93] 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 a4cc3e5d..bf262914 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 b2ed2f11..ac58f59c 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 e3986ad5386cf791f811c367322b850ad1f13d41 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 12 Oct 2016 16:24:27 +0200 Subject: [PATCH 22/93] [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 bf262914..bce6593d 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 c25c44f74ad0b34b565e8b61a89bb194562cc0ca Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 11:48:54 +0200 Subject: [PATCH 23/93] 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 cf4d7062..bda16617 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 60fa7324cfc885463407c2f0bb410dc9f1fddb3a Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 18:56:39 +0200 Subject: [PATCH 24/93] 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 bce6593d..da456faf 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 1808c3f7..099d355c 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 f7873a5a..93cab419 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 853035ac..314085d0 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 ac58f59c..2e956c9c 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 bc77db6f..0b74a52f 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 71d03ecfee27fcbc4f61c3b1567009df1cd9742f Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 18:58:27 +0200 Subject: [PATCH 25/93] 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 bda16617..e9c3c117 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 26378bb7..90761d21 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 1ca273efa83e1e242e36e222696a5e57ae015653 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 14 Oct 2016 19:02:55 +0200 Subject: [PATCH 26/93] 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 da456faf..3a290f1d 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 6a8dfd4d0742c9384f1434fe38498b9f42e97bc7 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 4 Nov 2016 14:16:25 +0100 Subject: [PATCH 27/93] 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 e9c3c117..64718f82 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 d8e521553187d66fb0f41e63bdcb154a516d3af8 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 00:18:35 +0100 Subject: [PATCH 28/93] 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 314085d0..5bcad828 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 54dbe57480bbb8f0d26ab20912176bfd574dc07d Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 00:18:53 +0100 Subject: [PATCH 29/93] 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 5bcad828..4fc1e90d 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 b1f78b6dc58f2bb983cdb6d8ec5aab18387e91da Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 20 Dec 2016 09:36:28 +0100 Subject: [PATCH 30/93] 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 2e956c9c..18438c34 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 57fadae84ce8c96b33b60a408b869bde5ebb5eb0 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 16 Nov 2016 14:57:14 +0100 Subject: [PATCH 31/93] [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 4fc1e90d..44e856c0 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 e542ea7ba5722c05c784659daceedd063f2b72b4 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Sat, 17 Dec 2016 10:07:47 +0100 Subject: [PATCH 32/93] [IMP] Replace old style parser by TransientModel The goal is to improve the modularity by making the parser a true inheritable odoo model and share part of the code with the 'report' model Conflicts: report_py3o/models/ir_actions_report_xml.py report_py3o/models/py3o_report.py report_py3o/tests/test_report_py3o.py --- report_py3o/models/__init__.py | 1 + report_py3o/models/ir_actions_report_xml.py | 53 +---- .../{py3o_parser.py => models/py3o_report.py} | 189 ++++++++++++------ report_py3o/tests/test_report_py3o.py | 9 +- 4 files changed, 148 insertions(+), 104 deletions(-) rename report_py3o/{py3o_parser.py => models/py3o_report.py} (52%) diff --git a/report_py3o/models/__init__.py b/report_py3o/models/__init__.py index a8e7b0a6..425cb3d9 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 3a290f1d..bbd95923 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 44e856c0..7c479455 100644 --- a/report_py3o/py3o_parser.py +++ b/report_py3o/models/py3o_report.py @@ -1,24 +1,29 @@ # -*- coding: utf-8 -*- # Copyright 2013 XCG Consulting (http://odoo.consulting) +# Copyright 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) +import base64 +from base64 import b64decode from cStringIO import StringIO import json -import pkg_resources +import logging import os -import sys -from base64 import b64decode +import pkg_resources import requests +import sys from tempfile import NamedTemporaryFile -from odoo import api, _ from odoo import exceptions from odoo.report.report_sxw import report_sxw import logging +from zipfile import ZipFile, ZIP_DEFLATED +from openerp import api, fields, models, _ logger = logging.getLogger(__name__) try: from py3o.template.helpers import Py3oConvertor from py3o.template import Template + from py3o import formats except ImportError: logger.debug('Cannot import py3o.template') try: @@ -64,11 +69,18 @@ def defautl_extend(report_xml, localcontext): localcontext['report_xml'] = report_xml -class Py3oParser(report_sxw): - """Custom class that use Py3o to render libroffice reports. - Code partially taken from CampToCamp's webkit_report.""" +class Py3oReport(models.TransientModel): + _name = "py3o.report" + _inherit = 'report' + _description = "Report Py30" + + ir_actions_report_xml_id = fields.Many2one( + comodel_name="ir.actions.report.xml", + required=True + ) - def get_template(self, report_obj): + @api.multi + def get_template(self): """private helper to fetch the template data either from the database or from the default template file provided by the implementer. @@ -76,30 +88,27 @@ 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) + + @api.multi + def _get_parser_context(self, model_instance, data): + report_xml = self.ir_actions_report_xml_id + context_instance = rml_parse(self.env.cr, self.env.uid, + report_xml.name, + context=self.env.context) + context_instance.set_context(model_instance, data, model_instance.ids, + report_xml.report_type) + self._extend_parser_context(context_instance, report_xml) + return context_instance.localcontext + + @api.multi + def _postprocess_report(self, content, res_id, save_in_attachment): + if save_in_attachment.get(res_id): + attachment = { + 'name': save_in_attachment.get(res_id), + 'datas': base64.encodestring(content), + 'datas_fname': save_in_attachment.get(res_id), + 'res_model': save_in_attachment.get('model'), + 'res_id': res_id, + } + return self.env['ir.attachment'].create(attachment) + return False - def create_single_pdf(self, cr, uid, ids, data, report_xml, context=None): - """ Overide this function to generate our py3o report + @api.multi + def _create_single_report(self, model_instance, data, save_in_attachment): + """ This function to generate our py3o report """ - if report_xml.report_type != 'py3o': - return super(Py3oParser, self).create_single_pdf( - cr, uid, ids, data, report_xml, context=context - ) - - parser_instance = self.parser(cr, uid, self.name2, context=context) - parser_instance.set_context( - self.getObjects(cr, uid, ids, context), - data, ids, report_xml.report_type - ) - self._extend_parser_context(parser_instance, report_xml) + self.ensure_one() + report_xml = self.ir_actions_report_xml_id - tmpl_data = self.get_template(report_xml) + tmpl_data = self.get_template() in_stream = StringIO(tmpl_data) out_stream = StringIO() template = Template(in_stream, out_stream, escape_false=True) - localcontext = parser_instance.localcontext + localcontext = self._get_parser_context(model_instance, data) if report_xml.py3o_is_local_fusion: template.render(localcontext) in_stream = out_stream @@ -181,7 +207,7 @@ 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 + + @api.multi + def _get_or_create_single_report(self, model_instance, data, + save_in_attachment): + self.ensure_one() + if save_in_attachment and save_in_attachment[ + 'loaded_documents'].get(model_instance.id): + d = save_in_attachment[ + 'loaded_documents'].get(model_instance.id) + return d, self.ir_actions_report_xml_id.py3o_filetype + return self._create_single_report( + model_instance, data, save_in_attachment) + + @api.multi + def _zip_results(self, results): + self.ensure_one() + zfname_prefix = self.ir_actions_report_xml_id.name + with NamedTemporaryFile(suffix="zip", prefix='py3o-zip-result') as fd: + with ZipFile(fd, 'w', ZIP_DEFLATED) as zf: + cpt = 0 + for r, ext in results: + fname = "%s_%d.%s" % (zfname_prefix, cpt, ext) + zf.writestr(fname, r) + cpt += 1 + fd.seek(0) + return fd.read(), 'zip' + + @api.multi + def _merge_pdfs(self, results): + from pyPdf import PdfFileWriter, PdfFileReader + output = PdfFileWriter() + for r in results: + reader = PdfFileReader(StringIO(r[0])) + for page in range(reader.getNumPages()): + output.addPage(reader.getPage(page)) + s = StringIO() + output.write(s) + return s.getvalue(), formats.FORMAT_PDF + + @api.multi + def _merge_results(self, results): + self.ensure_one() + if not results: + return False, False + if len(results) == 1: + return results[0] + filetype = self.ir_actions_report_xml_id.py3o_filetype + if filetype == formats.FORMAT_PDF: + return self._merge_pdfs(results) + else: + return self._zip_results(results) - return res, filetype - - def create(self, cr, uid, ids, data, context=None): + @api.multi + def create_report(self, res_ids, data): """ Override this function to handle our py3o report """ - env = api.Environment(cr, uid, context) - report_xmls = env['ir.actions.report.xml'].search( - [('report_name', '=', self.name[7:])]) - if not report_xmls: - return super(Py3oParser, self).create( - cr, uid, ids, data, context=context - ) - - result = self.create_source_pdf( - cr, uid, ids, data, report_xmls[0], context - ) - - if not result: - return False, False - return result + model_instances = self.env[self.ir_actions_report_xml_id.model].browse( + res_ids) + save_in_attachment = self._check_attachment_use( + model_instances, self.ir_actions_report_xml_id) or {} + results = [] + for model_instance in model_instances: + results.append(self._get_or_create_single_report( + model_instance, data, save_in_attachment)) + return self._merge_results(results) diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 18438c34..780087b6 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 55bcc1e5df91133e8a27c75ab3d2827ec75e1866 Mon Sep 17 00:00:00 2001 From: "Jonathan Nemry (ACSONE)" Date: Thu, 22 Dec 2016 18:07:46 +0100 Subject: [PATCH 33/93] [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 7c479455..11dabcd9 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 63167880c878ec3e421aad8394fc617592aa276d Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 23 Dec 2016 12:43:57 +0100 Subject: [PATCH 34/93] [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 11dabcd9..b52bffbd 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) - - filetype = report_xml.py3o_filetype - is_native = Formats().get_format(filetype).native - if is_native: - res = out_stream.getvalue() - else: # Call py3o.server to render the template in the desired format - in_stream.seek(0) + with closing(os.fdopen(result_fd, 'w+')) as out_stream: + template = Template(in_stream, out_stream, escape_false=True) + localcontext = self._get_parser_context(model_instance, data) + is_native = Formats().get_format(filetype).native + if report_xml.py3o_is_local_fusion: + template.render(localcontext) + out_stream.seek(0) + in_stream = out_stream.read() + datadict = {} + else: + expressions = template.get_all_user_python_expression() + py_expression = template.convert_py3o_to_python_ast( + expressions) + convertor = Py3oConvertor() + data_struct = convertor(py_expression) + datadict = data_struct.render(localcontext) + + if not is_native or not report_xml.py3o_is_local_fusion: + # Call py3o.server to render the template in the desired format files = { 'tmpl_file': in_stream, } @@ -212,21 +237,13 @@ 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) - @api.multi - def _merge_pdfs(self, results): - from pyPdf import PdfFileWriter, PdfFileReader - output = PdfFileWriter() - for r in results: - reader = PdfFileReader(StringIO(r[0])) - for page in range(reader.getNumPages()): - output.addPage(reader.getPage(page)) - s = StringIO() - output.write(s) - return s.getvalue(), formats.FORMAT_PDF + cpt += 1 + return result_path @api.multi - def _merge_results(self, results): + def _merge_results(self, reports_path): self.ensure_one() - if not results: - return False, False - if len(results) == 1: - return results[0] filetype = self.ir_actions_report_xml_id.py3o_filetype + if not reports_path: + return False, False + if len(reports_path) == 1: + return reports_path[0], filetype if filetype == formats.FORMAT_PDF: - return self._merge_pdfs(results) + return self._merge_pdf(reports_path), formats.FORMAT_PDF else: - return self._zip_results(results) + return self._zip_results(reports_path), 'zip' + + @api.model + def _cleanup_tempfiles(self, temporary_files): + # Manual cleanup of the temporary files + for temporary_file in temporary_files: + try: + os.unlink(temporary_file) + except (OSError, IOError): + logger.error( + 'Error when trying to remove file %s' % temporary_file) @api.multi def create_report(self, res_ids, data): @@ -287,8 +303,21 @@ 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 780087b6..70e4a513 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 1e930adfd217dbd91f997f044023802a8ea8061f Mon Sep 17 00:00:00 2001 From: "Jonathan Nemry (ACSONE)" Date: Mon, 9 Jan 2017 15:28:22 +0100 Subject: [PATCH 35/93] * 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 bbd95923..cfbfeb41 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 f1ee7c0a3520dce2b5930e6975f2b1aa0371a2b2 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 25 Jan 2017 11:14:33 +0100 Subject: [PATCH 36/93] 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 64718f82..141c33cd 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 bc35d438fd60b8b3224b7d1b7fef653e0d734d05 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 25 Jan 2017 11:56:21 +0100 Subject: [PATCH 37/93] [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 b52bffbd..ccebbcb8 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 e5861a78de322f3818059aea22a3b6bbb803d171 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 23 Feb 2017 10:09:38 +0100 Subject: [PATCH 38/93] [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 ccebbcb8..c0734ecd 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 70e4a513..131cb563 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 e39784ae7dc02a415b24a6b27233d7cb593b4b48 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 25 Feb 2017 00:31:41 -0500 Subject: [PATCH 39/93] OCA Transbot updated translations from Transifex --- report_py3o/i18n/de.po | 267 ++++++++++++++++++++++++++++++++++++ report_py3o/i18n/es.po | 276 ++++++++++++++++++++++++++++++++++++++ report_py3o/i18n/fr.po | 252 ++++++++++++++++++++++++---------- report_py3o/i18n/hr_HR.po | 267 ++++++++++++++++++++++++++++++++++++ 4 files changed, 988 insertions(+), 74 deletions(-) create mode 100644 report_py3o/i18n/de.po create mode 100644 report_py3o/i18n/es.po create mode 100644 report_py3o/i18n/hr_HR.po diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po new file mode 100644 index 00000000..ea606b2f --- /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 00000000..fe68da4a --- /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 171e2e55..9bcec155 100644 --- a/report_py3o/i18n/fr.po +++ b/report_py3o/i18n/fr.po @@ -1,108 +1,193 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * report_py3o -# +# * report_py3o +# +# Translators: +# OCA Transbot , 2017 msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-16 11:15+0000\n" -"PO-Revision-Date: 2015-11-27 14:56+0100\n" -"Last-Translator: <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2017-02-23 01:39+0000\n" +"PO-Revision-Date: 2017-02-23 01:39+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: \n" +"Content-Transfer-Encoding: \n" "Language: fr\n" -"X-Generator: Poedit 1.8.6\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:169 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:52 #, python-format -msgid "Configuration Error" -msgstr "Erreur de configuration " +msgid "(Native)" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active +msgid "Active" +msgstr "" #. module: report_py3o -#: field:py3o.fusion.filetype,create_uid:0 field:py3o.server,create_uid:0 -#: field:py3o.template,create_uid:0 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:40 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Créé par " #. module: report_py3o -#: field:py3o.fusion.filetype,create_date:0 field:py3o.server,create_date:0 -#: field:py3o.template,create_date:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Créé le " #. module: report_py3o -#: field:ir.actions.report.xml,py3o_template_fallback:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback msgid "Fallback" msgstr "Procédure de recours" #. module: report_py3o -#: field:py3o.fusion.filetype,fusion_ext:0 -msgid "Fusion Extension" -msgstr "Fusion Extension" +#: code:addons/report_py3o/models/ir_actions_report_xml.py:28 +#, python-format +msgid "Field 'Output Format' is required for Py3O report" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "File Type" +msgstr "" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:190 +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:256 #, python-format -msgid "Fusion Server Says Error" -msgstr "Serveur Fusion affiche Erreur" +msgid "Fusion server error %s" +msgstr "" #. module: report_py3o -#: field:py3o.fusion.filetype,human_ext:0 -msgid "Human readble extension" -msgstr "Extension facilement lisible" +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +msgid "Group By" +msgstr "" #. module: report_py3o -#: field:py3o.fusion.filetype,id:0 field:py3o.server,id:0 -#: field:py3o.template,id:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" #. module: report_py3o -#: help:ir.actions.report.xml,py3o_template_fallback:0 -msgid "If the user does not provide a template this will be used it should be a relative path to root of YOUR module" -msgstr "If the user does not provide a template this will be used it should be a relative path to root of YOUR module" +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +msgid "" +"If the user does not provide a template this will be used it should be a " +"relative path to root of YOUR module or an absolute path on your server." +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" #. module: report_py3o -#: field:py3o.fusion.filetype,write_uid:0 field:py3o.server,write_uid:0 -#: field:py3o.template,write_uid:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id +msgid "Ir actions report xml id" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par " #. module: report_py3o -#: field:py3o.fusion.filetype,write_date:0 field:py3o.server,write_date:0 -#: field:py3o.template,write_date:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Dernière mise à jour le " #. module: report_py3o -#: view:ir.actions.report.xml:report_py3o.py3o_report_view -#: field:py3o.template,py3o_template_data:0 -msgid "LibreOffice template" -msgstr "LibreOffice template" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data +#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +msgid "LibreOffice Template" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +msgid "LibreOffice Template File Type" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" #. module: report_py3o -#: field:ir.actions.report.xml,module:0 +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" msgstr "Module" #. module: report_py3o -#: field:py3o.template,name:0 +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name msgid "Name" msgstr "Nom" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:170 +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion +msgid "" +"Native formats will be processed without a server. You must use this mode if" +" you call methods on your model into the template." +msgstr "" + +#. module: report_py3o +#: code:addons/report_py3o/models/py3o_report.py:147 #, python-format -msgid "No Py3o server configuration found" -msgstr "Pas de configuration trouvée du serveur Py3o" +msgid "No template found. Aborting." +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" +msgstr "" #. module: report_py3o -#: field:ir.actions.report.xml,py3o_filetype:0 +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype msgid "Output Format" msgstr "Format de sortie" @@ -112,52 +197,71 @@ msgid "Py3o" msgstr "Py3o" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -#: view:py3o.server:report_py3o.py3o_server_configuration_form_view -#: view:py3o.server:report_py3o.py3o_server_configuration_tree_view +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view msgid "Py3o Server Configuration" msgstr "Configuration du serveur Py3o" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -msgid "Py3o Templates" -msgstr "Py3o Templates" +#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o +#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action -#: view:py3o.template:report_py3o.py3o_template_configuration_form_view -#: view:py3o.template:report_py3o.py3o_template_configuration_tree_view -msgid "Py3o Templates Configuration" -msgstr "Py3o Templates Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +msgid "Py3o Templates" +msgstr "Py3o Templates" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:130 -#, python-format -msgid "Report definition %s not found" -msgstr "Report definition %s not found" +#: model:ir.model,name:report_py3o.model_py3o_report +msgid "Report Py30" +msgstr "" #. module: report_py3o -#: field:ir.actions.report.xml,py3o_template_id:0 +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id msgid "Template" msgstr "Template" #. module: report_py3o -#: code:addons/report_py3o/py3o_parser.py:105 -#, python-format -msgid "Template Not Found" -msgstr "Template non trouvé" - -#. module: report_py3o -#: help:ir.actions.report.xml,module:0 +#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module msgid "The implementer module that provides this report" msgstr "The implementer module that provides this report" #. module: report_py3o -#: field:py3o.server,url:0 -msgid "URL" -msgstr "URL" +#: model:ir.model,name:report_py3o.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_py3o_server +msgid "py3o.server" +msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -msgid "py3o.server.configuration.action" -msgstr "py3o.server.configuration.action" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "py3o.template" +msgstr "" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po new file mode 100644 index 00000000..ce8153e6 --- /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 ca8de2989366b9159c4b4dec65ddfcac4ec219de Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 2 Mar 2017 09:09:03 +0100 Subject: [PATCH 40/93] [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 425cb3d9..863d037d 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 c0734ecd..5aa5d574 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 00000000..0666861c --- /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 d0a3982fcee29824f7c143076283214cecb39482 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 6 Mar 2017 10:30:29 +0100 Subject: [PATCH 41/93] [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 141c33cd..58731bec 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 90761d21..6d6522f8 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 7e4e964559427274b96fcf32f15d60aa2df54f78 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 11 Mar 2017 00:36:03 -0500 Subject: [PATCH 42/93] 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 ce8153e6..4ac350cd 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 65dd6100687d19882374af236f7db6eeb515f8d7 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 8 Mar 2017 13:37:33 +0100 Subject: [PATCH 43/93] [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 58731bec..d29fcdef 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 5aa5d574..d8f00e74 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 131cb563..0ddd7541 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 9314ff2a96cdc98f5e953ac97bffe8c86db54465 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 18 Mar 2017 01:30:42 -0400 Subject: [PATCH 44/93] 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 fe68da4a..c1ce58cb 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 eb6d4e585948ce75419d69670b15bff64bc6321d 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 45/93] 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 6d6522f8..2f9aaaba 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 00ee1520219792e4d6ab0788f1c310b96875f02a Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 3 Apr 2017 12:03:11 +0200 Subject: [PATCH 46/93] 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 d8f00e74..3681a1a7 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 97fa71333f420354b6d692be8c50be77f8e62ec8 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 5 Apr 2017 13:44:40 +0200 Subject: [PATCH 47/93] 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 d29fcdef..192965f5 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 3681a1a7..79c9ffcc 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 5173ca28c33b0b2c7b209a3fe4448e7ff778af82 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 12 Apr 2017 14:22:04 +0200 Subject: [PATCH 48/93] 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 cfbfeb41..5539155c 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 79c9ffcc..6b76aa35 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 0b74a52f..19f51f72 100644 --- a/report_py3o/views/ir_report.xml +++ b/report_py3o/views/ir_report.xml @@ -15,6 +15,7 @@ + From 275fe2bf6278fddf6f8bec4f480c4a29d9b9cde1 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Mon, 1 May 2017 23:12:47 +0200 Subject: [PATCH 49/93] 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 c1ce58cb..769f2a0d 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 00000000..6dd96fc8 --- /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 860439b7433fc88b476bf999b758bd25625fcd12 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 30 May 2017 10:51:18 +0200 Subject: [PATCH 50/93] [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 6b76aa35..24b1af45 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 0ddd7541..f53ed058 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 0fbd3538f9d55397db8fa4dc914316b4a097c8c7 Mon Sep 17 00:00:00 2001 From: Laurent Mignon Date: Fri, 17 Feb 2017 14:31:57 +0100 Subject: [PATCH 51/93] [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 0650744f..f7209b17 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 2f9aaaba..b42c1287 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 00000000..12a7e529 --- /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 00000000..71d1ca08 --- /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 5539155c..66d9a5fc 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 00000000..8e9aa2eb --- /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 00000000..d99fc0d8 --- /dev/null +++ b/report_py3o/views/report_py3o.xml @@ -0,0 +1,10 @@ + + + + + + From c336bc93f3ff949e2afc772925f0b9ecfa50bddf Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 3 Jun 2017 08:34:25 +0200 Subject: [PATCH 52/93] 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 00000000..d36c22b9 --- /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 00000000..6ea4432e --- /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 00000000..12f47423 --- /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 00000000..70e26c2e --- /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 00000000..6df0bddc --- /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 00000000..d2ee8275 --- /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 00000000..73fba29f --- /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 ea606b2f..972a7a8c 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 00000000..74f825a6 --- /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 00000000..844f7ba2 --- /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 769f2a0d..a3cbaeb2 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 00000000..57a952da --- /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 00000000..5ee2d83f --- /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 00000000..bd2b1cca --- /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 00000000..08da515a --- /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 00000000..7cc5bb76 --- /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 00000000..2843bbce --- /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 00000000..ce52b748 --- /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 00000000..05ddc12e --- /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 00000000..a40615cf --- /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 00000000..e43f2d06 --- /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 00000000..56be6137 --- /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 00000000..666001e2 --- /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 00000000..147d0bee --- /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 00000000..42e4572b --- /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 00000000..c8375cfa --- /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 9bcec155..69428a69 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 00000000..88fd9dfa --- /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 00000000..fd353bad --- /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 00000000..5ff63ba7 --- /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 00000000..ef7c1799 --- /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 00000000..bfa6b316 --- /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 00000000..e77b7896 --- /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 4ac350cd..1d9a05eb 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 00000000..61fc6125 --- /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 00000000..e547bf75 --- /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 00000000..7e061878 --- /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 00000000..49a0b1c2 --- /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 00000000..682aa07a --- /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 00000000..c020cda5 --- /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 00000000..d0bcaa47 --- /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 00000000..07b3bb5d --- /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 00000000..90343f15 --- /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 00000000..a7f18566 --- /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 00000000..7c1d5911 --- /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 00000000..6a16d558 --- /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 00000000..de738da0 --- /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 00000000..b96fa6e3 --- /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 00000000..9cbbbb30 --- /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 00000000..a90d4947 --- /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 00000000..5190f61c --- /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 6dd96fc8..0e01043b 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 00000000..c005ea5d --- /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 00000000..7daed928 --- /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 00000000..db117af7 --- /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 00000000..4128a66f --- /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 00000000..24f431ea --- /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 00000000..6bed8247 --- /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 00000000..e422b271 --- /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 00000000..24f93532 --- /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 00000000..d289d74b --- /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 00000000..eb011919 --- /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 00000000..802b9510 --- /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 00000000..7829160a --- /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 00000000..f4ea9797 --- /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 00000000..f57bbff6 --- /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 00000000..7018ca6c --- /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 00000000..e2bdce39 --- /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 838f94e3fce97ceafae27256f98a9617954db30e Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 31 Oct 2017 11:17:17 +0100 Subject: [PATCH 53/93] [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 24b1af45..a892dec1 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 3850a62d75d19408c891a3c45de275aaf3b59a6f Mon Sep 17 00:00:00 2001 From: omar7r Date: Tue, 7 Nov 2017 20:16:05 +0100 Subject: [PATCH 54/93] [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 a892dec1..01decb42 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 780cef98989696b9dfebdc61201f9789a9c648d8 Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 9 Nov 2017 11:05:01 +0100 Subject: [PATCH 55/93] [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 66d9a5fc..7298486e 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 9c3da02bdbf7b59be2f5d6346dc8887e66412d6e Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 9 Nov 2017 11:28:11 +0100 Subject: [PATCH 56/93] [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 01decb42..13f95c3a 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 b176a24656d9518f0e28224010b06ec40aae8ec0 Mon Sep 17 00:00:00 2001 From: Omar Date: Fri, 10 Nov 2017 11:45:01 +0100 Subject: [PATCH 57/93] [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 192965f5..aeefa0aa 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 b42c1287..81e7fcd5 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 e8bcb738b9c97f9918379a5702dc33264ff0b9b1 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 25 Nov 2017 09:34:20 +0100 Subject: [PATCH 58/93] 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 a3cbaeb2..0a720419 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 69428a69..20d240ae 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 1d9a05eb..7772d644 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 0e01043b..687642a2 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 ae65d78882ab92eaf938a0ea59ac23cad2dbe8bc Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Sun, 17 Dec 2017 16:01:44 +0100 Subject: [PATCH 59/93] [RFR] split off the fusion server to its own module use libreoffice for conversions in the base version. Fixes #179 --- report_py3o/README.rst | 123 +++++------------ report_py3o/__manifest__.py | 3 +- report_py3o/demo/report_py3o.xml | 2 - report_py3o/models/__init__.py | 1 - report_py3o/models/ir_actions_report_xml.py | 22 --- report_py3o/models/py3o_report.py | 90 ++++++------- report_py3o/models/py3o_template.py | 4 + report_py3o/security/ir.model.access.csv | 2 - report_py3o/static/description/icon.png | Bin 0 -> 9455 bytes report_py3o/tests/test_report_py3o.py | 112 +++------------ report_py3o/views/ir_report.xml | 2 - report_py3o/views/py3o_template.xml | 2 +- report_py3o_fusion_server/README.rst | 127 ++++++++++++++++++ report_py3o_fusion_server/__init__.py | 4 + report_py3o_fusion_server/__manifest__.py | 30 +++++ .../demo/report_py3o.xml | 6 + report_py3o_fusion_server/models/__init__.py | 6 + .../models/ir_actions_report_xml.py | 41 ++++++ .../models/py3o_report.py | 85 ++++++++++++ .../models/py3o_server.py | 0 .../security/ir.model.access.csv | 3 + .../static/description/icon.png | Bin 0 -> 9455 bytes report_py3o_fusion_server/tests/__init__.py | 4 + .../tests/test_report_py3o_fusion_server.py | 38 ++++++ report_py3o_fusion_server/views/ir_report.xml | 13 ++ .../views/py3o_server.xml | 2 +- 26 files changed, 466 insertions(+), 256 deletions(-) create mode 100644 report_py3o/static/description/icon.png create mode 100644 report_py3o_fusion_server/README.rst create mode 100644 report_py3o_fusion_server/__init__.py create mode 100644 report_py3o_fusion_server/__manifest__.py create mode 100644 report_py3o_fusion_server/demo/report_py3o.xml create mode 100644 report_py3o_fusion_server/models/__init__.py create mode 100644 report_py3o_fusion_server/models/ir_actions_report_xml.py create mode 100644 report_py3o_fusion_server/models/py3o_report.py rename {report_py3o => report_py3o_fusion_server}/models/py3o_server.py (100%) create mode 100644 report_py3o_fusion_server/security/ir.model.access.csv create mode 100644 report_py3o_fusion_server/static/description/icon.png create mode 100644 report_py3o_fusion_server/tests/__init__.py create mode 100644 report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py create mode 100644 report_py3o_fusion_server/views/ir_report.xml rename {report_py3o => report_py3o_fusion_server}/views/py3o_server.xml (96%) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index aeefa0aa..fe8e1cf8 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -12,99 +12,30 @@ The py3o reporting engine is a reporting engine for Odoo based on `Libreoffice < * the report is stored on the server in OpenDocument format (.odt or .ods file) * the report is sent to the user in OpenDocument format or in any output format supported by Libreoffice (PDF, HTML, DOC, DOCX, Docbook, XLS, etc.) -The key advantages of a Libreoffice-based reporting engine are: - -* no need to be a developper to create or modify a report: the report is created and modified with Libreoffice. So this reporting engine has a fully WYSIWYG report developpment tool! - -* For a PDF report in A4/Letter format, it's easier to develop it with a tool such as Libreoffice that is designed to create A4/Letter documents than to develop it in HTML/CSS. +The key advantages of a Libreoffice based reporting engine are: +* no need to be a developer to create or modify a report: the report is created and modified with Libreoffice. So this reporting engine has a full WYSIWYG report development tool! +* For a PDF report in A4/Letter format, it's easier to develop it with a tool such as Libreoffice that is designed to create A4/Letter documents than to develop it in HTML/CSS, also some print peculiarities (backgrounds, margin boxes) are not very well supported by the HTML/CSS based solutions. * If you want your users to be able to modify the document after its generation by Odoo, just configure the document with ODT output (or DOC or DOCX) and the user will be able to modify the document with Libreoffice (or Word) after its generation by Odoo. - * Easy development of spreadsheet reports in ODS format (XLS output possible). -This reporting engine is an alternative to `Aeroo `_: these 2 reporting engines have similar features but their codes are completely different. +This reporting engine is an alternative to `Aeroo `_: these two reporting engines have similar features but their implementation is entirely different. You cannot use aeroo templates as drop in replacement though, you'll have to change a few details. Installation ============ -You must install 2 additionnal python libs: +Install the required python libs: .. code:: pip install py3o.template pip install py3o.formats -To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), you must install several additionnal components and Python libs: - -* `Py3o Fusion server `_, -* `Py3o render server `_, -* a Java Runtime Environment (JRE), which can be OpenJDK, -* Libreoffice started in the background in headless mode, -* the Java driver for Libreoffice (Juno). - -It is also possible to use the Python driver for Libreoffice (PyUNO), but it is recommended to use the Java driver because it is more stable. - -The installation procedure below uses the Java driver. It has been successfully tested on Ubuntu 16.04 LTS ; if you use another OS, you may have to change a few details. - -Installation of py3o.fusion: - -.. code:: - - pip install py3o.fusion - pip install service-identity - -Installation of py3o.renderserver: - -.. code:: - - pip install py3o.renderserver - -Installation of Libreoffice and JRE on Debian/Ubuntu: - -.. code:: - - sudo apt-get install default-jre ure libreoffice-java-common libreoffice-writer - -You may have to install additionnal fonts. For example, to have the special unicode symbols for phone/fax/email in the PDF reports generated by Py3o, you should install the following package: - -.. code:: - - sudo apt-get install fonts-symbola - -At the end, with the dependencies, you should have the following py3o python libs: - -.. code:: - - % pip freeze | grep py3o - py3o.formats==0.3 - py3o.fusion==0.8.6 - py3o.renderclient==0.2 - py3o.renderers.juno==0.8 - py3o.renderserver==0.5.1 - py3o.template==0.9.11 - py3o.types==0.1.1 - -Start the Py3o Fusion server: - -.. code:: - - start-py3o-fusion --debug -s localhost - -Start the Py3o render server: - -.. code:: - - start-py3o-renderserver --java=/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so --ure=/usr/share --office=/usr/lib/libreoffice --driver=juno --sofficeport=8997 - -On the output of the Py3o render server, the first line looks like: +To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), install libreoffice: .. code:: - DEBUG:root:Starting JVM: /usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so with options: -Djava.class.path=/usr/local/lib/python2.7/dist-packages/py3o/renderers/juno/py3oconverter.jar:/usr/share/java/juh.jar:/usr/share/java/jurt.jar:/usr/share/java/ridl.jar:/usr/share/java/unoloader.jar:/usr/share/java/java_uno.jar:/usr/lib/libreoffice/program/classes/unoil.jar -Xmx150M - -After **-Djava.class.path**, there is a list of Java libs with *.jar* extension ; check that each JAR file is really present on your filesystem. If one of the jar files is present in another directory, create a symlink that points to the real location of the file. If all the jar files are present on another directory, adapt the *--ure=* argument on the command line of Py3o render server. - -To check that the Py3o Fusion server is running fine, visit the URL http://:8765/form. On this web page, under the section *Target format*, make sure that you have a line *This server currently supports these formats: ods, odt, docx, doc, html, docbook, pdf, xls.*. + apt-get --no-install-recommends install libreoffice Configuration ============= @@ -139,7 +70,6 @@ the path to the template as *py3o_template_fallback*. py3o odt - /field> /odoo/templates/py3o/report/account_invoice.odt @@ -164,14 +94,9 @@ If you want an invoice in PDF format instead of ODT format, the XML file should - - http://localhost:8765/form - - py3o pdf - my_custom_module_base report/account_invoice.odt @@ -185,17 +110,12 @@ If you want to add a new py3o PDF report (and not replace a native report), the - - http://localhost:8765/form - - Partner Summary res.partner res.partner.summary py3o pdf - my_custom_module_base report/partner_summary.odt @@ -210,6 +130,12 @@ If you want to add a new py3o PDF report (and not replace a native report), the +Configuration parameters +------------------------ + +py3o.conversion_command + The command to be used to run the conversion, ``libreoffice`` by default. If you change this, whatever you set here must accept the parameters ``--headless --convert-to $ext $file`` and put the resulting file into ``$file``'s directory with extension ``$ext``. The command will be started in ``$file``'s directory. + Usage ===== @@ -217,10 +143,32 @@ Usage :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/143/10.0 +The templating language is `extensively documented `_, the records are exposed in libreoffice as ``objects``, on which you can also call functions. + +Available functions and objects +------------------------------- + +user + Browse record of current user +lang + The user's company's language as string (ISO code) +b64decode + ``base64.b64decode`` +format_multiline_value(string) + Generate the ODF equivalent of ``
`` and `` `` for multiline fields (ODF is XML internally, so those would be skipped otherwise) +html_sanitize(string) + Sanitize HTML string +time + Python's ``time`` module +display_address(partner) + Return a formatted string of the partner's address + Known issues / Roadmap ====================== * generate barcode ? +* add more detailed example in demo file to showcase features +* add migration guide aeroo -> py3o Bug Tracker =========== @@ -241,6 +189,7 @@ Contributors * Alexis de Lattre , * Guewen Baconnier * Omar Castiñeira +* Holger Brunn Maintainer diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 81e7fcd5..5b03d46d 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 b57342f1..4a47c38a 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 863d037d..e050d2c7 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 7298486e..0b6a16d3 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 13f95c3a..66198f20 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) - - if not is_native or not report_xml.py3o_is_local_fusion: - # Call py3o.server to render the template in the desired format - files = { - 'tmpl_file': tmpl_data, - } - fields = { - "targetformat": filetype, - "datadict": json.dumps(datadict), - "image_mapping": "{}", - "escape_false": "on", - } - if report_xml.py3o_is_local_fusion: - fields['skipfusion'] = '1' - r = requests.post( - report_xml.py3o_server_id.url, data=fields, files=files) - if r.status_code != 200: - # server says we have an issue... let's tell that to enduser - raise UserError( - _('Fusion server error %s') % r.text, - ) + template.render(localcontext) + out_stream.seek(0) + tmpl_data = out_stream.read() + + result_path = self._convert_single_report( + result_path, model_instance, data + ) - chunk_size = 1024 - with open(result_path, 'w+') as fd: - for chunk in r.iter_content(chunk_size): - fd.write(chunk) if len(model_instance) == 1: self._postprocess_report( result_path, model_instance.id, save_in_attachment) + + return result_path + + @api.multi + def _convert_single_report(self, result_path, model_instance, data): + """Run a command to convert to our target format""" + filetype = self.ir_actions_report_xml_id.py3o_filetype + if not Formats().get_format(filetype).native: + command = self._convert_single_report_cmd( + result_path, model_instance, data, + ) + logger.debug('Running command %s', command) + output = subprocess.check_output( + command, cwd=os.path.dirname(result_path), + ) + logger.debug('Output was %s', output) + self._cleanup_tempfiles([result_path]) + result_path, result_filename = os.path.split(result_path) + result_path = os.path.join( + result_path, '%s.%s' % ( + os.path.splitext(result_filename)[0], filetype + ) + ) return result_path + @api.multi + def _convert_single_report_cmd(self, result_path, model_instance, data): + """Return a command list suitable for use in subprocess.call""" + return [ + self.env['ir.config_parameter'].get_param( + 'py3o.conversion_command', 'libreoffice', + ), + '--headless', + '--convert-to', + self.ir_actions_report_xml_id.py3o_filetype, + result_path, + ] + @api.multi def _get_or_create_single_report(self, model_instance, data, save_in_attachment): diff --git a/report_py3o/models/py3o_template.py b/report_py3o/models/py3o_template.py index 93cab419..0cce01b4 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 f43cac06..6d45c8de 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 f53ed058..0d85dff7 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) - py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) - # check the call to the fusion server - self.report.write({"py3o_filetype": "pdf", - "py3o_server_id": py3o_server.id}) - with mock.patch('requests.post') as patched_post: - magick_response = mock.MagicMock() - magick_response.status_code = 200 - patched_post.return_value = magick_response - magick_response.iter_content.return_value = "test result" - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) - self.assertEqual(('test result', 'pdf'), res) - - def test_report_load_from_attachment(self): - py3o_report = self.env['py3o.report'] - with mock.patch.object( - py3o_report.__class__, '_create_single_report') as patched_pdf: - result = tempfile.mktemp('.txt') - with open(result, 'w') as fp: - fp.write('dummy') - patched_pdf.return_value = result - # test the call the the create method inside our custom parser - self.report.render_report(self.env.user.ids, - self.report.report_name, - {}) - self.assertEqual(1, patched_pdf.call_count) - # generated files no more exists - self.assertFalse(os.path.exists(result)) + self.report.py3o_filetype = 'pdf' res = self.report.render_report( self.env.user.ids, self.report.report_name, {}) self.assertTrue(res) - py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) - # check the call to the fusion server - self.report.write({"py3o_filetype": "pdf", - "py3o_server_id": py3o_server.id, - "attachment_use": True, + + def test_report_load_from_attachment(self): + self.report.write({"attachment_use": True, "attachment": "'my_saved_report'"}) attachments = self.env['ir.attachment'].search([]) - with mock.patch('requests.post') as patched_post: - magick_response = mock.MagicMock() - magick_response.status_code = 200 - patched_post.return_value = magick_response - magick_response.iter_content.return_value = "test result" - res = self.report.render_report( - self.env.user.ids, self.report.report_name, {}) - self.assertEqual(('test result', 'pdf'), res) + self._render_patched() new_attachments = self.env['ir.attachment'].search([]) created_attachement = new_attachments - attachments self.assertEqual(1, len(created_attachement)) @@ -151,29 +91,17 @@ 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 19f51f72..b0468231 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_template.xml b/report_py3o/views/py3o_template.xml index 320376f8..95f752d8 100644 --- a/report_py3o/views/py3o_template.xml +++ b/report_py3o/views/py3o_template.xml @@ -24,7 +24,7 @@ - + diff --git a/report_py3o_fusion_server/README.rst b/report_py3o_fusion_server/README.rst new file mode 100644 index 00000000..90f5841e --- /dev/null +++ b/report_py3o_fusion_server/README.rst @@ -0,0 +1,127 @@ +.. 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 - Fusion server support +========================================== + +This addons was written to let a fusion server handle format conversion instead of local libreoffice. + +Installation +============ + +Install several additional components and Python libs: + +* `Py3o Fusion server `_, +* `Py3o render server `_, +* a Java Runtime Environment (JRE), which can be OpenJDK, +* Libreoffice started in the background in headless mode, +* the Java driver for Libreoffice (Juno). + +It is also possible to use the Python driver for Libreoffice (PyUNO), but it is recommended to use the Java driver because it is more stable. + +The installation procedure below uses the Java driver. It has been successfully tested on Ubuntu 16.04 LTS ; if you use another OS, you may have to change a few details. + +Installation of py3o.fusion: + +.. code:: + + pip install py3o.fusion + pip install service-identity + +Installation of py3o.renderserver: + +.. code:: + + pip install py3o.renderserver + +Installation of Libreoffice and JRE on Debian/Ubuntu: + +.. code:: + + sudo apt-get install default-jre ure libreoffice-java-common libreoffice-writer + +You may have to install additionnal fonts. For example, to have the special unicode symbols for phone/fax/email in the PDF reports generated by Py3o, you should install the following package: + +.. code:: + + sudo apt-get install fonts-symbola + +At the end, with the dependencies, you should have the following py3o python libs: + +.. code:: + + % pip freeze | grep py3o + py3o.formats==0.3 + py3o.fusion==0.8.6 + py3o.renderclient==0.2 + py3o.renderers.juno==0.8 + py3o.renderserver==0.5.1 + py3o.template==0.9.11 + py3o.types==0.1.1 + +Start the Py3o Fusion server: + +.. code:: + + start-py3o-fusion --debug -s localhost + +Start the Py3o render server: + +.. code:: + + start-py3o-renderserver --java=/usr/lib/jvm/default-java/jre/lib/amd64/server/libjvm.so --ure=/usr/share --office=/usr/lib/libreoffice --driver=juno --sofficeport=8997 + +On the output of the Py3o render server, the first line looks like: + +.. 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.*. + +Known issues / Roadmap +====================== + +* none yet + +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 , +* Alexis de Lattre , +* Guewen Baconnier +* Omar Castiñeira +* Holger Brunn + +Do not contact contributors directly about help with questions or problems concerning this addon, but use the `community mailing list `_ or the `appropriate specialized mailinglist `_ for help, and the bug tracker linked in `Bug Tracker`_ above for technical issues. + +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_fusion_server/__init__.py b/report_py3o_fusion_server/__init__.py new file mode 100644 index 00000000..a3e818a4 --- /dev/null +++ b/report_py3o_fusion_server/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import models diff --git a/report_py3o_fusion_server/__manifest__.py b/report_py3o_fusion_server/__manifest__.py new file mode 100644 index 00000000..ba9a78b8 --- /dev/null +++ b/report_py3o_fusion_server/__manifest__.py @@ -0,0 +1,30 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +{ + 'name': 'Py3o Report Engine - Fusion server support', + 'summary': 'Let the fusion server handle format conversion.', + 'version': '10.0.1.0.0', + 'category': 'Reporting', + 'license': 'AGPL-3', + 'author': 'XCG Consulting,' + 'ACSONE SA/NV,' + 'Odoo Community Association (OCA)', + 'website': 'https://github.com/OCA/reporting-engine', + 'depends': ['report_py3o'], + 'external_dependencies': { + 'python': [ + 'py3o.template', + 'py3o.formats', + ], + }, + 'demo': [ + "demo/report_py3o.xml", + ], + 'data': [ + "views/ir_report.xml", + 'security/ir.model.access.csv', + 'views/py3o_server.xml', + ], + 'installable': True, +} diff --git a/report_py3o_fusion_server/demo/report_py3o.xml b/report_py3o_fusion_server/demo/report_py3o.xml new file mode 100644 index 00000000..ac4f194c --- /dev/null +++ b/report_py3o_fusion_server/demo/report_py3o.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/report_py3o_fusion_server/models/__init__.py b/report_py3o_fusion_server/models/__init__.py new file mode 100644 index 00000000..78c726c4 --- /dev/null +++ b/report_py3o_fusion_server/models/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import ir_actions_report_xml +from . import py3o_report +from . import py3o_server diff --git a/report_py3o_fusion_server/models/ir_actions_report_xml.py b/report_py3o_fusion_server/models/ir_actions_report_xml.py new file mode 100644 index 00000000..d4fa0db6 --- /dev/null +++ b/report_py3o_fusion_server/models/ir_actions_report_xml.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +# © 2013 XCG Consulting +# © 2017 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +import logging +from openerp import _, api, fields, models +from odoo.exceptions import ValidationError + +logger = logging.getLogger(__name__) + +try: + from py3o.formats import Formats +except ImportError: + logger.debug('Cannot import py3o.formats') + + +class IrActionsReportXml(models.Model): + _inherit = 'ir.actions.report.xml' + + @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": + continue + 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")) + + 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") diff --git a/report_py3o_fusion_server/models/py3o_report.py b/report_py3o_fusion_server/models/py3o_report.py new file mode 100644 index 00000000..dd0381f0 --- /dev/null +++ b/report_py3o_fusion_server/models/py3o_report.py @@ -0,0 +1,85 @@ +# -*- coding: utf-8 -*- +# © 2013 XCG Consulting +# © 2016 ACSONE SA/NV +# © 2017 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +import json +import logging +import os +import requests +import tempfile +from contextlib import closing +from openerp import _, api, models +from openerp.exceptions import UserError +from StringIO import StringIO + +logger = logging.getLogger(__name__) + +try: + from py3o.template import Template + from py3o.template.helpers import Py3oConvertor +except ImportError: + logger.debug('Cannot import py3o.template') + + +class Py3oReport(models.TransientModel): + _inherit = 'py3o.report' + + @api.multi + def _create_single_report(self, model_instance, data, save_in_attachment): + """ This function to generate our py3o report + """ + self.ensure_one() + report_xml = self.ir_actions_report_xml_id + filetype = report_xml.py3o_filetype + if report_xml.py3o_is_local_fusion: + result_path = super(Py3oReport, self)._create_single_report( + model_instance, data, save_in_attachment, + ) + with closing(open(result_path, 'r')) as out_stream: + tmpl_data = out_stream.read() + datadict = {} + else: + result_fd, result_path = tempfile.mkstemp( + suffix='.' + filetype, 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) + 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) + + # 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, + ) + + 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 diff --git a/report_py3o/models/py3o_server.py b/report_py3o_fusion_server/models/py3o_server.py similarity index 100% rename from report_py3o/models/py3o_server.py rename to report_py3o_fusion_server/models/py3o_server.py diff --git a/report_py3o_fusion_server/security/ir.model.access.csv b/report_py3o_fusion_server/security/ir.model.access.csv new file mode 100644 index 00000000..8015edc9 --- /dev/null +++ b/report_py3o_fusion_server/security/ir.model.access.csv @@ -0,0 +1,3 @@ +"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" +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_fusion_server/static/description/icon.png b/report_py3o_fusion_server/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_fusion_server/tests/__init__.py b/report_py3o_fusion_server/tests/__init__.py new file mode 100644 index 00000000..06cc0dee --- /dev/null +++ b/report_py3o_fusion_server/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from . import test_report_py3o_fusion_server diff --git a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py new file mode 100644 index 00000000..ebe1a92d --- /dev/null +++ b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py @@ -0,0 +1,38 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Therp BV +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +import mock +from odoo.exceptions import ValidationError +from odoo.addons.report_py3o.tests import test_report_py3o + + +@mock.patch( + 'requests.post', mock.Mock( + return_value=mock.Mock( + status_code=200, + iter_content=mock.Mock(return_value=['test_result']), + ) + ) +) +class TestReportPy3oFusionServer(test_report_py3o.TestReportPy3o): + def setUp(self): + super(TestReportPy3oFusionServer, self).setUp() + py3o_server = self.env['py3o.server'].create({"url": "http://dummy"}) + # check the call to the fusion server + self.report.write({ + "py3o_server_id": py3o_server.id, + "py3o_filetype": 'pdf', + }) + + 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.write({"py3o_server_id": None}) + self.assertEqual( + e.exception.name, + "Can not use not native format in local fusion. " + "Please specify a Fusion Server") + + def test_reports_no_local_fusion(self): + self.report.py3o_is_local_fusion = False + self.test_reports() diff --git a/report_py3o_fusion_server/views/ir_report.xml b/report_py3o_fusion_server/views/ir_report.xml new file mode 100644 index 00000000..35cba84f --- /dev/null +++ b/report_py3o_fusion_server/views/ir_report.xml @@ -0,0 +1,13 @@ + + + + ir.actions.report.xml + + + + + + + + + diff --git a/report_py3o/views/py3o_server.xml b/report_py3o_fusion_server/views/py3o_server.xml similarity index 96% rename from report_py3o/views/py3o_server.xml rename to report_py3o_fusion_server/views/py3o_server.xml index 7712305d..810e5918 100644 --- a/report_py3o/views/py3o_server.xml +++ b/report_py3o_fusion_server/views/py3o_server.xml @@ -32,7 +32,7 @@
From 2f135edfad006d3fbbde0cc4fb45cce081e0460e Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 10 Jan 2018 21:11:10 +0100 Subject: [PATCH 60/93] Improve README.rst for report_py3o* modules --- report_py3o/README.rst | 9 +++++++-- report_py3o_fusion_server/README.rst | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index fe8e1cf8..13c7bc4c 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 ====================== diff --git a/report_py3o_fusion_server/README.rst b/report_py3o_fusion_server/README.rst index 90f5841e..7c5f3013 100644 --- a/report_py3o_fusion_server/README.rst +++ b/report_py3o_fusion_server/README.rst @@ -6,7 +6,7 @@ Py3o Report Engine - Fusion server support ========================================== -This addons was written to let a fusion server handle format conversion instead of local libreoffice. +This module was written to let a py3o fusion server handle format conversion instead of local libreoffice. Installation ============ @@ -54,7 +54,7 @@ At the end, with the dependencies, you should have the following py3o python lib % pip freeze | grep py3o py3o.formats==0.3 - py3o.fusion==0.8.6 + py3o.fusion==0.8.7 py3o.renderclient==0.2 py3o.renderers.juno==0.8 py3o.renderserver==0.5.1 From f7e31595cf290656f1ff1f2fd722c08a5da7d526 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 11 Jan 2018 12:38:06 +0100 Subject: [PATCH 61/93] [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 00000000..e697ceec --- /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 ae81691ed49138f54ef12168169f838408e4d6b9 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Tue, 16 Jan 2018 12:03:40 +0100 Subject: [PATCH 62/93] OCA Transbot updated translations from Transifex --- report_py3o/i18n/am.po | 102 ++++----------- report_py3o/i18n/ar.po | 102 ++++----------- report_py3o/i18n/bg.po | 102 ++++----------- report_py3o/i18n/bs.po | 102 ++++----------- report_py3o/i18n/ca.po | 102 ++++----------- report_py3o/i18n/cs.po | 102 ++++----------- report_py3o/i18n/da.po | 102 ++++----------- report_py3o/i18n/de.po | 105 ++++----------- report_py3o/i18n/el_GR.po | 102 ++++----------- report_py3o/i18n/en_GB.po | 102 ++++----------- report_py3o/i18n/es.po | 110 ++++------------ report_py3o/i18n/es_AR.po | 102 ++++----------- report_py3o/i18n/es_CL.po | 102 ++++----------- report_py3o/i18n/es_CO.po | 102 ++++----------- report_py3o/i18n/es_CR.po | 102 ++++----------- report_py3o/i18n/es_DO.po | 102 ++++----------- report_py3o/i18n/es_EC.po | 102 ++++----------- report_py3o/i18n/es_ES.po | 102 ++++----------- report_py3o/i18n/es_MX.po | 102 ++++----------- report_py3o/i18n/es_PE.po | 102 ++++----------- report_py3o/i18n/es_PY.po | 102 ++++----------- report_py3o/i18n/es_VE.po | 102 ++++----------- report_py3o/i18n/et.po | 102 ++++----------- report_py3o/i18n/eu.po | 102 ++++----------- report_py3o/i18n/fa.po | 102 ++++----------- report_py3o/i18n/fi.po | 102 ++++----------- report_py3o/i18n/fr.po | 107 ++++------------ report_py3o/i18n/fr_CA.po | 102 ++++----------- report_py3o/i18n/fr_CH.po | 102 ++++----------- report_py3o/i18n/gl.po | 102 ++++----------- report_py3o/i18n/gl_ES.po | 102 ++++----------- report_py3o/i18n/he.po | 102 ++++----------- report_py3o/i18n/hr.po | 111 ++++------------ report_py3o/i18n/hr_HR.po | 102 ++++----------- report_py3o/i18n/hu.po | 102 ++++----------- report_py3o/i18n/id.po | 102 ++++----------- report_py3o/i18n/it.po | 102 ++++----------- report_py3o/i18n/ja.po | 102 ++++----------- report_py3o/i18n/ko.po | 102 ++++----------- report_py3o/i18n/lt.po | 102 ++++----------- report_py3o/i18n/lt_LT.po | 102 ++++----------- report_py3o/i18n/lv.po | 102 ++++----------- report_py3o/i18n/mk.po | 102 ++++----------- report_py3o/i18n/mn.po | 102 ++++----------- report_py3o/i18n/nb.po | 102 ++++----------- report_py3o/i18n/nb_NO.po | 102 ++++----------- report_py3o/i18n/nl.po | 102 ++++----------- report_py3o/i18n/nl_BE.po | 102 ++++----------- report_py3o/i18n/nl_NL.po | 104 ++++----------- report_py3o/i18n/pl.po | 102 ++++----------- report_py3o/i18n/pt.po | 102 ++++----------- report_py3o/i18n/pt_BR.po | 102 ++++----------- report_py3o/i18n/pt_PT.po | 102 ++++----------- report_py3o/i18n/ro.po | 102 ++++----------- report_py3o/i18n/ru.po | 102 ++++----------- report_py3o/i18n/sk.po | 102 ++++----------- report_py3o/i18n/sl.po | 102 ++++----------- report_py3o/i18n/sr.po | 102 ++++----------- report_py3o/i18n/sr@latin.po | 104 ++++----------- report_py3o/i18n/sv.po | 102 ++++----------- report_py3o/i18n/th.po | 102 ++++----------- report_py3o/i18n/tr.po | 102 ++++----------- report_py3o/i18n/tr_TR.po | 102 ++++----------- report_py3o/i18n/uk.po | 102 ++++----------- report_py3o/i18n/vi.po | 102 ++++----------- report_py3o/i18n/vi_VN.po | 102 ++++----------- report_py3o/i18n/zh_CN.po | 102 ++++----------- report_py3o/i18n/zh_TW.po | 102 ++++----------- report_py3o_fusion_server/i18n/am.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/ar.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/bg.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/bs.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/ca.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/cs.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/da.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/de.po | 134 ++++++++++++++++++++ report_py3o_fusion_server/i18n/el_GR.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/en_GB.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es.po | 141 +++++++++++++++++++++ report_py3o_fusion_server/i18n/es_AR.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_CL.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_CO.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_CR.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_DO.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_EC.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_ES.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_MX.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_PE.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_PY.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/es_VE.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/et.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/eu.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/fa.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/fi.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/fr.po | 140 ++++++++++++++++++++ report_py3o_fusion_server/i18n/fr_CA.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/fr_CH.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/gl.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/gl_ES.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/he.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/hr.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/hr_HR.po | 134 ++++++++++++++++++++ report_py3o_fusion_server/i18n/hu.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/id.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/it.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/ja.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/ko.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/lt.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/lt_LT.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/lv.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/mk.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/mn.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/nb.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/nb_NO.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/nl.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/nl_BE.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/nl_NL.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/pl.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/pt.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/pt_BR.po | 136 ++++++++++++++++++++ report_py3o_fusion_server/i18n/pt_PT.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/ro.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/ru.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/sk.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/sl.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/sr.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/sr@latin.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/sv.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/th.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/tr.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/tr_TR.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/uk.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/vi.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/vi_VN.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/zh_CN.po | 133 +++++++++++++++++++ report_py3o_fusion_server/i18n/zh_TW.po | 133 +++++++++++++++++++ 136 files changed, 10640 insertions(+), 5389 deletions(-) create mode 100644 report_py3o_fusion_server/i18n/am.po create mode 100644 report_py3o_fusion_server/i18n/ar.po create mode 100644 report_py3o_fusion_server/i18n/bg.po create mode 100644 report_py3o_fusion_server/i18n/bs.po create mode 100644 report_py3o_fusion_server/i18n/ca.po create mode 100644 report_py3o_fusion_server/i18n/cs.po create mode 100644 report_py3o_fusion_server/i18n/da.po create mode 100644 report_py3o_fusion_server/i18n/de.po create mode 100644 report_py3o_fusion_server/i18n/el_GR.po create mode 100644 report_py3o_fusion_server/i18n/en_GB.po create mode 100644 report_py3o_fusion_server/i18n/es.po create mode 100644 report_py3o_fusion_server/i18n/es_AR.po create mode 100644 report_py3o_fusion_server/i18n/es_CL.po create mode 100644 report_py3o_fusion_server/i18n/es_CO.po create mode 100644 report_py3o_fusion_server/i18n/es_CR.po create mode 100644 report_py3o_fusion_server/i18n/es_DO.po create mode 100644 report_py3o_fusion_server/i18n/es_EC.po create mode 100644 report_py3o_fusion_server/i18n/es_ES.po create mode 100644 report_py3o_fusion_server/i18n/es_MX.po create mode 100644 report_py3o_fusion_server/i18n/es_PE.po create mode 100644 report_py3o_fusion_server/i18n/es_PY.po create mode 100644 report_py3o_fusion_server/i18n/es_VE.po create mode 100644 report_py3o_fusion_server/i18n/et.po create mode 100644 report_py3o_fusion_server/i18n/eu.po create mode 100644 report_py3o_fusion_server/i18n/fa.po create mode 100644 report_py3o_fusion_server/i18n/fi.po create mode 100644 report_py3o_fusion_server/i18n/fr.po create mode 100644 report_py3o_fusion_server/i18n/fr_CA.po create mode 100644 report_py3o_fusion_server/i18n/fr_CH.po create mode 100644 report_py3o_fusion_server/i18n/gl.po create mode 100644 report_py3o_fusion_server/i18n/gl_ES.po create mode 100644 report_py3o_fusion_server/i18n/he.po create mode 100644 report_py3o_fusion_server/i18n/hr.po create mode 100644 report_py3o_fusion_server/i18n/hr_HR.po create mode 100644 report_py3o_fusion_server/i18n/hu.po create mode 100644 report_py3o_fusion_server/i18n/id.po create mode 100644 report_py3o_fusion_server/i18n/it.po create mode 100644 report_py3o_fusion_server/i18n/ja.po create mode 100644 report_py3o_fusion_server/i18n/ko.po create mode 100644 report_py3o_fusion_server/i18n/lt.po create mode 100644 report_py3o_fusion_server/i18n/lt_LT.po create mode 100644 report_py3o_fusion_server/i18n/lv.po create mode 100644 report_py3o_fusion_server/i18n/mk.po create mode 100644 report_py3o_fusion_server/i18n/mn.po create mode 100644 report_py3o_fusion_server/i18n/nb.po create mode 100644 report_py3o_fusion_server/i18n/nb_NO.po create mode 100644 report_py3o_fusion_server/i18n/nl.po create mode 100644 report_py3o_fusion_server/i18n/nl_BE.po create mode 100644 report_py3o_fusion_server/i18n/nl_NL.po create mode 100644 report_py3o_fusion_server/i18n/pl.po create mode 100644 report_py3o_fusion_server/i18n/pt.po create mode 100644 report_py3o_fusion_server/i18n/pt_BR.po create mode 100644 report_py3o_fusion_server/i18n/pt_PT.po create mode 100644 report_py3o_fusion_server/i18n/ro.po create mode 100644 report_py3o_fusion_server/i18n/ru.po create mode 100644 report_py3o_fusion_server/i18n/sk.po create mode 100644 report_py3o_fusion_server/i18n/sl.po create mode 100644 report_py3o_fusion_server/i18n/sr.po create mode 100644 report_py3o_fusion_server/i18n/sr@latin.po create mode 100644 report_py3o_fusion_server/i18n/sv.po create mode 100644 report_py3o_fusion_server/i18n/th.po create mode 100644 report_py3o_fusion_server/i18n/tr.po create mode 100644 report_py3o_fusion_server/i18n/tr_TR.po create mode 100644 report_py3o_fusion_server/i18n/uk.po create mode 100644 report_py3o_fusion_server/i18n/vi.po create mode 100644 report_py3o_fusion_server/i18n/vi_VN.po create mode 100644 report_py3o_fusion_server/i18n/zh_CN.po create mode 100644 report_py3o_fusion_server/i18n/zh_TW.po diff --git a/report_py3o/i18n/am.po b/report_py3o/i18n/am.po index d36c22b9..9cc242a5 100644 --- a/report_py3o/i18n/am.po +++ b/report_py3o/i18n/am.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Última actualización en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ar.po b/report_py3o/i18n/ar.po index 6ea4432e..a768b828 100644 --- a/report_py3o/i18n/ar.po +++ b/report_py3o/i18n/ar.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "أنشئ بواسطة" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "أنشئ في" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "اسم العرض" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "المعرف" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "آخر تعديل في" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "آخر تحديث بواسطة" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "آخر تحديث في" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "الاسم" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/bg.po b/report_py3o/i18n/bg.po index 12f47423..5b4d8258 100644 --- a/report_py3o/i18n/bg.po +++ b/report_py3o/i18n/bg.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Създадено от" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Създадено на" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Име за Показване" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Последно обновено на" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Последно обновено от" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Последно обновено на" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Име" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/bs.po b/report_py3o/i18n/bs.po index 70e26c2e..1b8a5721 100644 --- a/report_py3o/i18n/bs.po +++ b/report_py3o/i18n/bs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: bs\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Prikaži naziv" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnje mijenjano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zadnje ažurirano" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ime" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ca.po b/report_py3o/i18n/ca.po index 6df0bddc..e669cc42 100644 --- a/report_py3o/i18n/ca.po +++ b/report_py3o/i18n/ca.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creat per" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creat el" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Veure el nom" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Darrera modificació el" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Darrera Actualització per" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Darrera Actualització el" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nom" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/cs.po b/report_py3o/i18n/cs.po index d2ee8275..d13838a5 100644 --- a/report_py3o/i18n/cs.po +++ b/report_py3o/i18n/cs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Vytvořil(a)" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Vytvořeno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Zobrazovaný název" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Naposled upraveno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Naposled upraveno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Naposled upraveno" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Název" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/da.po b/report_py3o/i18n/da.po index 73fba29f..7cc939cf 100644 --- a/report_py3o/i18n/da.po +++ b/report_py3o/i18n/da.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Oprettet af" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Oprettet den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Vist navn" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Id" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Sidst ændret den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Sidst opdateret af" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Sidst opdateret den" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Navn" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/de.po b/report_py3o/i18n/de.po index 972a7a8c..aa8717f1 100644 --- a/report_py3o/i18n/de.po +++ b/report_py3o/i18n/de.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2017 +# Niki Waibel , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" +"Last-Translator: Niki Waibel , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,42 +19,26 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Erstellt von" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Erstellt am:" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Anzeigename" @@ -64,7 +49,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +59,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +66,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +86,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +93,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zuletzt geändert am" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zuletzt aktualisiert von" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" @@ -157,11 +120,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +136,59 @@ msgid "Name" msgstr "Bezeichnung" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +225,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/el_GR.po b/report_py3o/i18n/el_GR.po index 74f825a6..217ddab6 100644 --- a/report_py3o/i18n/el_GR.po +++ b/report_py3o/i18n/el_GR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Δημιουργήθηκε από " #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Δημιουργήθηκε στις" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Κωδικός" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Τελευταία ενημέρωση από" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Τελευταία ενημέρωση στις" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/en_GB.po b/report_py3o/i18n/en_GB.po index 844f7ba2..05daaea6 100644 --- a/report_py3o/i18n/en_GB.po +++ b/report_py3o/i18n/en_GB.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Created by" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Created on" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Display Name" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Last Modified on" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Last Updated on" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Name" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es.po b/report_py3o/i18n/es.po index 0a720419..c6e3d90f 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 57a952da..949f9606 100644 --- a/report_py3o/i18n/es_AR.po +++ b/report_py3o/i18n/es_AR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Mostrar Nombre" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Última actualización el" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_CL.po b/report_py3o/i18n/es_CL.po index 5ee2d83f..b0704e33 100644 --- a/report_py3o/i18n/es_CL.po +++ b/report_py3o/i18n/es_CL.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre mostrado" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID (identificación)" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Última actualización en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_CO.po b/report_py3o/i18n/es_CO.po index bd2b1cca..ecdf955e 100644 --- a/report_py3o/i18n/es_CO.po +++ b/report_py3o/i18n/es_CO.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre Público" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última Modificación el" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Actualizado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Actualizado" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_CR.po b/report_py3o/i18n/es_CR.po index 08da515a..ce5c0113 100644 --- a/report_py3o/i18n/es_CR.po +++ b/report_py3o/i18n/es_CR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualización en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_DO.po b/report_py3o/i18n/es_DO.po index 7cc5bb76..a13d35af 100644 --- a/report_py3o/i18n/es_DO.po +++ b/report_py3o/i18n/es_DO.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_DO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre mostrado" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Última actualización en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_EC.po b/report_py3o/i18n/es_EC.po index 2843bbce..07564c58 100644 --- a/report_py3o/i18n/es_EC.po +++ b/report_py3o/i18n/es_EC.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre mostrado" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID (identificación)" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Última actualización de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Última actualización en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_ES.po b/report_py3o/i18n/es_ES.po index ce52b748..3117bbc9 100644 --- a/report_py3o/i18n/es_ES.po +++ b/report_py3o/i18n/es_ES.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre para mostrar" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última modificación en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Última actualización por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Última actualización en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_MX.po b/report_py3o/i18n/es_MX.po index 05ddc12e..fb7937d4 100644 --- a/report_py3o/i18n/es_MX.po +++ b/report_py3o/i18n/es_MX.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre desplegado" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ultima modificacion realizada" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultima actualizacion por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualización realizada" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_PE.po b/report_py3o/i18n/es_PE.po index a40615cf..6d231e25 100644 --- a/report_py3o/i18n/es_PE.po +++ b/report_py3o/i18n/es_PE.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nombre a Mostrar" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ultima Modificación en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Actualizado última vez por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima Actualización" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_PY.po b/report_py3o/i18n/es_PY.po index e43f2d06..eb6b84df 100644 --- a/report_py3o/i18n/es_PY.po +++ b/report_py3o/i18n/es_PY.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultima actualización por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualización en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/es_VE.po b/report_py3o/i18n/es_VE.po index 56be6137..4eda0434 100644 --- a/report_py3o/i18n/es_VE.po +++ b/report_py3o/i18n/es_VE.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Mostrar nombre" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Modificada por última vez" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Última actualización realizada por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualizacion en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nombre" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/et.po b/report_py3o/i18n/et.po index 666001e2..b2f2d206 100644 --- a/report_py3o/i18n/et.po +++ b/report_py3o/i18n/et.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Loonud" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Loodud" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Näidatav nimi" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Viimati muudetud" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Viimati uuendatud" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Viimati uuendatud" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nimi" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/eu.po b/report_py3o/i18n/eu.po index 147d0bee..208ae3c0 100644 --- a/report_py3o/i18n/eu.po +++ b/report_py3o/i18n/eu.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Nork sortua" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Created on" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Izena erakutsi" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Last Updated on" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Izena" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fa.po b/report_py3o/i18n/fa.po index 42e4572b..8eb7691a 100644 --- a/report_py3o/i18n/fa.po +++ b/report_py3o/i18n/fa.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "ایجاد شده توسط" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "ایجاد شده در" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "نام نمایشی" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "شناسه" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "تاریخ آخرین به‌روزرسانی" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "آخرین به روز رسانی توسط" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "آخرین به روز رسانی در" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "نام" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fi.po b/report_py3o/i18n/fi.po index c8375cfa..487602ea 100644 --- a/report_py3o/i18n/fi.po +++ b/report_py3o/i18n/fi.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Luonut" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Luotu" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nimi" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Viimeksi muokattu" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Viimeksi päivittänyt" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Viimeksi päivitetty" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nimi" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index 20d240ae..f45a551e 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 88fd9dfa..a33df4dd 100644 --- a/report_py3o/i18n/fr_CA.po +++ b/report_py3o/i18n/fr_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Créé par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Créé le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Afficher le nom" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Identifiant" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Dernière mise à jour par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Dernière mise à jour le" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nom" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/fr_CH.po b/report_py3o/i18n/fr_CH.po index fd353bad..5892e504 100644 --- a/report_py3o/i18n/fr_CH.po +++ b/report_py3o/i18n/fr_CH.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Créé par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Créé le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nom affiché" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Dernière modification le" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Modifié par" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Modifié le" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/gl.po b/report_py3o/i18n/gl.po index 5ff63ba7..ba9655f2 100644 --- a/report_py3o/i18n/gl.po +++ b/report_py3o/i18n/gl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creado en" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última modificación" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "ültima actualización por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Última actualización en" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/gl_ES.po b/report_py3o/i18n/gl_ES.po index ef7c1799..b93a3dbe 100644 --- a/report_py3o/i18n/gl_ES.po +++ b/report_py3o/i18n/gl_ES.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: gl_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/he.po b/report_py3o/i18n/he.po index bfa6b316..feb26b24 100644 --- a/report_py3o/i18n/he.po +++ b/report_py3o/i18n/he.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "נוצר על ידי" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "נוצר ב-" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "השם המוצג" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "מזהה" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "תאריך שינוי אחרון" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "עודכן לאחרונה על ידי" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "עודכן לאחרונה על" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "שם" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/hr.po b/report_py3o/i18n/hr.po index e77b7896..abba3f10 100644 --- a/report_py3o/i18n/hr.po +++ b/report_py3o/i18n/hr.po @@ -4,13 +4,14 @@ # # Translators: # OCA Transbot , 2017 +# Bole , 2017 msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" -"Last-Translator: OCA Transbot , 2017\n" +"POT-Creation-Date: 2018-02-16 01:44+0000\n" +"PO-Revision-Date: 2018-02-16 01:44+0000\n" +"Last-Translator: Bole , 2017\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,45 +19,29 @@ msgstr "" "Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" -msgstr "Naziv " +msgstr "Naziv" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback @@ -64,7 +49,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +59,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +66,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +86,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,24 +93,21 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnje modificirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnji ažurirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" -msgstr "Zadnje ažuriranje" +msgstr "Zadnje ažurirano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data @@ -157,11 +120,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +136,59 @@ msgid "Name" msgstr "Naziv" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -253,7 +203,7 @@ msgstr "" #. module: report_py3o #: model:ir.model,name:report_py3o.model_report msgid "Report" -msgstr "" +msgstr "Izvještaj" #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_report @@ -275,11 +225,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/hr_HR.po b/report_py3o/i18n/hr_HR.po index 7772d644..48f684fc 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 61fc6125..ef89a999 100644 --- a/report_py3o/i18n/hu.po +++ b/report_py3o/i18n/hu.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Készítette" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Létrehozás dátuma" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Név megjelenítése" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Utolsó frissítés dátuma" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Utoljára frissítve, által" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Utoljára frissítve " @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Név" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/id.po b/report_py3o/i18n/id.po index e547bf75..5d65b966 100644 --- a/report_py3o/i18n/id.po +++ b/report_py3o/i18n/id.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Dibuat oleh" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Dibuat pada" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nama Tampilan" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Terakhir Dimodifikasi pada" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Diperbaharui oleh" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Diperbaharui pada" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nama" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/it.po b/report_py3o/i18n/it.po index 7e061878..1786ae3e 100644 --- a/report_py3o/i18n/it.po +++ b/report_py3o/i18n/it.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creato da" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creato il" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nome da visualizzare" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ultima modifica il" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultimo aggiornamento di" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultimo aggiornamento il" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ja.po b/report_py3o/i18n/ja.po index 49a0b1c2..fb5c760c 100644 --- a/report_py3o/i18n/ja.po +++ b/report_py3o/i18n/ja.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "作成者" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "作成日" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "表示名" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "最終更新日" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "最終更新者" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "最終更新日" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "名称" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ko.po b/report_py3o/i18n/ko.po index 682aa07a..5a35f255 100644 --- a/report_py3o/i18n/ko.po +++ b/report_py3o/i18n/ko.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "작성자" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "작성일" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "표시 이름" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "최근 수정" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "최근 갱신한 사람" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "최근 갱신 날짜" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "이름" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/lt.po b/report_py3o/i18n/lt.po index c020cda5..c4736b01 100644 --- a/report_py3o/i18n/lt.po +++ b/report_py3o/i18n/lt.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: lt\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Sukūrė" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Sukurta" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Vaizduojamas pavadinimas" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Paskutinį kartą keista" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Pavadinimas" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/lt_LT.po b/report_py3o/i18n/lt_LT.po index d0bcaa47..1e7beada 100644 --- a/report_py3o/i18n/lt_LT.po +++ b/report_py3o/i18n/lt_LT.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: lt_LT\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Sukūrė" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Sukurta" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Paskutinį kartą atnaujino" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Paskutinį kartą atnaujinta" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/lv.po b/report_py3o/i18n/lv.po index 07b3bb5d..1a7dcf65 100644 --- a/report_py3o/i18n/lv.po +++ b/report_py3o/i18n/lv.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Izveidoja" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Izveidots" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Pēdējo reizi atjaunoja" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Pēdējās izmaiņas" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nosaukums" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/mk.po b/report_py3o/i18n/mk.po index 90343f15..348d369b 100644 --- a/report_py3o/i18n/mk.po +++ b/report_py3o/i18n/mk.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Креирано од" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Креирано на" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Прикажи име" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Последна промена на" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Последно ажурирање од" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Последно ажурирање на" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Име" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/mn.po b/report_py3o/i18n/mn.po index a7f18566..e80effbd 100644 --- a/report_py3o/i18n/mn.po +++ b/report_py3o/i18n/mn.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Үүсгэгч" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Үүсгэсэн" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Дэлгэцийн Нэр" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Сүүлийн засвар хийсэн огноо" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Сүүлийн засвар хийсэн" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Сүүлийн засвар хийсэн огноо" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Нэр" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nb.po b/report_py3o/i18n/nb.po index 7c1d5911..440604ba 100644 --- a/report_py3o/i18n/nb.po +++ b/report_py3o/i18n/nb.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Opprettet av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Opprettet den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Visnings navn" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Sist oppdatert " #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Sist oppdatert" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Navn" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nb_NO.po b/report_py3o/i18n/nb_NO.po index 6a16d558..047c2cff 100644 --- a/report_py3o/i18n/nb_NO.po +++ b/report_py3o/i18n/nb_NO.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Laget av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Laget den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Vis navn" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Sist endret den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Sist oppdatert av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Sist oppdatert den" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nl.po b/report_py3o/i18n/nl.po index de738da0..f01e930e 100644 --- a/report_py3o/i18n/nl.po +++ b/report_py3o/i18n/nl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Aangemaakt op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Te tonen naam" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Laatst bijgewerkt op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Naam" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nl_BE.po b/report_py3o/i18n/nl_BE.po index b96fa6e3..d725b12b 100644 --- a/report_py3o/i18n/nl_BE.po +++ b/report_py3o/i18n/nl_BE.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Gemaakt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Gemaakt op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Schermnaam" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Laatst Aangepast op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Laatst bijgewerkt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Laatst bijgewerkt op" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Naam:" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/nl_NL.po b/report_py3o/i18n/nl_NL.po index 9cbbbb30..7b0a26c2 100644 --- a/report_py3o/i18n/nl_NL.po +++ b/report_py3o/i18n/nl_NL.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-23 00:28+0000\n" -"PO-Revision-Date: 2017-06-23 00:28+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: Peter Hageman , 2017\n" "Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "Actief" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Aangemaakt door" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Aangemaakt op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Weergavenaam" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "Groeperen op" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "" @@ -157,11 +119,6 @@ msgstr "LibreOffice Sjabloon" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,16 +135,19 @@ msgid "Name" msgstr "Naam" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +#: code:addons/report_py3o/models/py3o_report.py:190 +#, python-format +msgid "No template found. Aborting." msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 -#, python-format -msgid "No template found. Aborting." +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation" +msgstr "" + +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o @@ -195,11 +155,21 @@ msgstr "" msgid "ODF Spreadsheet" msgstr "" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" +msgstr "" + #. module: report_py3o #: selection:py3o.template,filetype:0 msgid "ODF Text Document" msgstr "ODF-Tekstdocument" +#. module: report_py3o +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" +msgstr "" + #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype msgid "Output Format" @@ -215,32 +185,11 @@ msgstr "Py3o" msgid "Py3o Demo Report" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "Py3o Rapporten" -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" -msgstr "" - -#. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" -msgstr "Py3o Servers" - -#. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" -msgstr "" - #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "py3o.server" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/pl.po b/report_py3o/i18n/pl.po index a90d4947..f44b36ed 100644 --- a/report_py3o/i18n/pl.po +++ b/report_py3o/i18n/pl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Utworzone przez" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Utworzono" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Wyświetlana nazwa " @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ostatnio modyfikowano" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ostatnio modyfikowane przez" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ostatnia zmiana" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nazwa" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/pt.po b/report_py3o/i18n/pt.po index 5190f61c..ae87fba8 100644 --- a/report_py3o/i18n/pt.po +++ b/report_py3o/i18n/pt.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nome" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Modificado a última vez por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/pt_BR.po b/report_py3o/i18n/pt_BR.po index 687642a2..d586a710 100644 --- a/report_py3o/i18n/pt_BR.po +++ b/report_py3o/i18n/pt_BR.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-22 01:45+0000\n" -"PO-Revision-Date: 2017-11-22 01:45+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -20,43 +20,25 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:55 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format msgid "(Native)" msgstr "(Nativo)" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "Ativo" - -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:43 -#, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" -msgstr "" -"Não foi possível utilizar o formato nativo no servidor local Fusion. Por " -"favor especificar um Servidor Fusion Externo" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nome para Mostrar" @@ -77,17 +59,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:289 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -95,7 +66,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Identificação" @@ -116,13 +86,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -130,21 +93,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última atualização em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Última atualização por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Última atualização em" @@ -160,11 +120,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -181,67 +136,59 @@ msgid "Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:193 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -278,11 +225,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/pt_PT.po b/report_py3o/i18n/pt_PT.po index c005ea5d..83da0886 100644 --- a/report_py3o/i18n/pt_PT.po +++ b/report_py3o/i18n/pt_PT.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Criado por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Criado em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nome a Apresentar" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Última Modificação Em" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Atualizado pela última vez por" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Atualizado pela última vez em" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Nome" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ro.po b/report_py3o/i18n/ro.po index 7daed928..4b079983 100644 --- a/report_py3o/i18n/ro.po +++ b/report_py3o/i18n/ro.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Creat de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Creat la" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Nume Afişat" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Ultima actualizare în" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Ultima actualizare făcută de" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Ultima actualizare la" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/ru.po b/report_py3o/i18n/ru.po index db117af7..35a3ef1d 100644 --- a/report_py3o/i18n/ru.po +++ b/report_py3o/i18n/ru.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Создано" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Создан" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Последний раз обновлено" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Последний раз обновлено" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Название" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sk.po b/report_py3o/i18n/sk.po index 4128a66f..a61aa80d 100644 --- a/report_py3o/i18n/sk.po +++ b/report_py3o/i18n/sk.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Vytvoril" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Vytvorené" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Zobraziť meno" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Posledná modifikácia" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Naposledy upravoval" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Naposledy upravované" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Meno" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sl.po b/report_py3o/i18n/sl.po index 24f431ea..e4e18433 100644 --- a/report_py3o/i18n/sl.po +++ b/report_py3o/i18n/sl.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Ustvaril" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Ustvarjeno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Prikazni naziv" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnjič spremenjeno" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnji posodobil" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zadnjič posodobljeno" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Naziv" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sr.po b/report_py3o/i18n/sr.po index 6bed8247..7d9c6f06 100644 --- a/report_py3o/i18n/sr.po +++ b/report_py3o/i18n/sr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreiran" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ime" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sr@latin.po b/report_py3o/i18n/sr@latin.po index e422b271..88673a48 100644 --- a/report_py3o/i18n/sr@latin.po +++ b/report_py3o/i18n/sr@latin.po @@ -8,52 +8,36 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Kreirao" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Kreiran" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Ime za prikaz" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Zadnja izmjena" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Zadnja izmjena" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Zadnja izmjena" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ime:" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/sv.po b/report_py3o/i18n/sv.po index 24f93532..4e09f2cc 100644 --- a/report_py3o/i18n/sv.po +++ b/report_py3o/i18n/sv.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Skapad av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Skapad den" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Visa namn" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Senast redigerad" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Senast uppdaterad av" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Senast uppdaterad" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Namn" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/th.po b/report_py3o/i18n/th.po index d289d74b..06494bac 100644 --- a/report_py3o/i18n/th.po +++ b/report_py3o/i18n/th.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "สร้างโดย" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "สร้างเมื่อ" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "ชื่อที่ใช้แสดง" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "รหัส" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "แก้ไขครั้งสุดท้ายเมื่อ" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "อัพเดทครั้งสุดท้ายโดย" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "อัพเดทครั้งสุดท้ายเมื่อ" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "ชื่อ" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/tr.po b/report_py3o/i18n/tr.po index eb011919..fc931fdf 100644 --- a/report_py3o/i18n/tr.po +++ b/report_py3o/i18n/tr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Oluşturan" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Oluşturuldu" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Görünen İsim" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Son değişiklik" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Son güncelleyen" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Son güncelleme" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Adı" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "ir.actions.report.xml" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/tr_TR.po b/report_py3o/i18n/tr_TR.po index 802b9510..243d5890 100644 --- a/report_py3o/i18n/tr_TR.po +++ b/report_py3o/i18n/tr_TR.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: tr_TR\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Oluşturan" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Oluşturulma tarihi" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Görünen ad" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "Kimlik" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "En son güncelleme tarihi" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "En son güncelleyen " #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "En son güncelleme tarihi" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Ad" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/uk.po b/report_py3o/i18n/uk.po index 7829160a..000db886 100644 --- a/report_py3o/i18n/uk.po +++ b/report_py3o/i18n/uk.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: uk\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Створив" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Дата створення" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Назва для відображення" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Остання модифікація" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Востаннє оновив" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Останнє оновлення" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Name" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/vi.po b/report_py3o/i18n/vi.po index f4ea9797..3558736a 100644 --- a/report_py3o/i18n/vi.po +++ b/report_py3o/i18n/vi.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Được tạo bởi" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Được tạo vào" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "Tên hiển thị" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "Sửa lần cuối vào" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Last Updated by" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "Tên" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/vi_VN.po b/report_py3o/i18n/vi_VN.po index f57bbff6..62814d15 100644 --- a/report_py3o/i18n/vi_VN.po +++ b/report_py3o/i18n/vi_VN.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "Tạo bởi" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "Tạo vào" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "Cập nhật lần cuối bởi" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "Cập nhật lần cuối vào" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/zh_CN.po b/report_py3o/i18n/zh_CN.po index 7018ca6c..703ebc93 100644 --- a/report_py3o/i18n/zh_CN.po +++ b/report_py3o/i18n/zh_CN.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "创建者" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "创建时间" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "显示名称" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "ID" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "最后修改时间" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "最后更新者" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "上次更新日期" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "名称" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o/i18n/zh_TW.po b/report_py3o/i18n/zh_TW.po index e2bdce39..792dc4a9 100644 --- a/report_py3o/i18n/zh_TW.po +++ b/report_py3o/i18n/zh_TW.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-17 02:52+0000\n" -"PO-Revision-Date: 2017-08-17 02:52+0000\n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -18,42 +18,26 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:54 -#, python-format -msgid "(Native)" -msgstr "" - -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_is_active -msgid "Active" -msgstr "" - #. module: report_py3o #: code:addons/report_py3o/models/ir_actions_report_xml.py:42 #, python-format -msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +msgid "(Native)" msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid msgid "Created by" msgstr "建立者" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_create_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date msgid "Created on" msgstr "建立於" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_display_name #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name msgid "Display Name" msgstr "顯示名稱" @@ -64,7 +48,7 @@ msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:30 +#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" @@ -74,17 +58,6 @@ msgstr "" msgid "File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_server_id -msgid "Fusion Server" -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:278 -#, python-format -msgid "Fusion server error %s" -msgstr "" - #. module: report_py3o #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" @@ -92,7 +65,6 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_id #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id msgid "ID" msgstr "編號" @@ -113,13 +85,6 @@ msgid "" "records." msgstr "" -#. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_py3o_server_url -msgid "" -"If your Py3o Fusion server is on the same machine and runs on the default " -"port, the URL is http://localhost:8765/form" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_xml_id msgid "Ir actions report xml id" @@ -127,21 +92,18 @@ msgstr "" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server___last_update #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update msgid "Last Modified on" msgstr "最後修改:" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_uid #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid msgid "Last Updated by" msgstr "最後更新:" #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_write_date #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date msgid "Last Updated on" msgstr "最後更新於" @@ -157,11 +119,6 @@ msgstr "" msgid "LibreOffice Template File Type" msgstr "" -#. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "Local Fusion" -msgstr "" - #. module: report_py3o #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module msgid "Module" @@ -178,67 +135,59 @@ msgid "Name" msgstr "名稱" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_is_local_fusion -msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." -msgstr "" - -#. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:182 +#: code:addons/report_py3o/models/py3o_report.py:190 #, python-format msgid "No template found. Aborting." msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Spreadsheet" +msgid "ODF Presentation" msgstr "" #. module: report_py3o #: selection:py3o.template,filetype:0 -msgid "ODF Text Document" +msgid "ODF Presentation (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype -msgid "Output Format" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet" msgstr "" #. module: report_py3o -#: model:ir.ui.menu,name:report_py3o.py3o_config_menu -msgid "Py3o" +#: selection:py3o.template,filetype:0 +msgid "ODF Spreadsheet (Flat)" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o -msgid "Py3o Demo Report" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_server_url -msgid "Py3o Fusion Server URL" +#: selection:py3o.template,filetype:0 +msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view -msgid "Py3o Reports" +#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +msgid "Output Format" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_form_view -msgid "Py3o Server Configuration" +#: model:ir.ui.menu,name:report_py3o.py3o_config_menu +msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.act_window,name:report_py3o.py3o_server_configuration_action -#: model:ir.ui.menu,name:report_py3o.py3o_server_configuration_menu -msgid "Py3o Servers" +#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_server_configuration_tree_view -msgid "Py3o Servers Configuration" +#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +msgid "Py3o Reports" msgstr "" #. module: report_py3o @@ -275,11 +224,6 @@ msgstr "" msgid "ir.actions.report.xml" msgstr "" -#. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_server -msgid "py3o.server" -msgstr "" - #. module: report_py3o #: model:ir.model,name:report_py3o.model_py3o_template msgid "py3o.template" diff --git a/report_py3o_fusion_server/i18n/am.po b/report_py3o_fusion_server/i18n/am.po new file mode 100644 index 00000000..81f2cff4 --- /dev/null +++ b/report_py3o_fusion_server/i18n/am.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/ar.po b/report_py3o_fusion_server/i18n/ar.po new file mode 100644 index 00000000..56970aa6 --- /dev/null +++ b/report_py3o_fusion_server/i18n/ar.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "المعرف" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/bg.po b/report_py3o_fusion_server/i18n/bg.po new file mode 100644 index 00000000..623d3f0e --- /dev/null +++ b/report_py3o_fusion_server/i18n/bg.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/bs.po b/report_py3o_fusion_server/i18n/bs.po new file mode 100644 index 00000000..94bc979d --- /dev/null +++ b/report_py3o_fusion_server/i18n/bs.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/ca.po b/report_py3o_fusion_server/i18n/ca.po new file mode 100644 index 00000000..3423da5e --- /dev/null +++ b/report_py3o_fusion_server/i18n/ca.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/cs.po b/report_py3o_fusion_server/i18n/cs.po new file mode 100644 index 00000000..c3ccd9f0 --- /dev/null +++ b/report_py3o_fusion_server/i18n/cs.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/da.po b/report_py3o_fusion_server/i18n/da.po new file mode 100644 index 00000000..474cd089 --- /dev/null +++ b/report_py3o_fusion_server/i18n/da.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "Id" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/de.po b/report_py3o_fusion_server/i18n/de.po new file mode 100644 index 00000000..22cf9873 --- /dev/null +++ b/report_py3o_fusion_server/i18n/de.po @@ -0,0 +1,134 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# Niki Waibel , 2018 +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Erstellt am:" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/el_GR.po b/report_py3o_fusion_server/i18n/el_GR.po new file mode 100644 index 00000000..ba7e6b31 --- /dev/null +++ b/report_py3o_fusion_server/i18n/el_GR.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "Κωδικός" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/en_GB.po b/report_py3o_fusion_server/i18n/en_GB.po new file mode 100644 index 00000000..9cd219a6 --- /dev/null +++ b/report_py3o_fusion_server/i18n/en_GB.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Created on" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es.po b/report_py3o_fusion_server/i18n/es.po new file mode 100644 index 00000000..cb28be55 --- /dev/null +++ b/report_py3o_fusion_server/i18n/es.po @@ -0,0 +1,141 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# Pedro M. Baeza , 2018 +# OCA Transbot , 2018 +# Fernando Lara , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" +"Last-Translator: Fernando Lara , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "Activo" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, 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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "Servidor de Fusión" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "Error del servidor de fusión %s" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "Fusión Local" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "URL del Servidor Fusion Py3o" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "Configuración del Servidor Py3o" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "Servidores Py3o" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "Configuración de los Servidores Py3o" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "Reporte de Py30" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "py3o.servidor" diff --git a/report_py3o_fusion_server/i18n/es_AR.po b/report_py3o_fusion_server/i18n/es_AR.po new file mode 100644 index 00000000..ab716903 --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_AR.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_CL.po b/report_py3o_fusion_server/i18n/es_CL.po new file mode 100644 index 00000000..4b747318 --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_CL.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_CO.po b/report_py3o_fusion_server/i18n/es_CO.po new file mode 100644 index 00000000..be73a03b --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_CO.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_CR.po b/report_py3o_fusion_server/i18n/es_CR.po new file mode 100644 index 00000000..3135f1cd --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_CR.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_DO.po b/report_py3o_fusion_server/i18n/es_DO.po new file mode 100644 index 00000000..53ccc8c1 --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_DO.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_EC.po b/report_py3o_fusion_server/i18n/es_EC.po new file mode 100644 index 00000000..d62690ad --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_EC.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_ES.po b/report_py3o_fusion_server/i18n/es_ES.po new file mode 100644 index 00000000..6acad06f --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_ES.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_MX.po b/report_py3o_fusion_server/i18n/es_MX.po new file mode 100644 index 00000000..b557f958 --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_MX.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_PE.po b/report_py3o_fusion_server/i18n/es_PE.po new file mode 100644 index 00000000..34ebe42b --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_PE.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_PY.po b/report_py3o_fusion_server/i18n/es_PY.po new file mode 100644 index 00000000..9aba9af9 --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_PY.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/es_VE.po b/report_py3o_fusion_server/i18n/es_VE.po new file mode 100644 index 00000000..ca8858ce --- /dev/null +++ b/report_py3o_fusion_server/i18n/es_VE.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/et.po b/report_py3o_fusion_server/i18n/et.po new file mode 100644 index 00000000..44a3791b --- /dev/null +++ b/report_py3o_fusion_server/i18n/et.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/eu.po b/report_py3o_fusion_server/i18n/eu.po new file mode 100644 index 00000000..d21ead1f --- /dev/null +++ b/report_py3o_fusion_server/i18n/eu.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Created on" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/fa.po b/report_py3o_fusion_server/i18n/fa.po new file mode 100644 index 00000000..83609069 --- /dev/null +++ b/report_py3o_fusion_server/i18n/fa.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "شناسه" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/fi.po b/report_py3o_fusion_server/i18n/fi.po new file mode 100644 index 00000000..9a3e7bc7 --- /dev/null +++ b/report_py3o_fusion_server/i18n/fi.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Luotu" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/fr.po b/report_py3o_fusion_server/i18n/fr.po new file mode 100644 index 00000000..7d434ca0 --- /dev/null +++ b/report_py3o_fusion_server/i18n/fr.po @@ -0,0 +1,140 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +# Quentin THEURET , 2018 +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" +"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" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "Actif" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" +"Ne pas utiliser de formats natifs dans la fusion locale. Veuillez indiquer " +"un serveur Fusion" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Date" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nom à afficher" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "Serveur Fusion" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "Erreur %s du serveur Fusion" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"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 votre serveur Py3o Fusion est sur la même machine et fonctionne sur le " +"port par défaut, l'URL est http://localhost:8765/form" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "Fusion locale" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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 "" +"Les formats natifs seront traités sans un serveur. Vous devez utiliser ce " +"mode si vous appelez des méthodes sur votre modèle dans le template." + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "URL sur serveur Fusion Py3o" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "Configuration du serveur Py3o" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "Serveurs Py3o" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "Configuration des serveurs Py3o" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "Rapport Py30" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "py3o.server" diff --git a/report_py3o_fusion_server/i18n/fr_CA.po b/report_py3o_fusion_server/i18n/fr_CA.po new file mode 100644 index 00000000..0d0dea21 --- /dev/null +++ b/report_py3o_fusion_server/i18n/fr_CA.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "Identifiant" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/fr_CH.po b/report_py3o_fusion_server/i18n/fr_CH.po new file mode 100644 index 00000000..95790c58 --- /dev/null +++ b/report_py3o_fusion_server/i18n/fr_CH.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/gl.po b/report_py3o_fusion_server/i18n/gl.po new file mode 100644 index 00000000..650df759 --- /dev/null +++ b/report_py3o_fusion_server/i18n/gl.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/gl_ES.po b/report_py3o_fusion_server/i18n/gl_ES.po new file mode 100644 index 00000000..58b9b7ad --- /dev/null +++ b/report_py3o_fusion_server/i18n/gl_ES.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/he.po b/report_py3o_fusion_server/i18n/he.po new file mode 100644 index 00000000..a680ef43 --- /dev/null +++ b/report_py3o_fusion_server/i18n/he.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "מזהה" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/hr.po b/report_py3o_fusion_server/i18n/hr.po new file mode 100644 index 00000000..0e6e1a31 --- /dev/null +++ b/report_py3o_fusion_server/i18n/hr.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Naziv " + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Zadnje ažuriranje" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/hr_HR.po b/report_py3o_fusion_server/i18n/hr_HR.po new file mode 100644 index 00000000..e45d42d6 --- /dev/null +++ b/report_py3o_fusion_server/i18n/hr_HR.po @@ -0,0 +1,134 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# Bole , 2018 +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "Aktivan" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "py3o.server" diff --git a/report_py3o_fusion_server/i18n/hu.po b/report_py3o_fusion_server/i18n/hu.po new file mode 100644 index 00000000..8047d9bf --- /dev/null +++ b/report_py3o_fusion_server/i18n/hu.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/id.po b/report_py3o_fusion_server/i18n/id.po new file mode 100644 index 00000000..cb2311c1 --- /dev/null +++ b/report_py3o_fusion_server/i18n/id.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/it.po b/report_py3o_fusion_server/i18n/it.po new file mode 100644 index 00000000..81108f94 --- /dev/null +++ b/report_py3o_fusion_server/i18n/it.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creato il" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/ja.po b/report_py3o_fusion_server/i18n/ja.po new file mode 100644 index 00000000..8412753e --- /dev/null +++ b/report_py3o_fusion_server/i18n/ja.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "作成日" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/ko.po b/report_py3o_fusion_server/i18n/ko.po new file mode 100644 index 00000000..a606e62f --- /dev/null +++ b/report_py3o_fusion_server/i18n/ko.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "작성일" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/lt.po b/report_py3o_fusion_server/i18n/lt.po new file mode 100644 index 00000000..c347fc71 --- /dev/null +++ b/report_py3o_fusion_server/i18n/lt.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/lt_LT.po b/report_py3o_fusion_server/i18n/lt_LT.po new file mode 100644 index 00000000..072ab449 --- /dev/null +++ b/report_py3o_fusion_server/i18n/lt_LT.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/lv.po b/report_py3o_fusion_server/i18n/lv.po new file mode 100644 index 00000000..7ed82d4b --- /dev/null +++ b/report_py3o_fusion_server/i18n/lv.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/mk.po b/report_py3o_fusion_server/i18n/mk.po new file mode 100644 index 00000000..5db2a721 --- /dev/null +++ b/report_py3o_fusion_server/i18n/mk.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/mn.po b/report_py3o_fusion_server/i18n/mn.po new file mode 100644 index 00000000..31820853 --- /dev/null +++ b/report_py3o_fusion_server/i18n/mn.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/nb.po b/report_py3o_fusion_server/i18n/nb.po new file mode 100644 index 00000000..0ce4876e --- /dev/null +++ b/report_py3o_fusion_server/i18n/nb.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/nb_NO.po b/report_py3o_fusion_server/i18n/nb_NO.po new file mode 100644 index 00000000..f93af03b --- /dev/null +++ b/report_py3o_fusion_server/i18n/nb_NO.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/nl.po b/report_py3o_fusion_server/i18n/nl.po new file mode 100644 index 00000000..cbb21284 --- /dev/null +++ b/report_py3o_fusion_server/i18n/nl.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/nl_BE.po b/report_py3o_fusion_server/i18n/nl_BE.po new file mode 100644 index 00000000..7ee866c2 --- /dev/null +++ b/report_py3o_fusion_server/i18n/nl_BE.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/nl_NL.po b/report_py3o_fusion_server/i18n/nl_NL.po new file mode 100644 index 00000000..7a5a46a4 --- /dev/null +++ b/report_py3o_fusion_server/i18n/nl_NL.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# Peter Hageman , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "Actief" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "Py3o Servers" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "py3o.server" diff --git a/report_py3o_fusion_server/i18n/pl.po b/report_py3o_fusion_server/i18n/pl.po new file mode 100644 index 00000000..ec6e1444 --- /dev/null +++ b/report_py3o_fusion_server/i18n/pl.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/pt.po b/report_py3o_fusion_server/i18n/pt.po new file mode 100644 index 00000000..5aaeb1c5 --- /dev/null +++ b/report_py3o_fusion_server/i18n/pt.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nome" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/pt_BR.po b/report_py3o_fusion_server/i18n/pt_BR.po new file mode 100644 index 00000000..5ba1cd15 --- /dev/null +++ b/report_py3o_fusion_server/i18n/pt_BR.po @@ -0,0 +1,136 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +# Cezar José Sant Anna Junior , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-16 08:52+0000\n" +"PO-Revision-Date: 2018-01-16 08:52+0000\n" +"Last-Translator: Cezar José Sant Anna Junior , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "Ativo" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, 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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "Identificação" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/pt_PT.po b/report_py3o_fusion_server/i18n/pt_PT.po new file mode 100644 index 00000000..b21d7a2a --- /dev/null +++ b/report_py3o_fusion_server/i18n/pt_PT.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/ro.po b/report_py3o_fusion_server/i18n/ro.po new file mode 100644 index 00000000..350ee8c9 --- /dev/null +++ b/report_py3o_fusion_server/i18n/ro.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/ru.po b/report_py3o_fusion_server/i18n/ru.po new file mode 100644 index 00000000..9e248543 --- /dev/null +++ b/report_py3o_fusion_server/i18n/ru.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Создан" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/sk.po b/report_py3o_fusion_server/i18n/sk.po new file mode 100644 index 00000000..73e3fbeb --- /dev/null +++ b/report_py3o_fusion_server/i18n/sk.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/sl.po b/report_py3o_fusion_server/i18n/sl.po new file mode 100644 index 00000000..ac03a11a --- /dev/null +++ b/report_py3o_fusion_server/i18n/sl.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/sr.po b/report_py3o_fusion_server/i18n/sr.po new file mode 100644 index 00000000..998ba338 --- /dev/null +++ b/report_py3o_fusion_server/i18n/sr.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/sr@latin.po b/report_py3o_fusion_server/i18n/sr@latin.po new file mode 100644 index 00000000..10dc7497 --- /dev/null +++ b/report_py3o_fusion_server/i18n/sr@latin.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/sv.po b/report_py3o_fusion_server/i18n/sv.po new file mode 100644 index 00000000..a524f86e --- /dev/null +++ b/report_py3o_fusion_server/i18n/sv.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/th.po b/report_py3o_fusion_server/i18n/th.po new file mode 100644 index 00000000..8a0239f8 --- /dev/null +++ b/report_py3o_fusion_server/i18n/th.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "รหัส" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/tr.po b/report_py3o_fusion_server/i18n/tr.po new file mode 100644 index 00000000..21f6ff82 --- /dev/null +++ b/report_py3o_fusion_server/i18n/tr.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/tr_TR.po b/report_py3o_fusion_server/i18n/tr_TR.po new file mode 100644 index 00000000..e3d03ef4 --- /dev/null +++ b/report_py3o_fusion_server/i18n/tr_TR.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "Kimlik" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/uk.po b/report_py3o_fusion_server/i18n/uk.po new file mode 100644 index 00000000..28ef1c69 --- /dev/null +++ b/report_py3o_fusion_server/i18n/uk.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/vi.po b/report_py3o_fusion_server/i18n/vi.po new file mode 100644 index 00000000..3c4e5e7c --- /dev/null +++ b/report_py3o_fusion_server/i18n/vi.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/vi_VN.po b/report_py3o_fusion_server/i18n/vi_VN.po new file mode 100644 index 00000000..81f2f786 --- /dev/null +++ b/report_py3o_fusion_server/i18n/vi_VN.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/zh_CN.po b/report_py3o_fusion_server/i18n/zh_CN.po new file mode 100644 index 00000000..3d23003f --- /dev/null +++ b/report_py3o_fusion_server/i18n/zh_CN.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "创建者" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "创建时间" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "ID" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" diff --git a/report_py3o_fusion_server/i18n/zh_TW.po b/report_py3o_fusion_server/i18n/zh_TW.po new file mode 100644 index 00000000..57af97a1 --- /dev/null +++ b/report_py3o_fusion_server/i18n/zh_TW.po @@ -0,0 +1,133 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +# Translators: +# OCA Transbot , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \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 , 2018\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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "" +"Can not use not native format in local fusion. Please specify a Fusion " +"Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "建立於" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "編號" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "" +"If your Py3o Fusion server is on the same machine and runs on the default " +"port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" From 208148d79e1ed7bc04c5036e371ed04245a14968 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 22 Mar 2018 00:29:59 +0100 Subject: [PATCH 63/93] [FIX] fallback to libreoffice conversion when no server is configured fixes #200 --- report_py3o/models/py3o_report.py | 3 +++ report_py3o_fusion_server/models/py3o_report.py | 12 ++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py index 66198f20..fce767cf 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 ) diff --git a/report_py3o_fusion_server/models/py3o_report.py b/report_py3o_fusion_server/models/py3o_report.py index dd0381f0..86bd26dd 100644 --- a/report_py3o_fusion_server/models/py3o_report.py +++ b/report_py3o_fusion_server/models/py3o_report.py @@ -32,8 +32,16 @@ class Py3oReport(models.TransientModel): self.ensure_one() report_xml = self.ir_actions_report_xml_id filetype = report_xml.py3o_filetype - if report_xml.py3o_is_local_fusion: - result_path = super(Py3oReport, self)._create_single_report( + if not report_xml.py3o_server_id: + return super(Py3oReport, self)._create_single_report( + model_instance, data, save_in_attachment, + ) + elif report_xml.py3o_is_local_fusion: + result_path = super( + Py3oReport, self.with_context( + report_py3o_skip_conversion=True, + ) + )._create_single_report( model_instance, data, save_in_attachment, ) with closing(open(result_path, 'r')) as out_stream: From edf22c7c015dbfc8307252652b4afd36f72bd572 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 26 Mar 2018 12:28:37 +0200 Subject: [PATCH 64/93] [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 5b03d46d..19f18602 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 22d6113c05677fd235efb1ebb12fb58fb88eb5a9 Mon Sep 17 00:00:00 2001 From: jesusVMayor Date: Tue, 19 Dec 2017 16:40:16 +0100 Subject: [PATCH 65/93] [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 fce767cf..451837d5 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 0d85dff7..2cf49550 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 efab84502ceaa055da5d00cfabaafe50b55af197 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 16 Apr 2018 16:54:45 +0200 Subject: [PATCH 66/93] [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 451837d5..1e2866c3 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 0ada5e0d566204cb8baa5f43b55a00826fad2cce Mon Sep 17 00:00:00 2001 From: Simone Rubino Date: Wed, 2 May 2018 13:08:34 +0200 Subject: [PATCH 67/93] [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 19f18602..a7ea4d1e 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 8e9aa2eb..408d180a 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 9d28207d5391e07494776e73c7b0f585ef14b2b1 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 68/93] 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 13c7bc4c..c7aca0bc 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 a7a003521d5ea9b6e2ae00a91d5f40abd5964c3f Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 25 Apr 2018 01:20:54 +0200 Subject: [PATCH 69/93] report_py3o_fusion_server: Add support for PDF Export options of libreoffice --- report_py3o/README.rst | 2 + report_py3o_fusion_server/README.rst | 13 +- report_py3o_fusion_server/__manifest__.py | 2 + .../demo/py3o_pdf_options.xml | 11 + report_py3o_fusion_server/models/__init__.py | 1 + .../models/ir_actions_report_xml.py | 4 + .../models/py3o_pdf_options.py | 316 ++++++++++++++++++ .../models/py3o_report.py | 6 + .../models/py3o_server.py | 4 + .../security/ir.model.access.csv | 6 +- .../tests/test_report_py3o_fusion_server.py | 5 + report_py3o_fusion_server/views/ir_report.xml | 1 + .../views/py3o_pdf_options.xml | 149 +++++++++ .../views/py3o_server.xml | 2 + 14 files changed, 517 insertions(+), 5 deletions(-) create mode 100644 report_py3o_fusion_server/demo/py3o_pdf_options.xml create mode 100644 report_py3o_fusion_server/models/py3o_pdf_options.py create mode 100644 report_py3o_fusion_server/views/py3o_pdf_options.xml diff --git a/report_py3o/README.rst b/report_py3o/README.rst index c7aca0bc..27c4d9eb 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 diff --git a/report_py3o_fusion_server/README.rst b/report_py3o_fusion_server/README.rst index 7c5f3013..36fa52cc 100644 --- a/report_py3o_fusion_server/README.rst +++ b/report_py3o_fusion_server/README.rst @@ -6,7 +6,14 @@ Py3o Report Engine - Fusion server support ========================================== -This module was written to let a py3o fusion server handle format conversion instead of local libreoffice. +This module was written to let a py3o fusion server handle format conversion instead of local libreoffice. If you install this module above the *report_py3o* module, you will have to deploy additionnal software components and run 3 daemons (libreoffice, py3o.fusion and py3o.renderserver). This additionnal complexiy comes with several advantages: + +* much better performances (libreoffice runs permanently in the background, no need to spawn a new libreoffice instance upon every document conversion). +* ability to configure PDF export options in Odoo. This will allow you to generate: + * PDF forms + * password-protected PDF documents + * PDF/A documents (required by some electronic invoicing standards such as Factur-X) + * watermarked PDF documents Installation ============ @@ -54,11 +61,11 @@ At the end, with the dependencies, you should have the following py3o python lib % pip freeze | grep py3o py3o.formats==0.3 - py3o.fusion==0.8.7 + py3o.fusion==0.8.8 py3o.renderclient==0.2 py3o.renderers.juno==0.8 py3o.renderserver==0.5.1 - py3o.template==0.9.11 + py3o.template==0.9.12 py3o.types==0.1.1 Start the Py3o Fusion server: diff --git a/report_py3o_fusion_server/__manifest__.py b/report_py3o_fusion_server/__manifest__.py index ba9a78b8..58d561c6 100644 --- a/report_py3o_fusion_server/__manifest__.py +++ b/report_py3o_fusion_server/__manifest__.py @@ -20,11 +20,13 @@ }, 'demo': [ "demo/report_py3o.xml", + "demo/py3o_pdf_options.xml", ], 'data': [ "views/ir_report.xml", 'security/ir.model.access.csv', 'views/py3o_server.xml', + 'views/py3o_pdf_options.xml', ], 'installable': True, } diff --git a/report_py3o_fusion_server/demo/py3o_pdf_options.xml b/report_py3o_fusion_server/demo/py3o_pdf_options.xml new file mode 100644 index 00000000..de1fec76 --- /dev/null +++ b/report_py3o_fusion_server/demo/py3o_pdf_options.xml @@ -0,0 +1,11 @@ + + + + + + PDF/A (for Factur-X invoices) + + + + + diff --git a/report_py3o_fusion_server/models/__init__.py b/report_py3o_fusion_server/models/__init__.py index 78c726c4..8ae69cab 100644 --- a/report_py3o_fusion_server/models/__init__.py +++ b/report_py3o_fusion_server/models/__init__.py @@ -2,5 +2,6 @@ # Copyright 2017 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import ir_actions_report_xml +from . import py3o_pdf_options from . import py3o_report from . import py3o_server diff --git a/report_py3o_fusion_server/models/ir_actions_report_xml.py b/report_py3o_fusion_server/models/ir_actions_report_xml.py index d4fa0db6..167b4e62 100644 --- a/report_py3o_fusion_server/models/ir_actions_report_xml.py +++ b/report_py3o_fusion_server/models/ir_actions_report_xml.py @@ -39,3 +39,7 @@ class IrActionsReportXml(models.Model): py3o_server_id = fields.Many2one( "py3o.server", "Fusion Server") + pdf_options_id = fields.Many2one( + 'py3o.pdf.options', string='PDF Options', ondelete='restrict', + help="PDF options can be set per report, but also per Py3o Server. " + "If both are defined, the options on the report are used.") diff --git a/report_py3o_fusion_server/models/py3o_pdf_options.py b/report_py3o_fusion_server/models/py3o_pdf_options.py new file mode 100644 index 00000000..be991898 --- /dev/null +++ b/report_py3o_fusion_server/models/py3o_pdf_options.py @@ -0,0 +1,316 @@ +# -*- coding: utf-8 -*- +# Copyright 2018 Akretion (http://www.akretion.com) +# @author: Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import api, fields, models, _ +from odoo.exceptions import ValidationError +import logging +logger = logging.getLogger(__name__) + + +class Py3oPdfOptions(models.Model): + _name = 'py3o.pdf.options' + _description = 'Define PDF export options for Libreoffice' + + name = fields.Char(required=True) + # GENERAL TAB + # UseLosslessCompression (bool) + image_compression = fields.Selection([ + ('lossless', 'Lossless Compression'), + ('jpeg', 'JPEG Compression'), + ], string='Image Compression', default='jpeg') + # Quality (int) + image_jpeg_quality = fields.Integer( + string='Image JPEG Quality', default=90, + help="Enter a percentage between 0 and 100.") + # ReduceImageResolution (bool) and MaxImageResolution (int) + image_reduce_resolution = fields.Selection([ + ('none', 'Disable'), + ('75', '75 DPI'), + ('150', '150 DPI'), + ('300', '300 DPI'), + ('600', '600 DPI'), + ('1200', '1200 DPI'), + ], string='Reduce Image Resolution', default='300') + watermark = fields.Boolean('Sign With Watermark') + # Watermark (string) + watermark_text = fields.Char('WaterMark Text') + # UseTaggedPDF (bool) + tagged_pdf = fields.Boolean('Tagged PDF (add document structure)') + # SelectPdfVersion (int) + # 0 = PDF 1.4 (default selection). + # 1 = PDF/A-1 (ISO 19005-1:2005) + pdfa = fields.Boolean( + 'Archive PDF/A-1a (ISO 19005-1)', + help="If you enable this option, you will not be able to " + "password-protect the document or apply other security settings.") + # ExportFormFields (bool) + pdf_form = fields.Boolean('Create PDF Form', default=True) + # FormsType (int) + pdf_form_format = fields.Selection([ + ('0', 'FDF'), + ('1', 'PDF'), + ('2', 'HTML'), + ('3', 'XML'), + ], string='Submit Format', default='0') + # AllowDuplicateFieldNames (bool) + pdf_form_allow_duplicate = fields.Boolean('Allow Duplicate Field Names') + # ExportBookmarks (bool) + export_bookmarks = fields.Boolean('Export Bookmarks', default=True) + # ExportPlaceholders (bool) + export_placeholders = fields.Boolean('Export Placeholders', default=True) + # ExportNotes (bool) + export_comments = fields.Boolean('Export Comments') + # ExportHiddenSlides (bool) ?? + export_hidden_slides = fields.Boolean( + 'Export Automatically Insered Blank Pages') + # Doesn't make sense to have the option "View PDF after export" ! :) + # INITIAL VIEW TAB + # InitialView (int) + initial_view = fields.Selection([ + ('0', 'Page Only'), + ('1', 'Bookmarks and Page'), + ('2', 'Thumnails and Page'), + ], string='Panes', default='0') + # InitialPage (int) + initial_page = fields.Integer(string='Initial Page', default=1) + # Magnification (int) + magnification = fields.Selection([ + ('0', 'Default'), + ('1', 'Fit in Window'), + ('2', 'Fit Width'), + ('3', 'Fit Visible'), + ('4', 'Zoom'), + ], string='Magnification', default='0') + # Zoom (int) + zoom = fields.Integer( + string='Zoom Factor', default=100, + help='Possible values: from 50 to 1600') + # PageLayout (int) + page_layout = fields.Selection([ + ('0', 'Default'), + ('1', 'Single Page'), + ('2', 'Continuous'), + ('3', 'Continuous Facing'), + ], string='Page Layout', default='0') + # USER INTERFACE TAB + # ResizeWindowToInitialPage (bool) + resize_windows_initial_page = fields.Boolean( + string='Resize Windows to Initial Page') + # CenterWindow (bool) + center_window = fields.Boolean(string='Center Window on Screen') + # OpenInFullScreenMode (bool) + open_fullscreen = fields.Boolean(string='Open in Full Screen Mode') + # DisplayPDFDocumentTitle (bool) + display_document_title = fields.Boolean(string='Display Document Title') + # HideViewerMenubar (bool) + hide_menubar = fields.Boolean(string='Hide Menubar') + # HideViewerToolbar (bool) + hide_toolbar = fields.Boolean(string='Hide Toolbar') + # HideViewerWindowControls (bool) + hide_window_controls = fields.Boolean(string='Hide Windows Controls') + # OpenBookmarkLevels (int) -1 = all (default) from 1 to 10 + open_bookmark_levels = fields.Selection([ + ('-1', 'All Levels'), + ('1', '1'), + ('2', '2'), + ('3', '3'), + ('4', '4'), + ('5', '5'), + ('6', '6'), + ('7', '7'), + ('8', '8'), + ('9', '9'), + ('10', '10'), + ], default='-1', string='Visible Bookmark Levels') + # LINKS TAB + # ExportBookmarksToPDFDestination (bool) + export_bookmarks_named_dest = fields.Boolean( + string='Export Bookmarks as Named Destinations') + # ConvertOOoTargetToPDFTarget (bool) + convert_doc_ref_to_pdf_target = fields.Boolean( + string='Convert Document References to PDF Targets') + # ExportLinksRelativeFsys (bool) + export_filesystem_urls = fields.Boolean( + string='Export URLs Relative to Filesystem') + # PDFViewSelection -> mnDefaultLinkAction (int) + cross_doc_link_action = fields.Selection([ + ('0', 'Default'), + ('1', 'Open with PDF Reader Application'), + ('2', 'Open with Internet Browser'), + ], string='Cross-document Links', default='default') + # SECURITY TAB + # EncryptFile (bool) + encrypt = fields.Boolean('Encrypt') + # DocumentOpenPassword (char) + document_password = fields.Char(string='Document Password') + # RestrictPermissions (bool) + restrict_permissions = fields.Boolean('Restrict Permissions') + # PermissionPassword (char) + permission_password = fields.Char(string='Permission Password') + # TODO PreparedPasswords + PreparedPermissionPassword + # I don't see those fields in the LO interface ! + # But they are used in the LO code... + # Printing (int) + printing = fields.Selection([ + ('0', 'Not Permitted'), + ('1', 'Low Resolution (150 dpi)'), + ('2', 'High Resolution'), + ], string='Printing', default='2') + # Changes (int) + changes = fields.Selection([ + ('0', 'Not Permitted'), + ('1', 'Inserting, Deleting and Rotating Pages'), + ('2', 'Filling in Form Fields'), + ('3', 'Commenting, Filling in Form Fields'), + ('4', 'Any Except Extracting Pages'), + ], string='Changes', default='4') + # EnableCopyingOfContent (bool) + content_copying_allowed = fields.Boolean( + string='Enable Copying of Content', default=True) + # EnableTextAccessForAccessibilityTools (bool) + text_access_accessibility_tools_allowed = fields.Boolean( + string='Enable Text Access for Accessibility Tools', default=True) + # DIGITAL SIGNATURE TAB + # This will be possible but not easy + # Because the certificate parameter is a pointer to a certificate + # already registered in LO + # On Linux LO reuses the Mozilla certificate store (on Windows the + # one from Windows) + # But there seems to be some possibilities to send this certificate via API + # It seems you can add temporary certificates during runtime: + # https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1security_1_1XCertificateContainer.html + # Here is an API to retrieve the known certificates: + # https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1xml_1_1crypto_1_1XSecurityEnvironment.html + # Thanks to 'samuel_m' on libreoffice-dev IRC chan for pointing me to this + + @api.constrains( + 'image_jpeg_quality', 'initial_page', 'pdfa', + 'cross_doc_link_action', 'magnification', 'zoom') + def check_pdf_options(self): + for opt in self: + if opt.image_jpeg_quality > 100 or opt.image_jpeg_quality < 1: + raise ValidationError(_( + "The parameter Image JPEG Quality must be between 1 %%" + " and 100 %% (current value: %s %%)") + % opt.image_jpeg_quality) + if opt.initial_page < 1: + raise ValidationError(_( + "The initial page parameter must be strictly positive " + "(current value: %d)") % opt.initial_page) + if opt.pdfa and opt.cross_doc_link_action == '1': + raise ValidationError(_( + "The PDF/A option is not compatible with " + "'Cross-document Links' = " + "'Open with PDF Reader Application'.")) + if opt.magnification == '4' and (opt.zoom < 50 or opt.zoom > 1600): + raise ValidationError(_( + "The value of the zoom factor must be between 50 and 1600 " + "(current value: %d)") % opt.zoom) + + @api.onchange('encrypt') + def encrypt_change(self): + if not self.encrypt: + self.document_password = False + + @api.onchange('restrict_permissions') + def restrict_permissions_change(self): + if not self.restrict_permissions: + self.permission_password = False + + @api.onchange('pdfa') + def pdfa_change(self): + if self.pdfa: + self.pdf_form = False + self.encrypt = False + self.restrict_permissions = False + + def odoo2libreoffice_options(self): + self.ensure_one() + options = {} + # GENERAL TAB + if self.image_compression == 'lossless': + options['UseLosslessCompression'] = True + else: + options['UseLosslessCompression'] = False + options['Quality'] = self.image_jpeg_quality + if self.image_reduce_resolution != 'none': + options['ReduceImageResolution'] = True + options['MaxImageResolution'] = int(self.image_reduce_resolution) + else: + options['ReduceImageResolution'] = False + if self.watermark and self.watermark_text: + options['Watermark'] = self.watermark_text + if self.pdfa: + options['SelectPdfVersion'] = 1 + options['UseTaggedPDF'] = self.tagged_pdf + else: + options['SelectPdfVersion'] = 0 + if self.pdf_form and self.pdf_form_format and not self.pdfa: + options['ExportFormFields'] = True + options['FormsType'] = int(self.pdf_form_format) + options['AllowDuplicateFieldNames'] = self.pdf_form_allow_duplicate + else: + options['ExportFormFields'] = False + + options.update({ + 'ExportBookmarks': self.export_bookmarks, + 'ExportPlaceholders': self.export_placeholders, + 'ExportNotes': self.export_comments, + 'ExportHiddenSlides': self.export_hidden_slides, + }) + + # INITIAL VIEW TAB + options.update({ + 'InitialView': int(self.initial_view), + 'InitialPage': self.initial_page, + 'Magnification': int(self.magnification), + 'PageLayout': int(self.page_layout), + }) + + if self.magnification == '4': + options['Zoom'] = self.zoom + + # USER INTERFACE TAB + options.update({ + 'ResizeWindowToInitialPage': self.resize_windows_initial_page, + 'CenterWindow': self.center_window, + 'OpenInFullScreenMode': self.open_fullscreen, + 'DisplayPDFDocumentTitle': self.display_document_title, + 'HideViewerMenubar': self.hide_menubar, + 'HideViewerToolbar': self.hide_toolbar, + 'HideViewerWindowControls': self.hide_window_controls, + }) + + if self.open_bookmark_levels: + options['OpenBookmarkLevels'] = int(self.open_bookmark_levels) + + # LINKS TAB + options.update({ + 'ExportBookmarksToPDFDestination': + self.export_bookmarks_named_dest, + 'ConvertOOoTargetToPDFTarget': self.convert_doc_ref_to_pdf_target, + 'ExportLinksRelativeFsys': self.export_filesystem_urls, + 'PDFViewSelection': int(self.cross_doc_link_action), + }) + + # SECURITY TAB + if not self.pdfa: + if self.encrypt and self.document_password: + options['EncryptFile'] = True + options['DocumentOpenPassword'] = self.document_password + if self.restrict_permissions and self.permission_password: + options.update({ + 'RestrictPermissions': True, + 'PermissionPassword': self.permission_password, + 'Printing': int(self.printing), + 'Changes': int(self.changes), + 'EnableCopyingOfContent': self.content_copying_allowed, + 'EnableTextAccessForAccessibilityTools': + self.text_access_accessibility_tools_allowed, + }) + + logger.debug( + 'Py3o PDF options ID %s converted to %s', self.id, options) + return options diff --git a/report_py3o_fusion_server/models/py3o_report.py b/report_py3o_fusion_server/models/py3o_report.py index 86bd26dd..3eb1aa44 100644 --- a/report_py3o_fusion_server/models/py3o_report.py +++ b/report_py3o_fusion_server/models/py3o_report.py @@ -75,6 +75,12 @@ class Py3oReport(models.TransientModel): } if report_xml.py3o_is_local_fusion: fields['skipfusion'] = '1' + if filetype == 'pdf': + options = report_xml.pdf_options_id or\ + report_xml.py3o_server_id.pdf_options_id + if options: + pdf_options_dict = options.odoo2libreoffice_options() + fields['pdf_options'] = json.dumps(pdf_options_dict) r = requests.post( report_xml.py3o_server_id.url, data=fields, files=files) if r.status_code != 200: diff --git a/report_py3o_fusion_server/models/py3o_server.py b/report_py3o_fusion_server/models/py3o_server.py index 099d355c..30d7d81a 100644 --- a/report_py3o_fusion_server/models/py3o_server.py +++ b/report_py3o_fusion_server/models/py3o_server.py @@ -13,3 +13,7 @@ class Py3oServer(models.Model): 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) + pdf_options_id = fields.Many2one( + 'py3o.pdf.options', string='PDF Options', ondelete='restrict', + help="PDF options can be set per Py3o Server but also per report. " + "If both are defined, the options on the report are used.") diff --git a/report_py3o_fusion_server/security/ir.model.access.csv b/report_py3o_fusion_server/security/ir.model.access.csv index 8015edc9..a7b13349 100644 --- a/report_py3o_fusion_server/security/ir.model.access.csv +++ b/report_py3o_fusion_server/security/ir.model.access.csv @@ -1,3 +1,5 @@ -"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" -access_py3o_server_admin,access_py3o_server_admin,model_py3o_server,base.group_no_one,1,1,1,1 +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_py3o_server_admin,access_py3o_server_admin,model_py3o_server,base.group_system,1,1,1,1 access_py3o_server_user,access_py3o_server_user,model_py3o_server,base.group_user,1,0,0,0 +access_py3o_pdf_options_admin,Full access to PDF options to Settings grp,model_py3o_pdf_options,base.group_system,1,1,1,1 +access_py3o_pdf_options_user,Read-only access to PDF options to employees,model_py3o_pdf_options,base.group_user,1,0,0,0 diff --git a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py index ebe1a92d..127ed967 100644 --- a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py +++ b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py @@ -36,3 +36,8 @@ class TestReportPy3oFusionServer(test_report_py3o.TestReportPy3o): def test_reports_no_local_fusion(self): self.report.py3o_is_local_fusion = False self.test_reports() + + def test_odoo2libreoffice_options(self): + for options in self.env['py3o.pdf.options'].search([]): + options_dict = options.odoo2libreoffice_options() + self.assertIsInstance(options_dict, dict) diff --git a/report_py3o_fusion_server/views/ir_report.xml b/report_py3o_fusion_server/views/ir_report.xml index 35cba84f..173d6b3e 100644 --- a/report_py3o_fusion_server/views/ir_report.xml +++ b/report_py3o_fusion_server/views/ir_report.xml @@ -7,6 +7,7 @@ + diff --git a/report_py3o_fusion_server/views/py3o_pdf_options.xml b/report_py3o_fusion_server/views/py3o_pdf_options.xml new file mode 100644 index 00000000..3109758a --- /dev/null +++ b/report_py3o_fusion_server/views/py3o_pdf_options.xml @@ -0,0 +1,149 @@ + + + + + + + + py3o.pdf.options.form + py3o.pdf.options + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

The security settings are incompatible with the PDF/A-1a option in the General tab.

+
+
+
+
+
+
+
+ + + py3o.pdf.options.tree + py3o.pdf.options + + + + + + + + + Py3o PDF Export Options + py3o.pdf.options + tree,form + + + + + +
diff --git a/report_py3o_fusion_server/views/py3o_server.xml b/report_py3o_fusion_server/views/py3o_server.xml index 810e5918..2b245fc1 100644 --- a/report_py3o_fusion_server/views/py3o_server.xml +++ b/report_py3o_fusion_server/views/py3o_server.xml @@ -8,6 +8,7 @@
+
@@ -20,6 +21,7 @@ + From 0836addc1d9abf77ba4aa34feec6757b6a8f2487 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 25 Apr 2018 10:13:55 +0200 Subject: [PATCH 70/93] report_py3o_fusion_server: Update README.rst Fix string --- report_py3o_fusion_server/README.rst | 29 ++++++++++--------- .../models/py3o_pdf_options.py | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/report_py3o_fusion_server/README.rst b/report_py3o_fusion_server/README.rst index 36fa52cc..5941008f 100644 --- a/report_py3o_fusion_server/README.rst +++ b/report_py3o_fusion_server/README.rst @@ -8,12 +8,13 @@ Py3o Report Engine - Fusion server support This module was written to let a py3o fusion server handle format conversion instead of local libreoffice. If you install this module above the *report_py3o* module, you will have to deploy additionnal software components and run 3 daemons (libreoffice, py3o.fusion and py3o.renderserver). This additionnal complexiy comes with several advantages: -* much better performances (libreoffice runs permanently in the background, no need to spawn a new libreoffice instance upon every document conversion). -* ability to configure PDF export options in Odoo. This will allow you to generate: +* much better performances (Libreoffice runs permanently in the background, no need to spawn a new Libreoffice instance upon every document conversion). +* ability to configure PDF export options in Odoo. This brings many new possibilities such as the ability to generate: + * PDF forms - * password-protected PDF documents - * PDF/A documents (required by some electronic invoicing standards such as Factur-X) + * PDF/A documents (required by some electronic invoicing standards such as `Factur-X `_) * watermarked PDF documents + * password-protected PDF documents Installation ============ @@ -30,30 +31,30 @@ It is also possible to use the Python driver for Libreoffice (PyUNO), but it is 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: +Installation of Libreoffice, JRE and required Java libs on Debian/Ubuntu: .. code:: - pip install py3o.fusion - pip install service-identity + sudo apt-get install default-jre ure libgoogle-gson-java libreoffice-java-common libreoffice-writer -Installation of py3o.renderserver: +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:: - pip install py3o.renderserver + sudo apt-get install fonts-symbola -Installation of Libreoffice and JRE on Debian/Ubuntu: +Installation of py3o.fusion: .. code:: - sudo apt-get install default-jre ure libreoffice-java-common libreoffice-writer + pip install py3o.fusion + pip install service-identity -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: +Installation of py3o.renderserver: .. code:: - sudo apt-get install fonts-symbola + pip install py3o.renderserver At the end, with the dependencies, you should have the following py3o python libs: @@ -93,7 +94,7 @@ To check that the Py3o Fusion server is running fine, visit the URL http:// Date: Fri, 27 Apr 2018 19:49:59 +0200 Subject: [PATCH 71/93] report_py3o_fusion_server: Add chronometer Improve logs --- report_py3o_fusion_server/models/py3o_report.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/report_py3o_fusion_server/models/py3o_report.py b/report_py3o_fusion_server/models/py3o_report.py index 3eb1aa44..a4c9a125 100644 --- a/report_py3o_fusion_server/models/py3o_report.py +++ b/report_py3o_fusion_server/models/py3o_report.py @@ -8,6 +8,7 @@ import logging import os import requests import tempfile +from datetime import datetime from contextlib import closing from openerp import _, api, models from openerp.exceptions import UserError @@ -75,16 +76,22 @@ class Py3oReport(models.TransientModel): } if report_xml.py3o_is_local_fusion: fields['skipfusion'] = '1' + url = report_xml.py3o_server_id.url + logger.info( + 'Connecting to %s to convert report %s to %s', + url, report_xml.report_name, filetype) if filetype == 'pdf': options = report_xml.pdf_options_id or\ report_xml.py3o_server_id.pdf_options_id if options: pdf_options_dict = options.odoo2libreoffice_options() fields['pdf_options'] = json.dumps(pdf_options_dict) - r = requests.post( - report_xml.py3o_server_id.url, data=fields, files=files) + logger.debug('PDF Export options: %s', pdf_options_dict) + start_chrono = datetime.now() + r = requests.post(url, data=fields, files=files) if r.status_code != 200: # server says we have an issue... let's tell that to enduser + logger.error('Py3o fusion server error: %s', r.text) raise UserError( _('Fusion server error %s') % r.text, ) @@ -93,6 +100,11 @@ class Py3oReport(models.TransientModel): with open(result_path, 'w+') as fd: for chunk in r.iter_content(chunk_size): fd.write(chunk) + end_chrono = datetime.now() + convert_seconds = (end_chrono - start_chrono).total_seconds() + logger.info( + 'Report %s converted to %s in %s seconds', + report_xml.report_name, filetype, convert_seconds) if len(model_instance) == 1: self._postprocess_report( result_path, model_instance.id, save_in_attachment) From c5f72aab79b568ab3cd3995edf5afe90a7a3de19 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 27 Apr 2018 21:37:17 +0200 Subject: [PATCH 72/93] Fix wrong default value --- report_py3o_fusion_server/models/py3o_pdf_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o_fusion_server/models/py3o_pdf_options.py b/report_py3o_fusion_server/models/py3o_pdf_options.py index 8f6e3650..1211feb9 100644 --- a/report_py3o_fusion_server/models/py3o_pdf_options.py +++ b/report_py3o_fusion_server/models/py3o_pdf_options.py @@ -139,7 +139,7 @@ class Py3oPdfOptions(models.Model): ('0', 'Default'), ('1', 'Open with PDF Reader Application'), ('2', 'Open with Internet Browser'), - ], string='Cross-document Links', default='default') + ], string='Cross-document Links', default='0') # SECURITY TAB # EncryptFile (bool) encrypt = fields.Boolean('Encrypt') From 74d0260cbc75969d29d9c67d76b6b288dd8184a6 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sun, 6 May 2018 22:28:18 +0200 Subject: [PATCH 73/93] Improve README.rst to help those that want to produce fully valid PDF/A documents --- report_py3o_fusion_server/README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/report_py3o_fusion_server/README.rst b/report_py3o_fusion_server/README.rst index 5941008f..7e3d9e8a 100644 --- a/report_py3o_fusion_server/README.rst +++ b/report_py3o_fusion_server/README.rst @@ -91,6 +91,13 @@ After **-Djava.class.path**, there is a list of Java libs with *.jar* extension 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.*. +If you want to produce valid PDF/A documents with this module, activating the corresponding option in the PDF Export Options may not be enough, you also have to make sure that all the fonts used in the document template are installed on the Odoo server, so that they can be embedded in the PDF/A document. For example, if your document template uses the Arial font, you should install that font on your Odoo server: + +.. code:: + + sudo apt-get install msttcorefonts + + Known issues / Roadmap ====================== From 80c902eae1c7a718803e2d8b20bd8be64a70cc0f Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 23 Jun 2018 20:06:10 +0000 Subject: [PATCH 74/93] [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 9cc242a5..e0386c62 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 a768b828..89db1fdc 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 5b4d8258..24d6cdd3 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 1b8a5721..3d71d93d 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 e669cc42..f442c53f 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 d13838a5..5bc29b8b 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 7cc939cf..f2e60592 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 aa8717f1..cd7278f4 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 217ddab6..5001b84d 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 05daaea6..38ae7eb0 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 c6e3d90f..5d821638 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 949f9606..9ad7756d 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 b0704e33..e0a3250e 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 ecdf955e..46c4d7d5 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 ce5c0113..8d8981fe 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 a13d35af..400b60c2 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 07564c58..d45628d9 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 3117bbc9..131fc662 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 fb7937d4..22cdcba1 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 6d231e25..0f18e01e 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 eb6b84df..1b613915 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 4eda0434..d1d322de 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 b2f2d206..98fa256e 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 208ae3c0..fba1b1a1 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 8eb7691a..44e34d14 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 487602ea..3be8a617 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 f45a551e..60b7f7d3 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 a33df4dd..d061ad61 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 5892e504..6d6807d3 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 ba9655f2..6fb8ca86 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 b93a3dbe..33065de7 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 feb26b24..3264d512 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 abba3f10..b4df1c30 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 48f684fc..85061614 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 ef89a999..a762a8bd 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 5d65b966..2a727ba7 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 1786ae3e..18def6f9 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 fb5c760c..ca8c85c5 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 5a35f255..a1fb6c0f 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 c4736b01..7e5afc1f 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 1e7beada..bbd70c96 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 1a7dcf65..98042d6c 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 348d369b..65fb389d 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 e80effbd..ef63ecd5 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 440604ba..ecdba90f 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 047c2cff..113002c8 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 f01e930e..3de8513a 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 d725b12b..91550589 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 7b0a26c2..3da26951 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 f44b36ed..68b5e2be 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 ae87fba8..01ef3f27 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 d586a710..d112163d 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 83da0886..ec9efef2 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 00000000..0d206745 --- /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 4b079983..bcd5bf58 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 35a3ef1d..75bb8ad3 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 a61aa80d..de5bfe26 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 e4e18433..6cdcd681 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 7d9c6f06..31543ae4 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 88673a48..83e68127 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 4e09f2cc..6458fc38 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 06494bac..b7e5cdcb 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 fc931fdf..a59ab413 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 243d5890..28c9dc83 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 000db886..844214af 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 3558736a..09e2d3b8 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 62814d15..b1d73ab5 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 703ebc93..1b9a025d 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 792dc4a9..d0ac3a9b 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 1e7a57723cc66367009a87ac634f6f3bb1b77e65 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Sat, 23 Jun 2018 20:06:11 +0000 Subject: [PATCH 75/93] [UPD] Update report_py3o_fusion_server.pot --- report_py3o_fusion_server/i18n/am.po | 13 +- report_py3o_fusion_server/i18n/ar.po | 16 +- report_py3o_fusion_server/i18n/bg.po | 13 +- report_py3o_fusion_server/i18n/bs.po | 16 +- report_py3o_fusion_server/i18n/ca.po | 13 +- report_py3o_fusion_server/i18n/cs.po | 13 +- report_py3o_fusion_server/i18n/da.po | 13 +- report_py3o_fusion_server/i18n/de.po | 13 +- report_py3o_fusion_server/i18n/el_GR.po | 16 +- report_py3o_fusion_server/i18n/en_GB.po | 16 +- report_py3o_fusion_server/i18n/es.po | 13 +- report_py3o_fusion_server/i18n/es_AR.po | 16 +- report_py3o_fusion_server/i18n/es_CL.po | 16 +- report_py3o_fusion_server/i18n/es_CO.po | 16 +- report_py3o_fusion_server/i18n/es_CR.po | 16 +- report_py3o_fusion_server/i18n/es_DO.po | 16 +- report_py3o_fusion_server/i18n/es_EC.po | 16 +- report_py3o_fusion_server/i18n/es_ES.po | 16 +- report_py3o_fusion_server/i18n/es_MX.po | 16 +- report_py3o_fusion_server/i18n/es_PE.po | 16 +- report_py3o_fusion_server/i18n/es_PY.po | 16 +- report_py3o_fusion_server/i18n/es_VE.po | 16 +- report_py3o_fusion_server/i18n/et.po | 13 +- report_py3o_fusion_server/i18n/eu.po | 13 +- report_py3o_fusion_server/i18n/fa.po | 13 +- report_py3o_fusion_server/i18n/fi.po | 13 +- report_py3o_fusion_server/i18n/fr.po | 13 +- report_py3o_fusion_server/i18n/fr_CA.po | 16 +- report_py3o_fusion_server/i18n/fr_CH.po | 16 +- report_py3o_fusion_server/i18n/gl.po | 13 +- report_py3o_fusion_server/i18n/gl_ES.po | 16 +- report_py3o_fusion_server/i18n/he.po | 13 +- report_py3o_fusion_server/i18n/hr.po | 16 +- report_py3o_fusion_server/i18n/hr_HR.po | 19 +- report_py3o_fusion_server/i18n/hu.po | 13 +- report_py3o_fusion_server/i18n/id.po | 13 +- report_py3o_fusion_server/i18n/it.po | 13 +- report_py3o_fusion_server/i18n/ja.po | 13 +- report_py3o_fusion_server/i18n/ko.po | 13 +- report_py3o_fusion_server/i18n/lt.po | 16 +- report_py3o_fusion_server/i18n/lt_LT.po | 19 +- report_py3o_fusion_server/i18n/lv.po | 16 +- report_py3o_fusion_server/i18n/mk.po | 13 +- report_py3o_fusion_server/i18n/mn.po | 13 +- report_py3o_fusion_server/i18n/nb.po | 16 +- report_py3o_fusion_server/i18n/nb_NO.po | 16 +- report_py3o_fusion_server/i18n/nl.po | 13 +- report_py3o_fusion_server/i18n/nl_BE.po | 16 +- report_py3o_fusion_server/i18n/nl_NL.po | 16 +- report_py3o_fusion_server/i18n/pl.po | 17 +- report_py3o_fusion_server/i18n/pt.po | 13 +- report_py3o_fusion_server/i18n/pt_BR.po | 19 +- report_py3o_fusion_server/i18n/pt_PT.po | 16 +- .../i18n/report_py3o_fusion_server.pot | 634 ++++++++++++++++++ report_py3o_fusion_server/i18n/ro.po | 16 +- report_py3o_fusion_server/i18n/ru.po | 17 +- report_py3o_fusion_server/i18n/sk.po | 13 +- report_py3o_fusion_server/i18n/sl.po | 16 +- report_py3o_fusion_server/i18n/sr.po | 16 +- report_py3o_fusion_server/i18n/sr@latin.po | 19 +- report_py3o_fusion_server/i18n/sv.po | 13 +- report_py3o_fusion_server/i18n/th.po | 13 +- report_py3o_fusion_server/i18n/tr.po | 13 +- report_py3o_fusion_server/i18n/tr_TR.po | 16 +- report_py3o_fusion_server/i18n/uk.po | 16 +- report_py3o_fusion_server/i18n/vi.po | 13 +- report_py3o_fusion_server/i18n/vi_VN.po | 16 +- report_py3o_fusion_server/i18n/zh_CN.po | 16 +- report_py3o_fusion_server/i18n/zh_TW.po | 16 +- 69 files changed, 1132 insertions(+), 520 deletions(-) create mode 100644 report_py3o_fusion_server/i18n/report_py3o_fusion_server.pot diff --git a/report_py3o_fusion_server/i18n/am.po b/report_py3o_fusion_server/i18n/am.po index 81f2cff4..9838a0cb 100644 --- a/report_py3o_fusion_server/i18n/am.po +++ b/report_py3o_fusion_server/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/ar.po b/report_py3o_fusion_server/i18n/ar.po index 56970aa6..36f39847 100644 --- a/report_py3o_fusion_server/i18n/ar.po +++ b/report_py3o_fusion_server/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/bg.po b/report_py3o_fusion_server/i18n/bg.po index 623d3f0e..d4ae844c 100644 --- a/report_py3o_fusion_server/i18n/bg.po +++ b/report_py3o_fusion_server/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/bs.po b/report_py3o_fusion_server/i18n/bs.po index 94bc979d..54807a33 100644 --- a/report_py3o_fusion_server/i18n/bs.po +++ b/report_py3o_fusion_server/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/ca.po b/report_py3o_fusion_server/i18n/ca.po index 3423da5e..98c9c5dd 100644 --- a/report_py3o_fusion_server/i18n/ca.po +++ b/report_py3o_fusion_server/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/cs.po b/report_py3o_fusion_server/i18n/cs.po index c3ccd9f0..034a3c4f 100644 --- a/report_py3o_fusion_server/i18n/cs.po +++ b/report_py3o_fusion_server/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/da.po b/report_py3o_fusion_server/i18n/da.po index 474cd089..0c889c76 100644 --- a/report_py3o_fusion_server/i18n/da.po +++ b/report_py3o_fusion_server/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/de.po b/report_py3o_fusion_server/i18n/de.po index 22cf9873..95cddd2b 100644 --- a/report_py3o_fusion_server/i18n/de.po +++ b/report_py3o_fusion_server/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # Niki Waibel , 2018 # OCA Transbot , 2018 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -28,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -53,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -93,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/el_GR.po b/report_py3o_fusion_server/i18n/el_GR.po index ba7e6b31..2d004212 100644 --- a/report_py3o_fusion_server/i18n/el_GR.po +++ b/report_py3o_fusion_server/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/en_GB.po b/report_py3o_fusion_server/i18n/en_GB.po index 9cd219a6..307166d3 100644 --- a/report_py3o_fusion_server/i18n/en_GB.po +++ b/report_py3o_fusion_server/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es.po b/report_py3o_fusion_server/i18n/es.po index cb28be55..05973e86 100644 --- a/report_py3o_fusion_server/i18n/es.po +++ b/report_py3o_fusion_server/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # Pedro M. Baeza , 2018 # OCA Transbot , 2018 @@ -14,10 +14,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: Fernando Lara , 2018\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_fusion_server @@ -29,8 +29,7 @@ msgstr "Activo" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"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" @@ -56,7 +55,7 @@ msgid "Fusion Server" msgstr "Servidor de Fusión" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "Error del servidor de fusión %s" @@ -98,8 +97,8 @@ msgstr "Fusión Local" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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." diff --git a/report_py3o_fusion_server/i18n/es_AR.po b/report_py3o_fusion_server/i18n/es_AR.po index ab716903..e5c0d0eb 100644 --- a/report_py3o_fusion_server/i18n/es_AR.po +++ b/report_py3o_fusion_server/i18n/es_AR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_CL.po b/report_py3o_fusion_server/i18n/es_CL.po index 4b747318..62c650e7 100644 --- a/report_py3o_fusion_server/i18n/es_CL.po +++ b/report_py3o_fusion_server/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_CO.po b/report_py3o_fusion_server/i18n/es_CO.po index be73a03b..5d0e2aa4 100644 --- a/report_py3o_fusion_server/i18n/es_CO.po +++ b/report_py3o_fusion_server/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_CR.po b/report_py3o_fusion_server/i18n/es_CR.po index 3135f1cd..fb6b7e80 100644 --- a/report_py3o_fusion_server/i18n/es_CR.po +++ b/report_py3o_fusion_server/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_DO.po b/report_py3o_fusion_server/i18n/es_DO.po index 53ccc8c1..b2b32df4 100644 --- a/report_py3o_fusion_server/i18n/es_DO.po +++ b/report_py3o_fusion_server/i18n/es_DO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_EC.po b/report_py3o_fusion_server/i18n/es_EC.po index d62690ad..9ece7539 100644 --- a/report_py3o_fusion_server/i18n/es_EC.po +++ b/report_py3o_fusion_server/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_ES.po b/report_py3o_fusion_server/i18n/es_ES.po index 6acad06f..88b786b6 100644 --- a/report_py3o_fusion_server/i18n/es_ES.po +++ b/report_py3o_fusion_server/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_MX.po b/report_py3o_fusion_server/i18n/es_MX.po index b557f958..d1119576 100644 --- a/report_py3o_fusion_server/i18n/es_MX.po +++ b/report_py3o_fusion_server/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_PE.po b/report_py3o_fusion_server/i18n/es_PE.po index 34ebe42b..4bd1421e 100644 --- a/report_py3o_fusion_server/i18n/es_PE.po +++ b/report_py3o_fusion_server/i18n/es_PE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_PY.po b/report_py3o_fusion_server/i18n/es_PY.po index 9aba9af9..5fda588a 100644 --- a/report_py3o_fusion_server/i18n/es_PY.po +++ b/report_py3o_fusion_server/i18n/es_PY.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/es_VE.po b/report_py3o_fusion_server/i18n/es_VE.po index ca8858ce..e51d0329 100644 --- a/report_py3o_fusion_server/i18n/es_VE.po +++ b/report_py3o_fusion_server/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/et.po b/report_py3o_fusion_server/i18n/et.po index 44a3791b..4b5d95ae 100644 --- a/report_py3o_fusion_server/i18n/et.po +++ b/report_py3o_fusion_server/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/eu.po b/report_py3o_fusion_server/i18n/eu.po index d21ead1f..0e04a528 100644 --- a/report_py3o_fusion_server/i18n/eu.po +++ b/report_py3o_fusion_server/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/fa.po b/report_py3o_fusion_server/i18n/fa.po index 83609069..538e936e 100644 --- a/report_py3o_fusion_server/i18n/fa.po +++ b/report_py3o_fusion_server/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/fi.po b/report_py3o_fusion_server/i18n/fi.po index 9a3e7bc7..cdea73d4 100644 --- a/report_py3o_fusion_server/i18n/fi.po +++ b/report_py3o_fusion_server/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/fr.po b/report_py3o_fusion_server/i18n/fr.po index 7d434ca0..96423757 100644 --- a/report_py3o_fusion_server/i18n/fr.po +++ b/report_py3o_fusion_server/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 # 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_fusion_server @@ -28,8 +28,7 @@ msgstr "Actif" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" "Ne pas utiliser de formats natifs dans la fusion locale. Veuillez indiquer " "un serveur Fusion" @@ -55,7 +54,7 @@ msgid "Fusion Server" msgstr "Serveur Fusion" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "Erreur %s du serveur Fusion" @@ -97,8 +96,8 @@ msgstr "Fusion locale" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"Native formats will be processed without a server. You must use this mode if " +"you call methods on your model into the template." msgstr "" "Les formats natifs seront traités sans un serveur. Vous devez utiliser ce " "mode si vous appelez des méthodes sur votre modèle dans le template." diff --git a/report_py3o_fusion_server/i18n/fr_CA.po b/report_py3o_fusion_server/i18n/fr_CA.po index 0d0dea21..ed997a2d 100644 --- a/report_py3o_fusion_server/i18n/fr_CA.po +++ b/report_py3o_fusion_server/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/fr_CH.po b/report_py3o_fusion_server/i18n/fr_CH.po index 95790c58..6cc7c50e 100644 --- a/report_py3o_fusion_server/i18n/fr_CH.po +++ b/report_py3o_fusion_server/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/gl.po b/report_py3o_fusion_server/i18n/gl.po index 650df759..d6d5345a 100644 --- a/report_py3o_fusion_server/i18n/gl.po +++ b/report_py3o_fusion_server/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/gl_ES.po b/report_py3o_fusion_server/i18n/gl_ES.po index 58b9b7ad..baf6c0dd 100644 --- a/report_py3o_fusion_server/i18n/gl_ES.po +++ b/report_py3o_fusion_server/i18n/gl_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/he.po b/report_py3o_fusion_server/i18n/he.po index a680ef43..b09f5173 100644 --- a/report_py3o_fusion_server/i18n/he.po +++ b/report_py3o_fusion_server/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/hr.po b/report_py3o_fusion_server/i18n/hr.po index 0e6e1a31..50ffbd1e 100644 --- a/report_py3o_fusion_server/i18n/hr.po +++ b/report_py3o_fusion_server/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/hr_HR.po b/report_py3o_fusion_server/i18n/hr_HR.po index e45d42d6..c86a5bbe 100644 --- a/report_py3o_fusion_server/i18n/hr_HR.po +++ b/report_py3o_fusion_server/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # Bole , 2018 # OCA Transbot , 2018 @@ -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 , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -28,8 +30,7 @@ msgstr "Aktivan" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -53,7 +54,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -93,8 +94,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/hu.po b/report_py3o_fusion_server/i18n/hu.po index 8047d9bf..8b714d74 100644 --- a/report_py3o_fusion_server/i18n/hu.po +++ b/report_py3o_fusion_server/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/id.po b/report_py3o_fusion_server/i18n/id.po index cb2311c1..ea86d0e5 100644 --- a/report_py3o_fusion_server/i18n/id.po +++ b/report_py3o_fusion_server/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/it.po b/report_py3o_fusion_server/i18n/it.po index 81108f94..ee11549e 100644 --- a/report_py3o_fusion_server/i18n/it.po +++ b/report_py3o_fusion_server/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/ja.po b/report_py3o_fusion_server/i18n/ja.po index 8412753e..a5e03e84 100644 --- a/report_py3o_fusion_server/i18n/ja.po +++ b/report_py3o_fusion_server/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/ko.po b/report_py3o_fusion_server/i18n/ko.po index a606e62f..ca350c15 100644 --- a/report_py3o_fusion_server/i18n/ko.po +++ b/report_py3o_fusion_server/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/lt.po b/report_py3o_fusion_server/i18n/lt.po index c347fc71..ba623f33 100644 --- a/report_py3o_fusion_server/i18n/lt.po +++ b/report_py3o_fusion_server/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/lt_LT.po b/report_py3o_fusion_server/i18n/lt_LT.po index 072ab449..6c1fcf0c 100644 --- a/report_py3o_fusion_server/i18n/lt_LT.po +++ b/report_py3o_fusion_server/i18n/lt_LT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +29,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +53,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +93,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/lv.po b/report_py3o_fusion_server/i18n/lv.po index 7ed82d4b..279f05e4 100644 --- a/report_py3o_fusion_server/i18n/lv.po +++ b/report_py3o_fusion_server/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/mk.po b/report_py3o_fusion_server/i18n/mk.po index 5db2a721..7a7c7170 100644 --- a/report_py3o_fusion_server/i18n/mk.po +++ b/report_py3o_fusion_server/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/mn.po b/report_py3o_fusion_server/i18n/mn.po index 31820853..249a1e92 100644 --- a/report_py3o_fusion_server/i18n/mn.po +++ b/report_py3o_fusion_server/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/nb.po b/report_py3o_fusion_server/i18n/nb.po index 0ce4876e..7da9d633 100644 --- a/report_py3o_fusion_server/i18n/nb.po +++ b/report_py3o_fusion_server/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/nb_NO.po b/report_py3o_fusion_server/i18n/nb_NO.po index f93af03b..6f7b9212 100644 --- a/report_py3o_fusion_server/i18n/nb_NO.po +++ b/report_py3o_fusion_server/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/nl.po b/report_py3o_fusion_server/i18n/nl.po index cbb21284..ac79292b 100644 --- a/report_py3o_fusion_server/i18n/nl.po +++ b/report_py3o_fusion_server/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/nl_BE.po b/report_py3o_fusion_server/i18n/nl_BE.po index 7ee866c2..58f54b39 100644 --- a/report_py3o_fusion_server/i18n/nl_BE.po +++ b/report_py3o_fusion_server/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/nl_NL.po b/report_py3o_fusion_server/i18n/nl_NL.po index 7a5a46a4..c32e6c58 100644 --- a/report_py3o_fusion_server/i18n/nl_NL.po +++ b/report_py3o_fusion_server/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # Peter Hageman , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "Actief" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/pl.po b/report_py3o_fusion_server/i18n/pl.po index ec6e1444..09d0ca07 100644 --- a/report_py3o_fusion_server/i18n/pl.po +++ b/report_py3o_fusion_server/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +29,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +53,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +93,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/pt.po b/report_py3o_fusion_server/i18n/pt.po index 5aaeb1c5..17b3ed4b 100644 --- a/report_py3o_fusion_server/i18n/pt.po +++ b/report_py3o_fusion_server/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/pt_BR.po b/report_py3o_fusion_server/i18n/pt_BR.po index 5ba1cd15..45608e26 100644 --- a/report_py3o_fusion_server/i18n/pt_BR.po +++ b/report_py3o_fusion_server/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 # Cezar José Sant Anna Junior , 2018 @@ -11,12 +11,14 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-16 08:52+0000\n" "PO-Revision-Date: 2018-01-16 08:52+0000\n" -"Last-Translator: Cezar José Sant Anna Junior , 2018\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Last-Translator: Cezar José Sant Anna Junior , " +"2018\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_fusion_server @@ -28,8 +30,7 @@ msgstr "Ativo" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"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" @@ -55,7 +56,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -95,8 +96,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/pt_PT.po b/report_py3o_fusion_server/i18n/pt_PT.po index b21d7a2a..832a477e 100644 --- a/report_py3o_fusion_server/i18n/pt_PT.po +++ b/report_py3o_fusion_server/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/report_py3o_fusion_server.pot b/report_py3o_fusion_server/i18n/report_py3o_fusion_server.pot new file mode 100644 index 00000000..3da0149a --- /dev/null +++ b/report_py3o_fusion_server/i18n/report_py3o_fusion_server.pot @@ -0,0 +1,634 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_py3o_fusion_server +# +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_fusion_server +#: selection:py3o.pdf.options,open_bookmark_levels:0 +msgid "10" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,image_reduce_resolution:0 +msgid "1200 DPI" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,image_reduce_resolution:0 +msgid "150 DPI" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,image_reduce_resolution:0 +msgid "300 DPI" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,image_reduce_resolution:0 +msgid "600 DPI" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,image_reduce_resolution:0 +msgid "75 DPI" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active +msgid "Active" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,open_bookmark_levels:0 +msgid "All Levels" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_pdf_form_allow_duplicate +msgid "Allow Duplicate Field Names" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,changes:0 +msgid "Any Except Extracting Pages" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_pdfa +msgid "Archive PDF/A-1a (ISO 19005-1)" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Bookmarks" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,initial_view:0 +msgid "Bookmarks and Page" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 +#, python-format +msgid "Can not use not native format in local fusion. Please specify a Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_center_window +msgid "Center Window on Screen" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_changes +msgid "Changes" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,changes:0 +msgid "Commenting, Filling in Form Fields" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,page_layout:0 +msgid "Continuous" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,page_layout:0 +msgid "Continuous Facing" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_convert_doc_ref_to_pdf_target +msgid "Convert Document References to PDF Targets" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_pdf_form +msgid "Create PDF Form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_create_uid +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_uid +msgid "Created by" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_create_date +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_create_date +msgid "Created on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_cross_doc_link_action +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Cross-document Links" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,cross_doc_link_action:0 +#: selection:py3o.pdf.options,magnification:0 +#: selection:py3o.pdf.options,page_layout:0 +msgid "Default" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_pdf_options +msgid "Define PDF export options for Libreoffice" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,image_reduce_resolution:0 +msgid "Disable" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_display_document_title +msgid "Display Document Title" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_display_name +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_display_name +msgid "Display Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_document_password +msgid "Document Password" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_content_copying_allowed +msgid "Enable Copying of Content" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_text_access_accessibility_tools_allowed +msgid "Enable Text Access for Accessibility Tools" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_encrypt +msgid "Encrypt" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_pdf_options_image_jpeg_quality +msgid "Enter a percentage between 0 and 100." +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_export_hidden_slides +msgid "Export Automatically Insered Blank Pages" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_export_bookmarks +msgid "Export Bookmarks" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_export_bookmarks_named_dest +msgid "Export Bookmarks as Named Destinations" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_export_comments +msgid "Export Comments" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_export_placeholders +msgid "Export Placeholders" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_export_filesystem_urls +msgid "Export URLs Relative to Filesystem" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,pdf_form_format:0 +msgid "FDF" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,changes:0 +msgid "Filling in Form Fields" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,magnification:0 +msgid "Fit Visible" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,magnification:0 +msgid "Fit Width" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,magnification:0 +msgid "Fit in Window" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_server_id +msgid "Fusion Server" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:96 +#, python-format +msgid "Fusion server error %s" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "General" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Give a name to the set of PDF export options" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,pdf_form_format:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_hide_menubar +msgid "Hide Menubar" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_hide_toolbar +msgid "Hide Toolbar" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_hide_window_controls +msgid "Hide Windows Controls" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,printing:0 +msgid "High Resolution" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_id +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_id +msgid "ID" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_pdf_options_pdfa +msgid "If you enable this option, you will not be able to password-protect the document or apply other security settings." +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_url +msgid "If your Py3o Fusion server is on the same machine and runs on the default port, the URL is http://localhost:8765/form" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Image" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_image_compression +msgid "Image Compression" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_image_jpeg_quality +msgid "Image JPEG Quality" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_initial_page +msgid "Initial Page" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Initial View" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,changes:0 +msgid "Inserting, Deleting and Rotating Pages" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,image_compression:0 +msgid "JPEG Compression" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options___last_update +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server___last_update +msgid "Last Modified on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_write_uid +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_write_date +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_write_date +msgid "Last Updated on" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Links" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +msgid "Local Fusion" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,image_compression:0 +msgid "Lossless Compression" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,printing:0 +msgid "Low Resolution (150 dpi)" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_magnification +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Magnification" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_name +msgid "Name" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion +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_fusion_server +#: selection:py3o.pdf.options,changes:0 +#: selection:py3o.pdf.options,printing:0 +msgid "Not Permitted" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_open_fullscreen +msgid "Open in Full Screen Mode" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,cross_doc_link_action:0 +msgid "Open with Internet Browser" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,cross_doc_link_action:0 +msgid "Open with PDF Reader Application" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,pdf_form_format:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_ir_act_report_xml_pdf_options_id +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_pdf_options_id +msgid "PDF Options" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_server_pdf_options_id +msgid "PDF options can be set per Py3o Server but also per report. If both are defined, the options on the report are used." +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_pdf_options_id +msgid "PDF options can be set per report, but also per Py3o Server. If both are defined, the options on the report are used." +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_page_layout +msgid "Page Layout" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,initial_view:0 +msgid "Page Only" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_initial_view +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Panes" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_permission_password +msgid "Permission Password" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,help:report_py3o_fusion_server.field_py3o_pdf_options_zoom +msgid "Possible values: from 50 to 1600" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_printing +msgid "Printing" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_url +msgid "Py3o Fusion Server URL" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_pdf_options_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_pdf_options_menu +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_tree +msgid "Py3o PDF Export Options" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_form_view +msgid "Py3o Server Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.actions.act_window,name:report_py3o_fusion_server.py3o_server_configuration_action +#: model:ir.ui.menu,name:report_py3o_fusion_server.py3o_server_configuration_menu +msgid "Py3o Servers" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_server_configuration_tree_view +msgid "Py3o Servers Configuration" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_image_reduce_resolution +msgid "Reduce Image Resolution" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_report +msgid "Report Py30" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_resize_windows_initial_page +msgid "Resize Windows to Initial Page" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_restrict_permissions +msgid "Restrict Permissions" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Security" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_watermark +msgid "Sign With Watermark" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,page_layout:0 +msgid "Single Page" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_pdf_form_format +msgid "Submit Format" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_tagged_pdf +msgid "Tagged PDF (add document structure)" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_pdf_options.py:203 +#, python-format +msgid "The PDF/A option is not compatible with 'Cross-document Links' = 'Open with PDF Reader Application'." +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_pdf_options.py:199 +#, python-format +msgid "The initial page parameter must be strictly positive (current value: %d)" +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_pdf_options.py:194 +#, python-format +msgid "The parameter Image JPEG Quality must be between 1 %% and 100 %% (current value: %s %%)" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "The security settings are incompatible with the PDF/A-1a option in the General tab." +msgstr "" + +#. module: report_py3o_fusion_server +#: code:addons/report_py3o_fusion_server/models/py3o_pdf_options.py:208 +#, python-format +msgid "The value of the zoom factor must be between 50 and 1600 (current value: %d)" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,initial_view:0 +msgid "Thumbnails and Page" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "User Interface" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "User Interface Options" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_open_bookmark_levels +msgid "Visible Bookmark Levels" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_watermark_text +msgid "WaterMark Text" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Watermark" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.ui.view,arch_db:report_py3o_fusion_server.py3o_pdf_options_form +msgid "Window Options" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,pdf_form_format:0 +msgid "XML" +msgstr "" + +#. module: report_py3o_fusion_server +#: selection:py3o.pdf.options,magnification:0 +msgid "Zoom" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_pdf_options_zoom +msgid "Zoom Factor" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" + +#. module: report_py3o_fusion_server +#: model:ir.model,name:report_py3o_fusion_server.model_py3o_server +msgid "py3o.server" +msgstr "" + diff --git a/report_py3o_fusion_server/i18n/ro.po b/report_py3o_fusion_server/i18n/ro.po index 350ee8c9..e823b176 100644 --- a/report_py3o_fusion_server/i18n/ro.po +++ b/report_py3o_fusion_server/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/ru.po b/report_py3o_fusion_server/i18n/ru.po index 9e248543..7ae9754c 100644 --- a/report_py3o_fusion_server/i18n/ru.po +++ b/report_py3o_fusion_server/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +29,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +53,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +93,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/sk.po b/report_py3o_fusion_server/i18n/sk.po index 73e3fbeb..1119df2f 100644 --- a/report_py3o_fusion_server/i18n/sk.po +++ b/report_py3o_fusion_server/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/sl.po b/report_py3o_fusion_server/i18n/sl.po index ac03a11a..617be796 100644 --- a/report_py3o_fusion_server/i18n/sl.po +++ b/report_py3o_fusion_server/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/sr.po b/report_py3o_fusion_server/i18n/sr.po index 998ba338..fb708727 100644 --- a/report_py3o_fusion_server/i18n/sr.po +++ b/report_py3o_fusion_server/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/sr@latin.po b/report_py3o_fusion_server/i18n/sr@latin.po index 10dc7497..afb9c45d 100644 --- a/report_py3o_fusion_server/i18n/sr@latin.po +++ b/report_py3o_fusion_server/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +29,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +53,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +93,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/sv.po b/report_py3o_fusion_server/i18n/sv.po index a524f86e..7b4c6049 100644 --- a/report_py3o_fusion_server/i18n/sv.po +++ b/report_py3o_fusion_server/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/th.po b/report_py3o_fusion_server/i18n/th.po index 8a0239f8..2f8ad503 100644 --- a/report_py3o_fusion_server/i18n/th.po +++ b/report_py3o_fusion_server/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/tr.po b/report_py3o_fusion_server/i18n/tr.po index 21f6ff82..2602252a 100644 --- a/report_py3o_fusion_server/i18n/tr.po +++ b/report_py3o_fusion_server/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/tr_TR.po b/report_py3o_fusion_server/i18n/tr_TR.po index e3d03ef4..b30ed34f 100644 --- a/report_py3o_fusion_server/i18n/tr_TR.po +++ b/report_py3o_fusion_server/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/uk.po b/report_py3o_fusion_server/i18n/uk.po index 28ef1c69..b43133f3 100644 --- a/report_py3o_fusion_server/i18n/uk.po +++ b/report_py3o_fusion_server/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server #: model:ir.model.fields,field_description:report_py3o_fusion_server.field_py3o_server_is_active @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/vi.po b/report_py3o_fusion_server/i18n/vi.po index 3c4e5e7c..84c2e291 100644 --- a/report_py3o_fusion_server/i18n/vi.po +++ b/report_py3o_fusion_server/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-01-16 08:52+0000\n" "Last-Translator: OCA Transbot , 2018\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_fusion_server @@ -27,8 +27,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +51,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +91,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/vi_VN.po b/report_py3o_fusion_server/i18n/vi_VN.po index 81f2f786..c03bc728 100644 --- a/report_py3o_fusion_server/i18n/vi_VN.po +++ b/report_py3o_fusion_server/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/zh_CN.po b/report_py3o_fusion_server/i18n/zh_CN.po index 3d23003f..4ebabec6 100644 --- a/report_py3o_fusion_server/i18n/zh_CN.po +++ b/report_py3o_fusion_server/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server diff --git a/report_py3o_fusion_server/i18n/zh_TW.po b/report_py3o_fusion_server/i18n/zh_TW.po index 57af97a1..b5e4a638 100644 --- a/report_py3o_fusion_server/i18n/zh_TW.po +++ b/report_py3o_fusion_server/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * report_py3o_fusion_server -# +# # Translators: # OCA Transbot , 2018 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 , 2018\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_fusion_server @@ -27,8 +28,7 @@ msgstr "" #: code:addons/report_py3o_fusion_server/models/ir_actions_report_xml.py:29 #, python-format msgid "" -"Can not use not native format in local fusion. Please specify a Fusion " -"Server" +"Can not use not native format in local fusion. Please specify a Fusion Server" msgstr "" #. module: report_py3o_fusion_server @@ -52,7 +52,7 @@ msgid "Fusion Server" msgstr "" #. module: report_py3o_fusion_server -#: code:addons/report_py3o_fusion_server/models/py3o_report.py:75 +#: code:addons/report_py3o_fusion_server/models/py3o_report.py:83 #, python-format msgid "Fusion server error %s" msgstr "" @@ -92,8 +92,8 @@ msgstr "" #. module: report_py3o_fusion_server #: model:ir.model.fields,help:report_py3o_fusion_server.field_ir_act_report_xml_py3o_is_local_fusion msgid "" -"Native formats will be processed without a server. You must use this mode if" -" you call methods on your model into the template." +"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_fusion_server From 150f5dcc29feb5e437372ec9aeeaf04616c5b485 Mon Sep 17 00:00:00 2001 From: Christophe CHAUVET Date: Wed, 18 Jul 2018 08:49:09 +0000 Subject: [PATCH 76/93] =?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 60b7f7d3..8b5ca4cd 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 dce59162cefab518e59557df8cdaf8afc33dfb09 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 26 Nov 2018 17:58:30 +0100 Subject: [PATCH 77/93] [MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0 --- report_py3o/__manifest__.py | 7 +- report_py3o/controllers/main.py | 21 ++-- report_py3o/demo/report_py3o.xml | 18 +-- report_py3o/i18n/am.po | 2 +- report_py3o/i18n/ar.po | 2 +- report_py3o/i18n/bg.po | 2 +- report_py3o/i18n/bs.po | 2 +- report_py3o/i18n/ca.po | 2 +- report_py3o/i18n/cs.po | 2 +- report_py3o/i18n/da.po | 2 +- report_py3o/i18n/de.po | 2 +- report_py3o/i18n/el_GR.po | 2 +- report_py3o/i18n/en_GB.po | 2 +- report_py3o/i18n/es.po | 2 +- report_py3o/i18n/es_AR.po | 2 +- report_py3o/i18n/es_CL.po | 2 +- report_py3o/i18n/es_CO.po | 2 +- report_py3o/i18n/es_CR.po | 2 +- report_py3o/i18n/es_DO.po | 2 +- report_py3o/i18n/es_EC.po | 2 +- report_py3o/i18n/es_ES.po | 2 +- report_py3o/i18n/es_MX.po | 2 +- report_py3o/i18n/es_PE.po | 2 +- report_py3o/i18n/es_PY.po | 2 +- report_py3o/i18n/es_VE.po | 2 +- report_py3o/i18n/et.po | 2 +- report_py3o/i18n/eu.po | 2 +- report_py3o/i18n/fa.po | 2 +- report_py3o/i18n/fi.po | 2 +- report_py3o/i18n/fr.po | 2 +- report_py3o/i18n/fr_CA.po | 2 +- report_py3o/i18n/fr_CH.po | 2 +- report_py3o/i18n/gl.po | 2 +- report_py3o/i18n/gl_ES.po | 2 +- report_py3o/i18n/he.po | 2 +- report_py3o/i18n/hr.po | 2 +- report_py3o/i18n/hr_HR.po | 2 +- report_py3o/i18n/hu.po | 2 +- report_py3o/i18n/id.po | 2 +- report_py3o/i18n/it.po | 2 +- report_py3o/i18n/ja.po | 2 +- report_py3o/i18n/ko.po | 2 +- report_py3o/i18n/lt.po | 2 +- report_py3o/i18n/lt_LT.po | 2 +- report_py3o/i18n/lv.po | 2 +- report_py3o/i18n/mk.po | 2 +- report_py3o/i18n/mn.po | 2 +- report_py3o/i18n/nb.po | 2 +- report_py3o/i18n/nb_NO.po | 2 +- report_py3o/i18n/nl.po | 2 +- report_py3o/i18n/nl_BE.po | 2 +- report_py3o/i18n/nl_NL.po | 2 +- report_py3o/i18n/pl.po | 2 +- report_py3o/i18n/pt.po | 2 +- report_py3o/i18n/pt_BR.po | 2 +- report_py3o/i18n/pt_PT.po | 2 +- report_py3o/i18n/report_py3o.pot | 2 +- report_py3o/i18n/ro.po | 2 +- report_py3o/i18n/ru.po | 2 +- report_py3o/i18n/sk.po | 2 +- report_py3o/i18n/sl.po | 2 +- report_py3o/i18n/sr.po | 2 +- report_py3o/i18n/sr@latin.po | 2 +- report_py3o/i18n/sv.po | 2 +- report_py3o/i18n/th.po | 2 +- report_py3o/i18n/tr.po | 2 +- report_py3o/i18n/tr_TR.po | 2 +- report_py3o/i18n/uk.po | 2 +- report_py3o/i18n/vi.po | 2 +- report_py3o/i18n/vi_VN.po | 2 +- report_py3o/i18n/zh_CN.po | 2 +- report_py3o/i18n/zh_TW.po | 2 +- .../migrations/10.0.2.0.0/pre-migration.py | 1 - report_py3o/models/__init__.py | 3 +- ...ons_report_xml.py => ir_actions_report.py} | 59 +++++++-- report_py3o/models/py3o_report.py | 118 ++++++++---------- report_py3o/models/py3o_template.py | 2 +- report_py3o/models/report.py | 25 ---- .../static/src/js/py3oactionmanager.js | 47 ++++--- report_py3o/tests/test_report_py3o.py | 25 ++-- .../{ir_report.xml => ir_actions_report.xml} | 4 +- report_py3o/views/menu.xml | 2 +- report_py3o_fusion_server/__init__.py | 1 - report_py3o_fusion_server/__manifest__.py | 5 +- .../demo/report_py3o.xml | 2 +- report_py3o_fusion_server/models/__init__.py | 3 +- ...ons_report_xml.py => ir_actions_report.py} | 5 +- .../models/py3o_pdf_options.py | 1 - .../models/py3o_report.py | 19 ++- .../models/py3o_server.py | 2 +- report_py3o_fusion_server/tests/__init__.py | 1 - .../tests/test_report_py3o_fusion_server.py | 1 - .../{ir_report.xml => ir_actions_report.xml} | 2 +- .../views/py3o_pdf_options.xml | 1 - setup/report_py3o/odoo/__init__.py | 1 + setup/report_py3o/odoo/addons/__init__.py | 1 + setup/report_py3o/odoo/addons/report_py3o | 1 + setup/report_py3o/setup.py | 9 ++ .../odoo/__init__.py | 1 + .../odoo/addons/__init__.py | 1 + .../odoo/addons/report_py3o_fusion_server | 1 + setup/report_py3o_fusion_server/setup.py | 6 + 102 files changed, 267 insertions(+), 267 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%) rename report_py3o_fusion_server/models/{ir_actions_report_xml.py => ir_actions_report.py} (93%) rename report_py3o_fusion_server/views/{ir_report.xml => ir_actions_report.xml} (90%) create mode 100644 setup/report_py3o/odoo/__init__.py create mode 100644 setup/report_py3o/odoo/addons/__init__.py create mode 120000 setup/report_py3o/odoo/addons/report_py3o create mode 100644 setup/report_py3o/setup.py create mode 100644 setup/report_py3o_fusion_server/odoo/__init__.py create mode 100644 setup/report_py3o_fusion_server/odoo/addons/__init__.py create mode 120000 setup/report_py3o_fusion_server/odoo/addons/report_py3o_fusion_server create mode 100644 setup/report_py3o_fusion_server/setup.py diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index a7ea4d1e..fc975fe4 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 71d1ca08..e18a1871 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 4a47c38a..6d894153 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 e0386c62..cf64bd8d 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 89db1fdc..5d00c66c 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 24d6cdd3..9a319149 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 3d71d93d..b6aa1691 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 f442c53f..03ce289e 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 5bc29b8b..bd3c9dff 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 f2e60592..0eb9a20e 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 cd7278f4..121086b5 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 5001b84d..a79459b1 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 38ae7eb0..c48a6a44 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 5d821638..a1babcd3 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 9ad7756d..9662ca3b 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 e0a3250e..d6705814 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 46c4d7d5..a7313316 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 8d8981fe..71e7bda7 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 400b60c2..ac47d533 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 d45628d9..4cf97575 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 131fc662..ce57b9f0 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 22cdcba1..4212d799 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 0f18e01e..ede6a919 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 1b613915..1f71626e 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 d1d322de..9e6debc7 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 98fa256e..326cd91d 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 fba1b1a1..857aede3 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 44e34d14..7b606150 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 3be8a617..02f08764 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 8b5ca4cd..b7a2228d 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 d061ad61..2273e296 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 6d6807d3..f68ebf25 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 6fb8ca86..889a1801 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 33065de7..d0ea89e3 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 3264d512..683fc7f5 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 b4df1c30..1a0583d0 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 85061614..dd877a5e 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 a762a8bd..d6032ef4 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 2a727ba7..7447c450 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 18def6f9..bb5226f4 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 ca8c85c5..c267062e 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 a1fb6c0f..a8682af8 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 7e5afc1f..c73149a0 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 bbd70c96..7596b9f6 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 98042d6c..f60add86 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 65fb389d..069a2148 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 ef63ecd5..aff882a2 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 ecdba90f..9edadfab 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 113002c8..9b066e07 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 3de8513a..1670c4b5 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 91550589..4b4a85a0 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 3da26951..d9ae49bb 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 68b5e2be..000328c7 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 01ef3f27..e6c76667 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 d112163d..bd532fa6 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 ec9efef2..04c3a7f5 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 0d206745..40d44f49 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 bcd5bf58..698c2bb7 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 75bb8ad3..71b22567 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 de5bfe26..3b22698e 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 6cdcd681..551d65b4 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 31543ae4..0ea54a0a 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 83e68127..428ec80b 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 6458fc38..498f97fd 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 b7e5cdcb..9f4825ec 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 a59ab413..cb160c3a 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 28c9dc83..feedf120 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 844214af..a677e022 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 09e2d3b8..472c026e 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 b1d73ab5..20738743 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 1b9a025d..faed9c72 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 d0ac3a9b..f7d0bf4e 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 e697ceec..df6c5f29 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 e050d2c7..3da72d0f 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 0b6a16d3..a5b63bfc 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 1e2866c3..29b947f5 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 + report_xml = self.ir_actions_report_id + context = report_xml._get_rendering_context(model_instance.ids, data) + context['objects'] = model_instance + self._extend_parser_context(context, report_xml) + return context - @api.model - def _postprocess_report(self, report_path, res_id, save_in_attachment): - if save_in_attachment.get(res_id): - with open(report_path, 'rb') as pdfreport: - attachment = { - 'name': save_in_attachment.get(res_id), - 'datas': base64.encodestring(pdfreport.read()), - 'datas_fname': save_in_attachment.get(res_id), - 'res_model': save_in_attachment.get('model'), - 'res_id': res_id, - } - try: - self.env['ir.attachment'].create(attachment) - except AccessError: - logger.info("Cannot save PDF report %r as attachment", - attachment['name']) - else: - logger.info( - 'The PDF document %s is now saved in the database', - attachment['name']) + @api.multi + def _postprocess_report(self, model_instance, result_path): + if len(model_instance) == 1 and self.ir_actions_report_id.attachment: + with open(result_path, 'rb') as f: + # we do all the generation process using files to avoid memory + # consumption... + # ... but odoo wants the whole data in memory anyways :) + buffer = BytesIO(f.read()) + self.ir_actions_report_id.postprocess_pdf_report( + model_instance, buffer) + return result_path @api.multi - def _create_single_report(self, model_instance, data, save_in_attachment): + def _create_single_report(self, model_instance, data): """ This function to generate our py3o report """ self.ensure_one() @@ -245,8 +229,8 @@ 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 0cce01b4..e2a3632b 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 0666861c..00000000 --- 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 408d180a..1cbfdcc2 100644 --- a/report_py3o/static/src/js/py3oactionmanager.js +++ b/report_py3o/static/src/js/py3oactionmanager.js @@ -25,34 +25,33 @@ var trigger_download = function(session, response, c, action, options) { }; ActionManager.include({ - ir_actions_report_xml: function(action, options) { - var self = this; - + _executeReportAction: function (action, options) { // Py3o reports - if ('report_type' in action && action.report_type == 'py3o' ) { - framework.blockUI(); - action = _.clone(action); - _t = core._t; - var report_url = '/report/py3o/' + action.report_name;; - // generic report: no query string - // particular: query string of action.data.form and context - if (!('data' in action) || !(action.data)) { - if ('active_ids' in action.context) { - report_url += "/" + action.context.active_ids.join(','); - } - } else { - report_url += "&options=" + encodeURIComponent(JSON.stringify(action.data)); - report_url += "&context=" + encodeURIComponent(JSON.stringify(action.context)); - } + if ('report_type' in action && action.report_type === 'py3o' ) { + return this._triggerDownload(action, options, 'py3o'); + } else { + return this._super.apply(this, arguments); + } + }, - var response = new Array(); - response[0] = report_url; - response[1] = action.report_type; - var c = crash_manager; - return trigger_download(self.session, response, c, action, options); + _makeReportUrls: function(action) { + var reportUrls = this._super.apply(this, arguments); + reportUrls.py3o = '/report/py3o/' + action.report_name; + // We may have to build a query string with `action.data`. It's the place + // were report's using a wizard to customize the output traditionally put + // their options. + if (_.isUndefined(action.data) || _.isNull(action.data) || + (_.isObject(action.data) && _.isEmpty(action.data))) { + if (action.context.active_ids) { + var activeIDsPath = '/' + action.context.active_ids.join(','); + reportUrls.py3o += activeIDsPath;; + } } else { - return self._super(action, options); + var serializedOptionsPath = '?options=' + encodeURIComponent(JSON.stringify(action.data)); + serializedOptionsPath += '&context=' + encodeURIComponent(JSON.stringify(action.context)); + reportUrls.py3o += serializedOptionsPath; } + return reportUrls; } }); diff --git a/report_py3o/tests/test_report_py3o.py b/report_py3o/tests/test_report_py3o.py index 2cf49550..c29c0e98 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 b0468231..d4c90aac 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 8960a20d..4ee9c005 100644 --- a/report_py3o/views/menu.xml +++ b/report_py3o/views/menu.xml @@ -3,6 +3,6 @@ + parent="base.reporting_menuitem" /> diff --git a/report_py3o_fusion_server/__init__.py b/report_py3o_fusion_server/__init__.py index a3e818a4..9c74cdad 100644 --- a/report_py3o_fusion_server/__init__.py +++ b/report_py3o_fusion_server/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import models diff --git a/report_py3o_fusion_server/__manifest__.py b/report_py3o_fusion_server/__manifest__.py index 58d561c6..18b5126d 100644 --- a/report_py3o_fusion_server/__manifest__.py +++ b/report_py3o_fusion_server/__manifest__.py @@ -1,10 +1,9 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Py3o Report Engine - Fusion server support', 'summary': 'Let the fusion server handle format conversion.', - 'version': '10.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Reporting', 'license': 'AGPL-3', 'author': 'XCG Consulting,' @@ -23,7 +22,7 @@ "demo/py3o_pdf_options.xml", ], 'data': [ - "views/ir_report.xml", + "views/ir_actions_report.xml", 'security/ir.model.access.csv', 'views/py3o_server.xml', 'views/py3o_pdf_options.xml', diff --git a/report_py3o_fusion_server/demo/report_py3o.xml b/report_py3o_fusion_server/demo/report_py3o.xml index ac4f194c..ce9de5c4 100644 --- a/report_py3o_fusion_server/demo/report_py3o.xml +++ b/report_py3o_fusion_server/demo/report_py3o.xml @@ -1,6 +1,6 @@ - + diff --git a/report_py3o_fusion_server/models/__init__.py b/report_py3o_fusion_server/models/__init__.py index 8ae69cab..5eec9fc3 100644 --- a/report_py3o_fusion_server/models/__init__.py +++ b/report_py3o_fusion_server/models/__init__.py @@ -1,7 +1,6 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from . import ir_actions_report_xml +from . import ir_actions_report from . import py3o_pdf_options from . import py3o_report from . import py3o_server diff --git a/report_py3o_fusion_server/models/ir_actions_report_xml.py b/report_py3o_fusion_server/models/ir_actions_report.py similarity index 93% rename from report_py3o_fusion_server/models/ir_actions_report_xml.py rename to report_py3o_fusion_server/models/ir_actions_report.py index 167b4e62..f95a1b09 100644 --- a/report_py3o_fusion_server/models/ir_actions_report_xml.py +++ b/report_py3o_fusion_server/models/ir_actions_report.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2013 XCG Consulting # © 2017 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). @@ -14,8 +13,8 @@ except ImportError: logger.debug('Cannot import py3o.formats') -class IrActionsReportXml(models.Model): - _inherit = 'ir.actions.report.xml' +class IrActionsReport(models.Model): + _inherit = 'ir.actions.report' @api.multi @api.constrains("py3o_is_local_fusion", "py3o_server_id", "py3o_filetype") diff --git a/report_py3o_fusion_server/models/py3o_pdf_options.py b/report_py3o_fusion_server/models/py3o_pdf_options.py index 1211feb9..d292fa18 100644 --- a/report_py3o_fusion_server/models/py3o_pdf_options.py +++ b/report_py3o_fusion_server/models/py3o_pdf_options.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2018 Akretion (http://www.akretion.com) # @author: Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/report_py3o_fusion_server/models/py3o_report.py b/report_py3o_fusion_server/models/py3o_report.py index a4c9a125..6e6cf507 100644 --- a/report_py3o_fusion_server/models/py3o_report.py +++ b/report_py3o_fusion_server/models/py3o_report.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # © 2013 XCG Consulting # © 2016 ACSONE SA/NV # © 2017 Therp BV @@ -12,7 +11,7 @@ from datetime import datetime from contextlib import closing from openerp import _, api, models from openerp.exceptions import UserError -from StringIO import StringIO +from io import BytesIO logger = logging.getLogger(__name__) @@ -27,15 +26,15 @@ class Py3oReport(models.TransientModel): _inherit = 'py3o.report' @api.multi - def _create_single_report(self, model_instance, data, save_in_attachment): + def _create_single_report(self, model_instance, data): """ This function to generate our py3o report """ self.ensure_one() - report_xml = self.ir_actions_report_xml_id + report_xml = self.ir_actions_report_id filetype = report_xml.py3o_filetype if not report_xml.py3o_server_id: return super(Py3oReport, self)._create_single_report( - model_instance, data, save_in_attachment, + model_instance, data, ) elif report_xml.py3o_is_local_fusion: result_path = super( @@ -43,9 +42,9 @@ class Py3oReport(models.TransientModel): report_py3o_skip_conversion=True, ) )._create_single_report( - model_instance, data, save_in_attachment, + model_instance, data ) - with closing(open(result_path, 'r')) as out_stream: + with closing(open(result_path, 'rb')) as out_stream: tmpl_data = out_stream.read() datadict = {} else: @@ -53,8 +52,8 @@ class Py3oReport(models.TransientModel): suffix='.' + filetype, 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) expressions = template.get_all_user_python_expression() @@ -107,5 +106,5 @@ class Py3oReport(models.TransientModel): report_xml.report_name, filetype, convert_seconds) if len(model_instance) == 1: self._postprocess_report( - result_path, model_instance.id, save_in_attachment) + result_path, model_instance.id) return result_path diff --git a/report_py3o_fusion_server/models/py3o_server.py b/report_py3o_fusion_server/models/py3o_server.py index 30d7d81a..cab1ee2f 100644 --- a/report_py3o_fusion_server/models/py3o_server.py +++ b/report_py3o_fusion_server/models/py3o_server.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 Py3oServer(models.Model): _name = 'py3o.server' + _description = 'Py3o server' _rec_name = 'url' url = fields.Char( diff --git a/report_py3o_fusion_server/tests/__init__.py b/report_py3o_fusion_server/tests/__init__.py index 06cc0dee..546c2c05 100644 --- a/report_py3o_fusion_server/tests/__init__.py +++ b/report_py3o_fusion_server/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from . import test_report_py3o_fusion_server diff --git a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py index 127ed967..6fb4d0e7 100644 --- a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py +++ b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Therp BV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). import mock diff --git a/report_py3o_fusion_server/views/ir_report.xml b/report_py3o_fusion_server/views/ir_actions_report.xml similarity index 90% rename from report_py3o_fusion_server/views/ir_report.xml rename to report_py3o_fusion_server/views/ir_actions_report.xml index 173d6b3e..a013fba3 100644 --- a/report_py3o_fusion_server/views/ir_report.xml +++ b/report_py3o_fusion_server/views/ir_actions_report.xml @@ -1,7 +1,7 @@ - ir.actions.report.xml + ir.actions.report diff --git a/report_py3o_fusion_server/views/py3o_pdf_options.xml b/report_py3o_fusion_server/views/py3o_pdf_options.xml index 3109758a..dfade709 100644 --- a/report_py3o_fusion_server/views/py3o_pdf_options.xml +++ b/report_py3o_fusion_server/views/py3o_pdf_options.xml @@ -27,7 +27,6 @@
diff --git a/setup/report_py3o/odoo/__init__.py b/setup/report_py3o/odoo/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/report_py3o/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/report_py3o/odoo/addons/__init__.py b/setup/report_py3o/odoo/addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/report_py3o/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/report_py3o/odoo/addons/report_py3o b/setup/report_py3o/odoo/addons/report_py3o new file mode 120000 index 00000000..43f3364e --- /dev/null +++ b/setup/report_py3o/odoo/addons/report_py3o @@ -0,0 +1 @@ +../../../../report_py3o \ No newline at end of file diff --git a/setup/report_py3o/setup.py b/setup/report_py3o/setup.py new file mode 100644 index 00000000..848279aa --- /dev/null +++ b/setup/report_py3o/setup.py @@ -0,0 +1,9 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, + install_requires=[ + "genshi>=0.7" + ] +) diff --git a/setup/report_py3o_fusion_server/odoo/__init__.py b/setup/report_py3o_fusion_server/odoo/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/report_py3o_fusion_server/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/report_py3o_fusion_server/odoo/addons/__init__.py b/setup/report_py3o_fusion_server/odoo/addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/report_py3o_fusion_server/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/report_py3o_fusion_server/odoo/addons/report_py3o_fusion_server b/setup/report_py3o_fusion_server/odoo/addons/report_py3o_fusion_server new file mode 120000 index 00000000..4a578dca --- /dev/null +++ b/setup/report_py3o_fusion_server/odoo/addons/report_py3o_fusion_server @@ -0,0 +1 @@ +../../../../report_py3o_fusion_server \ No newline at end of file diff --git a/setup/report_py3o_fusion_server/setup.py b/setup/report_py3o_fusion_server/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/report_py3o_fusion_server/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From 5e282a9d49add5cb2e9285c6865c5d55c2db5477 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 26 Nov 2018 18:20:10 +0100 Subject: [PATCH 78/93] Tavis: Add dependencies for report_py3o and report_py3_fusion_server --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..a12f5bb9 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +py3o.template +py3o.formats \ No newline at end of file From 8d3b61a6e10e242a3bdd54f6b6983f5482e94554 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Mon, 26 Nov 2018 18:29:11 +0100 Subject: [PATCH 79/93] Tavis: Install libreoffice requried by report_py3o --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e0a622cc..19ade6ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ addons: - expect-dev # provides unbuffer utility - python-lxml # because pip installation is slow - pdftk + - libreoffice language: python From 479f3bcd3cdaea960033f1414f1111b5653168ab Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 27 Nov 2018 11:33:35 +0100 Subject: [PATCH 80/93] [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 1cbfdcc2..cf27145c 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 47770e2b86dd1d6f01a9a56c82f44a68d9d1961f Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 28 Nov 2018 17:55:03 +0100 Subject: [PATCH 81/93] [FIX] report_py3o_fusion_server: requests.post returns bytes not str --- report_py3o_fusion_server/models/py3o_report.py | 2 +- .../tests/test_report_py3o_fusion_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/report_py3o_fusion_server/models/py3o_report.py b/report_py3o_fusion_server/models/py3o_report.py index 6e6cf507..361d8cd0 100644 --- a/report_py3o_fusion_server/models/py3o_report.py +++ b/report_py3o_fusion_server/models/py3o_report.py @@ -96,7 +96,7 @@ class Py3oReport(models.TransientModel): ) chunk_size = 1024 - with open(result_path, 'w+') as fd: + with open(result_path, 'w+b') as fd: for chunk in r.iter_content(chunk_size): fd.write(chunk) end_chrono = datetime.now() diff --git a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py index 6fb4d0e7..773aae5f 100644 --- a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py +++ b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py @@ -9,7 +9,7 @@ from odoo.addons.report_py3o.tests import test_report_py3o 'requests.post', mock.Mock( return_value=mock.Mock( status_code=200, - iter_content=mock.Mock(return_value=['test_result']), + iter_content=mock.Mock(return_value=[b'test_result']), ) ) ) From dedca605b99357cae44f0d4fa1b016eed798cb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Thu, 29 Nov 2018 12:12:51 +0100 Subject: [PATCH 82/93] [ADD] setup.py --- setup/report_py3o/odoo/__init__.py | 1 - setup/report_py3o/odoo/addons/__init__.py | 1 - setup/report_py3o_fusion_server/odoo/__init__.py | 1 - setup/report_py3o_fusion_server/odoo/addons/__init__.py | 1 - 4 files changed, 4 deletions(-) delete mode 100644 setup/report_py3o/odoo/__init__.py delete mode 100644 setup/report_py3o/odoo/addons/__init__.py delete mode 100644 setup/report_py3o_fusion_server/odoo/__init__.py delete mode 100644 setup/report_py3o_fusion_server/odoo/addons/__init__.py diff --git a/setup/report_py3o/odoo/__init__.py b/setup/report_py3o/odoo/__init__.py deleted file mode 100644 index de40ea7c..00000000 --- a/setup/report_py3o/odoo/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/report_py3o/odoo/addons/__init__.py b/setup/report_py3o/odoo/addons/__init__.py deleted file mode 100644 index de40ea7c..00000000 --- a/setup/report_py3o/odoo/addons/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/report_py3o_fusion_server/odoo/__init__.py b/setup/report_py3o_fusion_server/odoo/__init__.py deleted file mode 100644 index de40ea7c..00000000 --- a/setup/report_py3o_fusion_server/odoo/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/report_py3o_fusion_server/odoo/addons/__init__.py b/setup/report_py3o_fusion_server/odoo/addons/__init__.py deleted file mode 100644 index de40ea7c..00000000 --- a/setup/report_py3o_fusion_server/odoo/addons/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__) From 74f58a3423ac3104474a8d247e2e57b8f53ebf95 Mon Sep 17 00:00:00 2001 From: Gilles Meyomesse Date: Thu, 29 Nov 2018 17:03:05 +0100 Subject: [PATCH 83/93] [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 00000000..d42949cd --- /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 29b947f5..c1eda37f 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 c29c0e98..f89a9951 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 bb33becc04216c58d7fc229df07b9c852fdc46c9 Mon Sep 17 00:00:00 2001 From: sbejaoui Date: Tue, 4 Dec 2018 18:03:11 +0100 Subject: [PATCH 84/93] Update i18n --- report_py3o/i18n/fr.po | 131 ++++++++++++++++++++----------- report_py3o/i18n/report_py3o.pot | 116 ++++++++++++++++----------- 2 files changed, 152 insertions(+), 95 deletions(-) diff --git a/report_py3o/i18n/fr.po b/report_py3o/i18n/fr.po index b7a2228d..06994a79 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 40d44f49..b35a90d6 100644 --- a/report_py3o/i18n/report_py3o.pot +++ b/report_py3o/i18n/report_py3o.pot @@ -4,8 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 12.0+e\n" "Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-12-04 16:55+0000\n" +"PO-Revision-Date: 2018-12-04 16:55+0000\n" "Last-Translator: <>\n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -14,117 +16,122 @@ msgstr "" "Plural-Forms: \n" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:42 +#: code:addons/report_py3o/models/ir_actions_report.py:42 #, python-format msgid "(Native)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid msgid "Created by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date msgid "Created on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name msgid "Display Name" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "Fallback" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/ir_actions_report_xml.py:31 +#: code:addons/report_py3o/models/ir_actions_report.py:31 #, python-format msgid "Field 'Output Format' is required for Py3O report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "File Type" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view msgid "Group By" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id +#: selection:ir.actions.report,report_type:0 +msgid "HTML" +msgstr "" + +#. module: report_py3o +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id msgid "ID" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback msgid "If the user does not provide a template this will be used it should be a relative path to root of YOUR module or an absolute path on your server." msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "If you execute a report on several records, by default Odoo will generate a ZIP file that contains as many files as selected records. If you enable this option, Odoo will generate instead a single report for the selected records." msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id -msgid "Ir actions report xml id" +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id +msgid "Ir Actions Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update msgid "Last Modified on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid msgid "Last Updated by" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date msgid "Last Updated on" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data -#: model:ir.ui.view,arch_db:report_py3o.py3o_report_view +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view msgid "LibreOffice Template" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype msgid "LibreOffice Template File Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module msgid "Module" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one msgid "Multiple Records in a Single Report" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name +#: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name msgid "Name" msgstr "" #. module: report_py3o -#: code:addons/report_py3o/models/py3o_report.py:190 +#: code:addons/report_py3o/models/py3o_report.py:173 #, python-format msgid "No template found. Aborting." msgstr "" @@ -160,37 +167,48 @@ msgid "ODF Text Document (Flat)" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype msgid "Output Format" msgstr "" #. module: report_py3o +#: selection:ir.actions.report,report_type:0 +msgid "PDF" +msgstr "" + +#. module: report_py3o +#: selection:ir.actions.report,report_type:0 #: model:ir.ui.menu,name:report_py3o.py3o_config_menu msgid "Py3o" msgstr "" #. module: report_py3o -#: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o +#: model:ir.actions.report,name:report_py3o.res_users_report_py3o msgid "Py3o Demo Report" msgstr "" #. module: report_py3o -#: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view msgid "Py3o Reports" msgstr "" #. module: report_py3o #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view -#: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view +#: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view msgid "Py3o Templates" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_report -msgid "Report" +#: model:ir.model,name:report_py3o.model_py3o_template +msgid "Py3o template" +msgstr "" + +#. module: report_py3o +#: model:ir.model,name:report_py3o.model_ir_actions_report +msgid "Report Action" msgstr "" #. module: report_py3o @@ -199,22 +217,26 @@ msgid "Report Py30" msgstr "" #. module: report_py3o -#: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id -msgid "Template" +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type +msgid "Report Type" msgstr "" #. module: report_py3o -#: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module -msgid "The implementer module that provides this report" +#: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id +msgid "Template" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_ir_actions_report_xml -msgid "ir.actions.report.xml" +#: selection:ir.actions.report,report_type:0 +msgid "Text" msgstr "" #. module: report_py3o -#: model:ir.model,name:report_py3o.model_py3o_template -msgid "py3o.template" +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module +msgid "The implementer module that provides this report" msgstr "" +#. module: report_py3o +#: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type +msgid "The type of the report that will be rendered, each one having its own rendering method. HTML means the report will be opened directly in your browser PDF means the report will be rendered using Wkhtmltopdf and downloaded by the user." +msgstr "" From 6aa8f4aa5a3cae90db10aebadffa9fe248df51bc Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 8 Jan 2019 10:12:26 +0100 Subject: [PATCH 85/93] [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 e18a1871..1a819f27 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 a5b63bfc..de0bac36 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 b81219abd33d56e6068212d5bb10587b06d3db95 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 8 Jan 2019 10:53:36 +0100 Subject: [PATCH 86/93] [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 1a819f27..4b19c576 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 de0bac36..484b42a7 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 f89a9951..6a5d1e8c 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 50386045ec3884d513cae67ff552a467a3190d18 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 31 Jan 2019 10:06:41 +0100 Subject: [PATCH 87/93] [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 27c4d9eb..11d1a5f4 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 213895ed0c7983d2f50eceb89675aa60f6695b57 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Thu, 31 Jan 2019 18:03:30 +0100 Subject: [PATCH 88/93] [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 fc975fe4..9b8a0833 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 c1eda37f..ab3f3cdb 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 6a5d1e8c..b6f73f3f 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 876aa27ef219a7f57fafb2ee56061570645cc35b Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 14:52:24 +0100 Subject: [PATCH 89/93] [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 ++- .../models/ir_actions_report.py | 32 +++++--- .../tests/test_report_py3o_fusion_server.py | 61 ++++++++++++++- 6 files changed, 220 insertions(+), 19 deletions(-) diff --git a/report_py3o/models/ir_actions_report.py b/report_py3o/models/ir_actions_report.py index 484b42a7..1aabd4c9 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 ab3f3cdb..7777f7bb 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 b6f73f3f..3c41f599 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 d4c90aac..eae06332 100644 --- a/report_py3o/views/ir_actions_report.xml +++ b/report_py3o/views/ir_actions_report.xml @@ -8,12 +8,21 @@ ir.actions.report - + + + + + diff --git a/report_py3o_fusion_server/models/ir_actions_report.py b/report_py3o_fusion_server/models/ir_actions_report.py index f95a1b09..6c8927d8 100644 --- a/report_py3o_fusion_server/models/ir_actions_report.py +++ b/report_py3o_fusion_server/models/ir_actions_report.py @@ -7,26 +7,19 @@ from odoo.exceptions import ValidationError logger = logging.getLogger(__name__) -try: - from py3o.formats import Formats -except ImportError: - logger.debug('Cannot import py3o.formats') - class IrActionsReport(models.Model): _inherit = 'ir.actions.report' @api.multi - @api.constrains("py3o_is_local_fusion", "py3o_server_id", "py3o_filetype") + @api.constrains("py3o_is_local_fusion", "py3o_server_id") def _check_py3o_server_id(self): for report in self: if report.report_type != "py3o": continue - 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): + if (not report.py3o_is_local_fusion and not report.py3o_server_id): raise ValidationError(_( - "Can not use not native format in local fusion. " + "You can not use remote fusion without Fusion server. " "Please specify a Fusion Server")) py3o_is_local_fusion = fields.Boolean( @@ -42,3 +35,22 @@ class IrActionsReport(models.Model): 'py3o.pdf.options', string='PDF Options', ondelete='restrict', help="PDF options can be set per report, but also per Py3o Server. " "If both are defined, the options on the report are used.") + + @api.depends("lo_bin_path", "is_py3o_native_format", "report_type", + "py3o_server_id") + @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 and not rec.py3o_server_id): + rec.is_py3o_report_not_available = True + rec.msg_py3o_report_not_available = _( + "A fusion server or a libreoffice runtime are required " + "to genereate the py3o report '%s'. If the libreoffice" + "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 diff --git a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py index 773aae5f..bf9debd0 100644 --- a/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py +++ b/report_py3o_fusion_server/tests/test_report_py3o_fusion_server.py @@ -2,6 +2,8 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). import mock from odoo.exceptions import ValidationError +from odoo.addons.report_py3o.models.ir_actions_report import \ + PY3O_CONVERSION_COMMAND_PARAMETER from odoo.addons.report_py3o.tests import test_report_py3o @@ -22,14 +24,31 @@ class TestReportPy3oFusionServer(test_report_py3o.TestReportPy3o): "py3o_server_id": py3o_server.id, "py3o_filetype": 'pdf', }) + self.py3o_server = py3o_server def test_no_local_fusion_without_fusion_server(self): self.assertTrue(self.report.py3o_is_local_fusion) + # Fusion server is only required if not local... + self.report.write({ + "py3o_server_id": None, + "py3o_is_local_fusion": True, + }) + self.report.write({ + "py3o_server_id": self.py3o_server.id, + "py3o_is_local_fusion": True, + }) + self.report.write({ + "py3o_server_id": self.py3o_server.id, + "py3o_is_local_fusion": False, + }) with self.assertRaises(ValidationError) as e: - self.report.write({"py3o_server_id": None}) + self.report.write({ + "py3o_server_id": None, + "py3o_is_local_fusion": False, + }) self.assertEqual( e.exception.name, - "Can not use not native format in local fusion. " + "You can not use remote fusion without Fusion server. " "Please specify a Fusion Server") def test_reports_no_local_fusion(self): @@ -40,3 +59,41 @@ class TestReportPy3oFusionServer(test_report_py3o.TestReportPy3o): for options in self.env['py3o.pdf.options'].search([]): options_dict = options.odoo2libreoffice_options() self.assertIsInstance(options_dict, dict) + + def test_py3o_report_availability(self): + # if the report is not into a native format, we must have at least + # a libreoffice runtime or a fusion server. Otherwise the report is + # not usable and will fail at rutime. + # 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.py3o_server_id) + 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 and a non native format. + self.env['ir.config_parameter'].set_param( + PY3O_CONVERSION_COMMAND_PARAMETER, "/wrong_path") + self.report.py3o_filetype = "pdf" + self.report.refresh() + # no native and no bin path, everything is still OK since a fusion + # server is specified. + self.assertFalse(self.report.lo_bin_path) + self.assertTrue(self.report.py3o_server_id) + 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) + + # if we remove the fusion server, the report becomes unavailable + self.report.py3o_server_id = False + self.assertTrue(self.report.is_py3o_report_not_available) + self.assertTrue(self.report.msg_py3o_report_not_available) + + # if we set a libreffice runtime, the report is available again + 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_report_not_available) + self.assertFalse(self.report.msg_py3o_report_not_available) From 762c52118fca4f7e7dc7ca6fa990733092dbac20 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 14:58:19 +0100 Subject: [PATCH 90/93] [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 d42949cd..2d60b6d7 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 90f0a66532977f91ef34927ac6c05c5973cc96d2 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Fri, 1 Feb 2019 16:50:58 +0100 Subject: [PATCH 91/93] [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 11d1a5f4..0803f7ce 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 2d60b6d7..c5b55951 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 b5706db629e9a421a0484c9ff25a220d62a958b0 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 5 Feb 2019 18:22:15 +0100 Subject: [PATCH 92/93] [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 1aabd4c9..1e60a373 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 60027dc7a8eff8b94d879177c0aa95f1f17406c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Houz=C3=A9fa=20Abbasbhay?= Date: Sat, 9 Mar 2019 18:27:10 +0100 Subject: [PATCH 93/93] [FIX] report_py3o: respect _postprocess_report method signature Co-Authored-By: lmignon --- report_py3o_fusion_server/models/py3o_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_py3o_fusion_server/models/py3o_report.py b/report_py3o_fusion_server/models/py3o_report.py index 361d8cd0..318b7a8f 100644 --- a/report_py3o_fusion_server/models/py3o_report.py +++ b/report_py3o_fusion_server/models/py3o_report.py @@ -106,5 +106,5 @@ class Py3oReport(models.TransientModel): report_xml.report_name, filetype, convert_seconds) if len(model_instance) == 1: self._postprocess_report( - result_path, model_instance.id) + model_instance, result_path) return result_path