Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Modify OpenErp7 Reports

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
modificationv7account
2 Réponses
5384 Vues
Avatar
umer farooq

Hello,

I want my general ledger to be customized a bit i need to add a column and just want to make it according to my office requirements.I read about openoffice and some other ways to modify and customize reports but not found any solution very much concrete.and i am also confused about .sxw .rml conversion like what to do where to go and where to change the things. can anybody please tell me or give me the link of tutorial that helps me to learn modification and little bit development wherever it will be required.please guide i will be very grateful.Detailed answer would be appreciated because i am learning it right now:)

0
Avatar
Ignorer
umer farooq
Auteur

Tutorial is required which is easily understandable.Thank you..

Avatar
Pavel Pavlov
Meilleure réponse

Hello,

It's pretty simple
1) Download and install Apache Open Office 3.4 or lower.
2) Go to your openERP -> Settings -> Apps -> Find OpenOffice Report Designer(base_report_designer) and follow the instructions there. It will give you link to a archive with Open Office plugin that you have to install in your Open Office. The plugin has instructions how it should be done.
3) After you've done 1 & 2 go to Open Office Writer -> From main menu OpenERP Report Designer -> Connect to server
4) When you are connected to your openERP server from Open Office you can use "Modify existing report" and open the report you need...

Regards,
Pavel Pavlov

1
Avatar
Ignorer
umer farooq
Auteur

Pavel Pavolv thanks for your answer.but i am using openoffice 3.4.1 and when i click to openerp report designer and on server parameters it doesn't response please help me in this why is it happening ?

Pavel Pavlov

Hi, this is for sure not normal. What OS are you using? What version of openERP? I had simillar problem with Debian + openERP 8(trunk), but then I rolled back to Windows + v7 and it was not happening any more...

umer farooq
Auteur

I restarted and it worked fine for me thank you :)

Avatar
Gopakumar N G
Meilleure réponse

Visit the links.

Jasper Reports

Reporting

For converting an SXW to RML do the following

Open a terminal, then Navigate to the report folder in your module and execute the following:

gopakumar@gopakumar-desktop:~/Workspace/Project/openerp/addons/module_name/report$ python openerp_sxw2rml.py name_of_sxw_file.sxw > name_of_rml_2b_generated.rml

Before this you have to copy the openerp_sxw2rml.py file from module /base_report_designer/openerp_sxw2rml to your module's report folder.

Check the following for more on Jasper Reports Jasper Reports

1
Avatar
Ignorer
umer farooq
Auteur

Thanks Brother Gopakumar for you response but can't I edit reports in Drag Drop window like what i need i edit it and saved it.I am not a technical person :( that's why it would be little annoying for you but if i can get any tutorial that teaches me step by step would be highly helpful and I will be very grateful to you:)

Gopakumar N G

Check the answer now, I have updated.

Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Scriptures in newspapers with automated matching
v7 account
Avatar
0
mars 15
4114
check writing modules displays always in euro
v7 ubuntu account
Avatar
Avatar
Avatar
2
mars 15
6500
follow up error message on openerp7
v7 account followup
Avatar
0
mars 15
5562
Modifications of a custom module's code are not effective
development modification v7
Avatar
Avatar
Avatar
Avatar
3
mars 15
11533
Customer payment - more than 1 different account adjustment require
v7 account payment
Avatar
0
mars 15
4407
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now